Skip to content

Commit

Permalink
v8.0.4-canary.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Mar 19, 2019
1 parent f9e76a2 commit 2cd0e99
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -17,5 +17,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "8.0.4-canary.13"
"version": "8.0.4-canary.14"
}
2 changes: 1 addition & 1 deletion packages/next-bundle-analyzer/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/bundle-analyzer",
"version": "8.0.4-canary.13",
"version": "8.0.4-canary.14",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-mdx/package.json
@@ -1,6 +1,6 @@
{
"name": "@next/mdx",
"version": "8.0.4-canary.13",
"version": "8.0.4-canary.14",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-server/package.json
@@ -1,6 +1,6 @@
{
"name": "next-server",
"version": "8.0.4-canary.13",
"version": "8.0.4-canary.14",
"main": "./index.js",
"license": "MIT",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
@@ -1,6 +1,6 @@
{
"name": "next",
"version": "8.0.4-canary.13",
"version": "8.0.4-canary.14",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
Expand Down Expand Up @@ -69,7 +69,7 @@
"magic-string": "0.25.2",
"mkdirp": "0.5.1",
"nanoid": "1.2.1",
"next-server": "8.0.4-canary.13",
"next-server": "8.0.4-canary.14",
"prop-types": "15.6.2",
"prop-types-exact": "1.2.0",
"react-error-overlay": "5.1.4",
Expand Down

0 comments on commit 2cd0e99

Please sign in to comment.