Skip to content

Commit

Permalink
v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Feb 13, 2019
1 parent 77a5a6f commit 7fd9cb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -17,5 +17,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "8.0.1-canary.0"
"version": "8.0.1"
}
2 changes: 1 addition & 1 deletion packages/next-server/package.json
@@ -1,6 +1,6 @@
{
"name": "next-server",
"version": "8.0.1-canary.0",
"version": "8.0.1",
"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.1-canary.0",
"version": "8.0.1",
"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.1-canary.0",
"next-server": "8.0.1",
"prop-types": "15.6.2",
"prop-types-exact": "1.2.0",
"react-error-overlay": "4.0.0",
Expand Down

0 comments on commit 7fd9cb4

Please sign in to comment.