Skip to content

Commit

Permalink
v8.0.4-canary.20
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Mar 24, 2019
1 parent f639bec commit fa51254
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "8.0.4-canary.19"
"version": "8.0.4-canary.20"
}
2 changes: 1 addition & 1 deletion packages/next-bundle-analyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/bundle-analyzer",
"version": "8.0.4-canary.19",
"version": "8.0.4-canary.20",
"main": "index.js",
"license": "MIT",
"repository": {
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": "@next/mdx",
"version": "8.0.4-canary.19",
"version": "8.0.4-canary.20",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-server",
"version": "8.0.4-canary.19",
"version": "8.0.4-canary.20",
"main": "./index.js",
"license": "MIT",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next",
"version": "8.0.4-canary.19",
"version": "8.0.4-canary.20",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
Expand Down Expand Up @@ -67,7 +67,7 @@
"loader-utils": "1.1.0",
"magic-string": "0.25.2",
"mkdirp": "0.5.1",
"next-server": "8.0.4-canary.19",
"next-server": "8.0.4-canary.20",
"prop-types": "15.6.2",
"prop-types-exact": "1.2.0",
"react-error-overlay": "5.1.4",
Expand Down Expand Up @@ -115,8 +115,8 @@
"@types/text-table": "0.2.0",
"@types/webpack-sources": "0.1.5",
"@zeit/ncc": "0.15.2",
"taskr": "1.1.0",
"nanoid": "1.2.1",
"taskr": "1.1.0",
"text-table": "0.2.0",
"typescript": "3.1.6",
"unistore": "3.2.1"
Expand Down

0 comments on commit fa51254

Please sign in to comment.