Skip to content

Commit

Permalink
v10.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Mar 15, 2021
1 parent 732c49c commit ca9f808
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 20 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": "10.0.9-canary.8"
"version": "10.0.9"
}
2 changes: 1 addition & 1 deletion packages/create-next-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-next-app",
"version": "10.0.9-canary.8",
"version": "10.0.9",
"keywords": [
"react",
"next",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/eslint-plugin-next",
"version": "10.0.9-canary.8",
"version": "10.0.9",
"description": "ESLint plugin for NextJS.",
"main": "lib/index.js",
"license": "MIT",
Expand Down
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": "10.0.9-canary.8",
"version": "10.0.9",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/codemod",
"version": "10.0.9-canary.8",
"version": "10.0.9",
"license": "MIT",
"dependencies": {
"chalk": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-env/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/env",
"version": "10.0.9-canary.8",
"version": "10.0.9",
"keywords": [
"react",
"next",
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": "10.0.9-canary.8",
"version": "10.0.9",
"main": "index.js",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-plugin-google-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/plugin-google-analytics",
"version": "10.0.9-canary.8",
"version": "10.0.9",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-plugin-google-analytics"
Expand Down
2 changes: 1 addition & 1 deletion packages/next-plugin-sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/plugin-sentry",
"version": "10.0.9-canary.8",
"version": "10.0.9",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-plugin-sentry"
Expand Down
2 changes: 1 addition & 1 deletion packages/next-plugin-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/plugin-storybook",
"version": "10.0.9-canary.8",
"version": "10.0.9",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-plugin-storybook"
Expand Down
2 changes: 1 addition & 1 deletion packages/next-polyfill-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/polyfill-module",
"version": "10.0.9-canary.8",
"version": "10.0.9",
"description": "A standard library polyfill for ES Modules supporting browsers (Edge 16+, Firefox 60+, Chrome 61+, Safari 10.1+)",
"main": "dist/polyfill-module.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-polyfill-nomodule/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/polyfill-nomodule",
"version": "10.0.9-canary.8",
"version": "10.0.9",
"description": "A polyfill for non-dead, nomodule browsers.",
"main": "dist/polyfill-nomodule.js",
"license": "MIT",
Expand Down
12 changes: 6 additions & 6 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next",
"version": "10.0.9-canary.8",
"version": "10.0.9",
"description": "The React Framework",
"main": "./dist/server/next.js",
"license": "MIT",
Expand Down Expand Up @@ -62,10 +62,10 @@
"dependencies": {
"@babel/runtime": "7.12.5",
"@hapi/accept": "5.0.1",
"@next/env": "10.0.9-canary.8",
"@next/polyfill-module": "10.0.9-canary.8",
"@next/react-dev-overlay": "10.0.9-canary.8",
"@next/react-refresh-utils": "10.0.9-canary.8",
"@next/env": "10.0.9",
"@next/polyfill-module": "10.0.9",
"@next/react-dev-overlay": "10.0.9",
"@next/react-refresh-utils": "10.0.9",
"@opentelemetry/api": "0.14.0",
"ast-types": "0.13.2",
"browserslist": "4.16.1",
Expand Down Expand Up @@ -133,7 +133,7 @@
"@babel/preset-react": "7.12.10",
"@babel/preset-typescript": "7.12.7",
"@babel/types": "7.12.12",
"@next/polyfill-nomodule": "10.0.9-canary.8",
"@next/polyfill-nomodule": "10.0.9",
"@taskr/clear": "1.1.0",
"@taskr/esnext": "1.1.0",
"@taskr/watch": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dev-overlay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/react-dev-overlay",
"version": "10.0.9-canary.8",
"version": "10.0.9",
"description": "A development-only overlay for developing React applications.",
"repository": {
"url": "vercel/next.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-refresh-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next/react-refresh-utils",
"version": "10.0.9-canary.8",
"version": "10.0.9",
"description": "An experimental package providing utilities for React Refresh.",
"repository": {
"url": "vercel/next.js",
Expand Down

1 comment on commit ca9f808

@ijjk
Copy link
Member Author

@ijjk ijjk commented on ca9f808 Mar 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stats from current release

Default Server Mode (Decrease detected ✓)
General
vercel/next.js canary v10.0.9 vercel/next.js refs/heads/canary Change
buildDuration 11.8s 11.8s ⚠️ +7ms
nodeModulesSize 42.8 MB 42.8 MB
Page Load Tests Overall decrease ⚠️
vercel/next.js canary v10.0.9 vercel/next.js refs/heads/canary Change
/ failed reqs 0 0
/ total time (seconds) 1.962 1.963 0
/ avg req/sec 1274.41 1273.37 ⚠️ -1.04
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.201 1.202 0
/error-in-render avg req/sec 2080.91 2079.37 ⚠️ -1.54
Client Bundles (main, webpack, commons)
vercel/next.js canary v10.0.9 vercel/next.js refs/heads/canary Change
677f882d2ed8..a2e7.js gzip 13.4 kB 13.4 kB
framework.HASH.js gzip 39 kB 39 kB
main-HASH.js gzip 6.67 kB 6.67 kB
webpack-HASH.js gzip 751 B 751 B
Overall change 59.8 kB 59.8 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary v10.0.9 vercel/next.js refs/heads/canary Change
polyfills-HASH.js gzip 31.3 kB 31.3 kB
Overall change 31.3 kB 31.3 kB
Client Pages
vercel/next.js canary v10.0.9 vercel/next.js refs/heads/canary Change
_app-fde3324..9dd1.js gzip 1.28 kB 1.28 kB
_error-af59f..582f.js gzip 3.46 kB 3.46 kB
amp-9716187d..0aa8.js gzip 536 B 536 B
hooks-107e90..74c7.js gzip 888 B 888 B
index-ac435c..ecf2.js gzip 227 B 227 B
link-c0d2c96..de48.js gzip 1.67 kB 1.67 kB
routerDirect..dc9d.js gzip 303 B 303 B
withRouter-6..0e02.js gzip 302 B 302 B
Overall change 8.66 kB 8.66 kB
Client Build Manifests
vercel/next.js canary v10.0.9 vercel/next.js refs/heads/canary Change
_buildManifest.js gzip 347 B 347 B
Overall change 347 B 347 B
Rendered Page Sizes
vercel/next.js canary v10.0.9 vercel/next.js refs/heads/canary Change
index.html gzip 613 B 613 B
link.html gzip 619 B 619 B
withRouter.html gzip 608 B 608 B
Overall change 1.84 kB 1.84 kB

Serverless Mode
General
vercel/next.js canary v10.0.9 vercel/next.js refs/heads/canary Change
buildDuration 12.6s 12.3s -285ms
nodeModulesSize 42.8 MB 42.8 MB
Client Bundles (main, webpack, commons)
vercel/next.js canary v10.0.9 vercel/next.js refs/heads/canary Change
677f882d2ed8..a2e7.js gzip 13.4 kB 13.4 kB
framework.HASH.js gzip 39 kB 39 kB
main-HASH.js gzip 6.67 kB 6.67 kB
webpack-HASH.js gzip 751 B 751 B
Overall change 59.8 kB 59.8 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary v10.0.9 vercel/next.js refs/heads/canary Change
polyfills-HASH.js gzip 31.3 kB 31.3 kB
Overall change 31.3 kB 31.3 kB
Client Pages
vercel/next.js canary v10.0.9 vercel/next.js refs/heads/canary Change
_app-fde3324..9dd1.js gzip 1.28 kB 1.28 kB
_error-af59f..582f.js gzip 3.46 kB 3.46 kB
amp-9716187d..0aa8.js gzip 536 B 536 B
hooks-107e90..74c7.js gzip 888 B 888 B
index-ac435c..ecf2.js gzip 227 B 227 B
link-c0d2c96..de48.js gzip 1.67 kB 1.67 kB
routerDirect..dc9d.js gzip 303 B 303 B
withRouter-6..0e02.js gzip 302 B 302 B
Overall change 8.66 kB 8.66 kB
Client Build Manifests
vercel/next.js canary v10.0.9 vercel/next.js refs/heads/canary Change
_buildManifest.js gzip 347 B 347 B
Overall change 347 B 347 B
Serverless bundles
vercel/next.js canary v10.0.9 vercel/next.js refs/heads/canary Change
_error.js 1.02 MB 1.02 MB
404.html 2.67 kB 2.67 kB
500.html 2.65 kB 2.65 kB
amp.amp.html 10.6 kB 10.6 kB
amp.html 1.86 kB 1.86 kB
hooks.html 1.92 kB 1.92 kB
index.js 1.02 MB 1.02 MB
link.js 1.08 MB 1.08 MB
routerDirect.js 1.07 MB 1.07 MB
withRouter.js 1.07 MB 1.07 MB
Overall change 5.27 MB 5.27 MB

Webpack 5 Mode (Decrease detected ✓)
General
vercel/next.js canary v10.0.9 vercel/next.js refs/heads/canary Change
buildDuration 12.6s 13.4s ⚠️ +794ms
nodeModulesSize 42.8 MB 42.8 MB
Page Load Tests Overall decrease ⚠️
vercel/next.js canary v10.0.9 vercel/next.js refs/heads/canary Change
/ failed reqs 0 0
/ total time (seconds) 1.944 1.988 ⚠️ +0.04
/ avg req/sec 1285.96 1257.64 ⚠️ -28.32
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.185 1.276 ⚠️ +0.09
/error-in-render avg req/sec 2110.23 1958.74 ⚠️ -151.49
Client Bundles (main, webpack, commons)
vercel/next.js canary v10.0.9 vercel/next.js refs/heads/canary Change
597-2bc2376a..203d.js gzip 13.3 kB 13.3 kB
framework.HASH.js gzip 39.3 kB 39.3 kB
main-HASH.js gzip 6.61 kB 6.61 kB
webpack-HASH.js gzip 954 B 954 B
Overall change 60.2 kB 60.2 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary v10.0.9 vercel/next.js refs/heads/canary Change
polyfills-HASH.js gzip 31.1 kB 31.1 kB
Overall change 31.1 kB 31.1 kB
Client Pages
vercel/next.js canary v10.0.9 vercel/next.js refs/heads/canary Change
_app-0c62a59..94b7.js gzip 1.26 kB 1.26 kB
_error-97d24..ed28.js gzip 3.38 kB 3.38 kB
amp-2926e4c2..9ccc.js gzip 536 B 536 B
hooks-1ed65b..8908.js gzip 902 B 902 B
index-6259b6..77d8.js gzip 230 B 230 B
link-b722682..14a4.js gzip 1.65 kB 1.65 kB
routerDirect..862a.js gzip 306 B 306 B
withRouter-4..76fd.js gzip 302 B 302 B
Overall change 8.57 kB 8.57 kB
Client Build Manifests
vercel/next.js canary v10.0.9 vercel/next.js refs/heads/canary Change
_buildManifest.js gzip 322 B 322 B
Overall change 322 B 322 B
Rendered Page Sizes
vercel/next.js canary v10.0.9 vercel/next.js refs/heads/canary Change
index.html gzip 587 B 587 B
link.html gzip 593 B 593 B
withRouter.html gzip 581 B 581 B
Overall change 1.76 kB 1.76 kB

Diffs

Diff for index.html
@@ -43,7 +43,7 @@
         "props": { "pageProps": {} },
         "page": "/",
         "query": {},
-        "buildId": "GpNpSYnqCHvPljwrsoATa",
+        "buildId": "W9GVyXgxoYngORFpfEEEM",
         "isFallback": false,
         "gip": true
       }
@@ -77,11 +77,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/GpNpSYnqCHvPljwrsoATa/_buildManifest.js"
+      src="/_next/static/W9GVyXgxoYngORFpfEEEM/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/GpNpSYnqCHvPljwrsoATa/_ssgManifest.js"
+      src="/_next/static/W9GVyXgxoYngORFpfEEEM/_ssgManifest.js"
       async=""
     ></script>
   </body>
Diff for link.html
@@ -48,7 +48,7 @@
         "props": { "pageProps": {} },
         "page": "/link",
         "query": {},
-        "buildId": "GpNpSYnqCHvPljwrsoATa",
+        "buildId": "W9GVyXgxoYngORFpfEEEM",
         "isFallback": false,
         "gip": true
       }
@@ -82,11 +82,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/GpNpSYnqCHvPljwrsoATa/_buildManifest.js"
+      src="/_next/static/W9GVyXgxoYngORFpfEEEM/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/GpNpSYnqCHvPljwrsoATa/_ssgManifest.js"
+      src="/_next/static/W9GVyXgxoYngORFpfEEEM/_ssgManifest.js"
       async=""
     ></script>
   </body>
Diff for withRouter.html
@@ -43,7 +43,7 @@
         "props": { "pageProps": {} },
         "page": "/withRouter",
         "query": {},
-        "buildId": "GpNpSYnqCHvPljwrsoATa",
+        "buildId": "W9GVyXgxoYngORFpfEEEM",
         "isFallback": false,
         "gip": true
       }
@@ -77,11 +77,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/GpNpSYnqCHvPljwrsoATa/_buildManifest.js"
+      src="/_next/static/W9GVyXgxoYngORFpfEEEM/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/GpNpSYnqCHvPljwrsoATa/_ssgManifest.js"
+      src="/_next/static/W9GVyXgxoYngORFpfEEEM/_ssgManifest.js"
       async=""
     ></script>
   </body>

Please sign in to comment.