Skip to content

Commit

Permalink
v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Feb 11, 2019
1 parent b31819f commit e4f96e6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@
},
"publish": {
"npmClient": "npm",
"allowBranch": ["master", "canary"],
"allowBranch": [
"master",
"canary"
],
"registry": "https://registry.npmjs.org/"
}
},
"version": "8.0.0-canary.23"
"version": "8.0.0"
}
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.0-canary.23",
"version": "8.0.0",
"main": "./index.js",
"license": "MIT",
"files": [
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.0.0-canary.23",
"version": "8.0.0",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
Expand Down Expand Up @@ -72,7 +72,7 @@
"loader-utils": "1.1.0",
"mkdirp-then": "1.2.0",
"nanoid": "1.2.1",
"next-server": "8.0.0-canary.23",
"next-server": "8.0.0",
"prop-types": "15.6.2",
"prop-types-exact": "1.2.0",
"react-error-overlay": "4.0.0",
Expand Down

0 comments on commit e4f96e6

Please sign in to comment.