Skip to content

Commit 1140455

Browse files
committed
v9.3.7-canary.9
1 parent 93a94b8 commit 1140455

File tree

11 files changed

+14
-14
lines changed

11 files changed

+14
-14
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"registry": "https://registry.npmjs.org/"
1818
}
1919
},
20-
"version": "9.3.7-canary.8"
20+
"version": "9.3.7-canary.9"
2121
}

packages/create-next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-next-app",
3-
"version": "9.3.7-canary.8",
3+
"version": "9.3.7-canary.9",
44
"keywords": [
55
"react",
66
"next",

packages/next-bundle-analyzer/package.json

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

packages/next-mdx/package.json

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

packages/next-plugin-google-analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/plugin-google-analytics",
3-
"version": "9.3.7-canary.8",
3+
"version": "9.3.7-canary.9",
44
"repository": {
55
"url": "zeit/next.js",
66
"directory": "packages/next-plugin-google-analytics"

packages/next-plugin-material-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/plugin-material-ui",
3-
"version": "9.3.7-canary.8",
3+
"version": "9.3.7-canary.9",
44
"repository": {
55
"url": "zeit/next.js",
66
"directory": "packages/next-plugin-material-ui"

packages/next-plugin-sentry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/plugin-sentry",
3-
"version": "9.3.7-canary.8",
3+
"version": "9.3.7-canary.9",
44
"repository": {
55
"url": "zeit/next.js",
66
"directory": "packages/next-plugin-sentry"

packages/next-polyfill-nomodule/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/polyfill-nomodule",
3-
"version": "9.3.7-canary.8",
3+
"version": "9.3.7-canary.9",
44
"description": "A polyfill for non-dead, nomodule browsers.",
55
"main": "dist/polyfill-nomodule.js",
66
"license": "MIT",

packages/next/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next",
3-
"version": "9.3.7-canary.8",
3+
"version": "9.3.7-canary.9",
44
"description": "The React Framework",
55
"main": "./dist/server/next.js",
66
"license": "MIT",
@@ -74,8 +74,8 @@
7474
"@babel/preset-react": "7.7.0",
7575
"@babel/preset-typescript": "7.7.2",
7676
"@babel/runtime": "7.7.2",
77-
"@next/react-dev-overlay": "9.3.7-canary.8",
78-
"@next/react-refresh-utils": "9.3.7-canary.8",
77+
"@next/react-dev-overlay": "9.3.7-canary.9",
78+
"@next/react-refresh-utils": "9.3.7-canary.9",
7979
"babel-plugin-syntax-jsx": "6.18.0",
8080
"babel-plugin-transform-define": "2.0.0",
8181
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
@@ -108,7 +108,7 @@
108108
"react-dom": "^16.6.0"
109109
},
110110
"devDependencies": {
111-
"@next/polyfill-nomodule": "9.3.7-canary.8",
111+
"@next/polyfill-nomodule": "9.3.7-canary.9",
112112
"@taskr/clear": "1.1.0",
113113
"@taskr/esnext": "1.1.0",
114114
"@taskr/watch": "1.1.0",

packages/react-dev-overlay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/react-dev-overlay",
3-
"version": "9.3.7-canary.8",
3+
"version": "9.3.7-canary.9",
44
"description": "A development-only overlay for developing React applications.",
55
"repository": {
66
"url": "zeit/next.js",

0 commit comments

Comments
 (0)