Skip to content

Commit 0714300

Browse files
committed
v8.0.0-canary.9
1 parent 0000319 commit 0714300

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"registry": "https://registry.npmjs.org/"
1212
}
1313
},
14-
"version": "8.0.0-canary.8"
14+
"version": "8.0.0-canary.9"
1515
}

packages/next-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-server",
3-
"version": "8.0.0-canary.8",
3+
"version": "8.0.0-canary.9",
44
"main": "./index.js",
55
"license": "MIT",
66
"files": [

packages/next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next",
3-
"version": "8.0.0-canary.8",
3+
"version": "8.0.0-canary.9",
44
"description": "Minimalistic framework for server-rendered React applications",
55
"main": "./dist/server/next.js",
66
"license": "MIT",
@@ -71,7 +71,7 @@
7171
"loader-utils": "1.1.0",
7272
"mkdirp-then": "1.2.0",
7373
"nanoid": "1.2.1",
74-
"next-server": "^8.0.0-canary.8",
74+
"next-server": "^8.0.0-canary.9",
7575
"prop-types": "15.6.2",
7676
"prop-types-exact": "1.2.0",
7777
"react-error-overlay": "4.0.0",

0 commit comments

Comments
 (0)