Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @zeit/next-css@0.2.1-canary.4
 - @zeit/next-less@0.3.1-canary.4
 - @zeit/next-mdx@1.1.1-canary.4
 - @zeit/next-preact@0.1.1-canary.1
 - @zeit/next-sass@0.2.1-canary.4
 - @zeit/next-stylus@0.1.1-canary.4
  • Loading branch information
timneutkens committed Feb 25, 2019
1 parent 12cd9d2 commit fb8f61e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/next-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zeit/next-css",
"version": "0.2.1-canary.3",
"version": "0.2.1-canary.4",
"main": "index.js",
"license": "MIT",
"repository": "zeit/next-plugins",
Expand Down
4 changes: 2 additions & 2 deletions packages/next-less/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@zeit/next-less",
"version": "0.3.1-canary.3",
"version": "0.3.1-canary.4",
"main": "index.js",
"license": "MIT",
"repository": "zeit/next-plugins",
"dependencies": {
"@zeit/next-css": "0.2.1-canary.3",
"@zeit/next-css": "0.2.1-canary.4",
"less-loader": "4.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zeit/next-mdx",
"version": "1.1.1-canary.3",
"version": "1.1.1-canary.4",
"main": "index.js",
"license": "MIT",
"repository": "zeit/next-plugins",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zeit/next-preact",
"version": "0.1.1-canary.0",
"version": "0.1.1-canary.1",
"main": "index.js",
"license": "MIT",
"repository": "zeit/next-plugins",
Expand Down
4 changes: 2 additions & 2 deletions packages/next-sass/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@zeit/next-sass",
"version": "0.2.1-canary.3",
"version": "0.2.1-canary.4",
"main": "index.js",
"license": "MIT",
"repository": "zeit/next-plugins",
"dependencies": {
"@zeit/next-css": "0.2.1-canary.3",
"@zeit/next-css": "0.2.1-canary.4",
"sass-loader": "6.0.6"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/next-stylus/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@zeit/next-stylus",
"version": "0.1.1-canary.3",
"version": "0.1.1-canary.4",
"main": "index.js",
"license": "MIT",
"repository": "zeit/next-plugins",
"dependencies": {
"@zeit/next-css": "0.2.1-canary.3",
"@zeit/next-css": "0.2.1-canary.4",
"stylus-loader": "^3.0.2"
},
"devDependencies": {
Expand Down

0 comments on commit fb8f61e

Please sign in to comment.