Skip to content

Commit

Permalink
v8.1.1-canary.61
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jun 26, 2019
1 parent 7c30bf9 commit 44d8c62
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.1.1-canary.60"
"version": "8.1.1-canary.61"
}
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.1.1-canary.60",
"version": "8.1.1-canary.61",
"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.1.1-canary.60",
"version": "8.1.1-canary.61",
"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.1.1-canary.60",
"version": "8.1.1-canary.61",
"main": "./index.js",
"license": "MIT",
"repository": "zeit/next.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next",
"version": "8.1.1-canary.60",
"version": "8.1.1-canary.61",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
Expand Down Expand Up @@ -82,7 +82,7 @@
"launch-editor": "2.2.1",
"loader-utils": "1.2.3",
"mkdirp": "0.5.1",
"next-server": "8.1.1-canary.60",
"next-server": "8.1.1-canary.61",
"prop-types": "15.7.2",
"prop-types-exact": "1.2.0",
"react-error-overlay": "5.1.6",
Expand Down

0 comments on commit 44d8c62

Please sign in to comment.