Skip to content

Commit 80c9522

Browse files
committedFeb 15, 2021
v10.0.7
1 parent 57ed93b commit 80c9522

File tree

15 files changed

+20
-20
lines changed

15 files changed

+20
-20
lines changed
 

‎lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"registry": "https://registry.npmjs.org/"
1818
}
1919
},
20-
"version": "10.0.7-canary.8"
20+
"version": "10.0.7"
2121
}

‎packages/create-next-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-next-app",
3-
"version": "10.0.7-canary.8",
3+
"version": "10.0.7",
44
"keywords": [
55
"react",
66
"next",

‎packages/eslint-plugin-next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/eslint-plugin-next",
3-
"version": "10.0.7-canary.8",
3+
"version": "10.0.7",
44
"description": "ESLint plugin for NextJS.",
55
"main": "lib/index.js",
66
"license": "MIT",

‎packages/next-bundle-analyzer/package.json

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

‎packages/next-codemod/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/codemod",
3-
"version": "10.0.7-canary.8",
3+
"version": "10.0.7",
44
"license": "MIT",
55
"dependencies": {
66
"chalk": "4.1.0",

‎packages/next-env/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/env",
3-
"version": "10.0.7-canary.8",
3+
"version": "10.0.7",
44
"keywords": [
55
"react",
66
"next",

‎packages/next-mdx/package.json

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/plugin-google-analytics",
3-
"version": "10.0.7-canary.8",
3+
"version": "10.0.7",
44
"repository": {
55
"url": "vercel/next.js",
66
"directory": "packages/next-plugin-google-analytics"

‎packages/next-plugin-sentry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/plugin-sentry",
3-
"version": "10.0.7-canary.8",
3+
"version": "10.0.7",
44
"repository": {
55
"url": "vercel/next.js",
66
"directory": "packages/next-plugin-sentry"

‎packages/next-plugin-storybook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/plugin-storybook",
3-
"version": "10.0.7-canary.8",
3+
"version": "10.0.7",
44
"repository": {
55
"url": "vercel/next.js",
66
"directory": "packages/next-plugin-storybook"

‎packages/next-polyfill-module/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/polyfill-module",
3-
"version": "10.0.7-canary.8",
3+
"version": "10.0.7",
44
"description": "A standard library polyfill for ES Modules supporting browsers (Edge 16+, Firefox 60+, Chrome 61+, Safari 10.1+)",
55
"main": "dist/polyfill-module.js",
66
"license": "MIT",

‎packages/next-polyfill-nomodule/package.json

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

‎packages/next/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next",
3-
"version": "10.0.7-canary.8",
3+
"version": "10.0.7",
44
"description": "The React Framework",
55
"main": "./dist/server/next.js",
66
"license": "MIT",
@@ -62,10 +62,10 @@
6262
"dependencies": {
6363
"@babel/runtime": "7.12.5",
6464
"@hapi/accept": "5.0.1",
65-
"@next/env": "10.0.7-canary.8",
66-
"@next/polyfill-module": "10.0.7-canary.8",
67-
"@next/react-dev-overlay": "10.0.7-canary.8",
68-
"@next/react-refresh-utils": "10.0.7-canary.8",
65+
"@next/env": "10.0.7",
66+
"@next/polyfill-module": "10.0.7",
67+
"@next/react-dev-overlay": "10.0.7",
68+
"@next/react-refresh-utils": "10.0.7",
6969
"@opentelemetry/api": "0.14.0",
7070
"ast-types": "0.13.2",
7171
"browserslist": "4.16.1",
@@ -135,7 +135,7 @@
135135
"@babel/preset-react": "7.12.10",
136136
"@babel/preset-typescript": "7.12.7",
137137
"@babel/types": "7.12.12",
138-
"@next/polyfill-nomodule": "10.0.7-canary.8",
138+
"@next/polyfill-nomodule": "10.0.7",
139139
"@taskr/clear": "1.1.0",
140140
"@taskr/esnext": "1.1.0",
141141
"@taskr/watch": "1.1.0",

‎packages/react-dev-overlay/package.json

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

‎packages/react-refresh-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/react-refresh-utils",
3-
"version": "10.0.7-canary.8",
3+
"version": "10.0.7",
44
"description": "An experimental package providing utilities for React Refresh.",
55
"repository": {
66
"url": "vercel/next.js",

1 commit comments

Comments
 (1)

ijjk commented on Feb 15, 2021

@ijjk
Member

Stats from current release

Default Server Mode (Decrease detected ✓)
General Overall decrease ✓
vercel/next.js canary v10.0.7 vercel/next.js refs/heads/canary Change
buildDuration 11.2s 11.5s ⚠️ +303ms
nodeModulesSize 69.8 MB 69.7 MB -89.7 kB
Page Load Tests Overall decrease ⚠️
vercel/next.js canary v10.0.7 vercel/next.js refs/heads/canary Change
/ failed reqs 0 0
/ total time (seconds) 2.072 2.068 0
/ avg req/sec 1206.29 1208.64 +2.35
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.291 1.297 ⚠️ +0.01
/error-in-render avg req/sec 1936.43 1927.73 ⚠️ -8.7
Client Bundles (main, webpack, commons)
vercel/next.js canary v10.0.7 vercel/next.js refs/heads/canary Change
677f882d2ed8..5cb0.js gzip 13.1 kB 13.1 kB
framework.HASH.js gzip 39 kB 39 kB
main-HASH.js gzip 6.63 kB 6.63 kB
webpack-HASH.js gzip 751 B 751 B
Overall change 59.5 kB 59.5 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary v10.0.7 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.7 vercel/next.js refs/heads/canary Change
_app-2a09aa2..4a98.js gzip 1.28 kB 1.28 kB
_error-8b758..aef6.js gzip 3.46 kB 3.46 kB
amp-e3e9bc99..932c.js gzip 536 B 536 B
hooks-5023ef..3670.js gzip 888 B 888 B
index-3a2b03..c677.js gzip 227 B 227 B
link-177412b..043e.js gzip 1.67 kB 1.67 kB
routerDirect..1a66.js gzip 303 B 303 B
withRouter-9..1b7d.js gzip 302 B 302 B
Overall change 8.66 kB 8.66 kB
Client Build Manifests
vercel/next.js canary v10.0.7 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.7 vercel/next.js refs/heads/canary Change
index.html gzip 614 B 614 B
link.html gzip 621 B 621 B
withRouter.html gzip 608 B 608 B
Overall change 1.84 kB 1.84 kB

Serverless Mode (Decrease detected ✓)
General Overall decrease ✓
vercel/next.js canary v10.0.7 vercel/next.js refs/heads/canary Change
buildDuration 13.5s 13.4s -160ms
nodeModulesSize 69.8 MB 69.7 MB -89.7 kB
Client Bundles (main, webpack, commons)
vercel/next.js canary v10.0.7 vercel/next.js refs/heads/canary Change
677f882d2ed8..5cb0.js gzip 13.1 kB 13.1 kB
framework.HASH.js gzip 39 kB 39 kB
main-HASH.js gzip 6.63 kB 6.63 kB
webpack-HASH.js gzip 751 B 751 B
Overall change 59.5 kB 59.5 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary v10.0.7 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.7 vercel/next.js refs/heads/canary Change
_app-2a09aa2..4a98.js gzip 1.28 kB 1.28 kB
_error-8b758..aef6.js gzip 3.46 kB 3.46 kB
amp-e3e9bc99..932c.js gzip 536 B 536 B
hooks-5023ef..3670.js gzip 888 B 888 B
index-3a2b03..c677.js gzip 227 B 227 B
link-177412b..043e.js gzip 1.67 kB 1.67 kB
routerDirect..1a66.js gzip 303 B 303 B
withRouter-9..1b7d.js gzip 302 B 302 B
Overall change 8.66 kB 8.66 kB
Client Build Manifests
vercel/next.js canary v10.0.7 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.7 vercel/next.js refs/heads/canary Change
_error.js 1.01 MB 1.01 MB
404.html 2.67 kB 2.67 kB
amp.amp.html 10.4 kB 10.4 kB
amp.html 1.86 kB 1.86 kB
hooks.html 1.92 kB 1.92 kB
index.js 1.01 MB 1.01 MB
link.js 1.06 MB 1.06 MB
routerDirect.js 1.06 MB 1.06 MB
withRouter.js 1.06 MB 1.06 MB
Overall change 5.2 MB 5.2 MB

Webpack 5 Mode (Decrease detected ✓)
General Overall decrease ✓
vercel/next.js canary v10.0.7 vercel/next.js refs/heads/canary Change
buildDuration 13.5s 13.1s -336ms
nodeModulesSize 69.8 MB 69.7 MB -89.7 kB
Page Load Tests Overall decrease ⚠️
vercel/next.js canary v10.0.7 vercel/next.js refs/heads/canary Change
/ failed reqs 0 0
/ total time (seconds) 2.04 1.996 -0.04
/ avg req/sec 1225.46 1252.31 +26.85
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.239 1.284 ⚠️ +0.04
/error-in-render avg req/sec 2018.15 1946.55 ⚠️ -71.6
Client Bundles (main, webpack, commons)
vercel/next.js canary v10.0.7 vercel/next.js refs/heads/canary Change
597-d08f5fe5..d690.js gzip 13.1 kB 13.1 kB
framework.HASH.js gzip 39.3 kB 39.3 kB
main-HASH.js gzip 6.58 kB 6.58 kB
webpack-HASH.js gzip 954 B 954 B
Overall change 59.9 kB 59.9 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary v10.0.7 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.7 vercel/next.js refs/heads/canary Change
_app-6e0a903..b885.js gzip 1.26 kB 1.26 kB
_error-9e190..f9d6.js gzip 3.38 kB 3.38 kB
amp-7fd79cc4..99ee.js gzip 538 B 538 B
hooks-f7e199..11b9.js gzip 904 B 904 B
index-3dc22c..ffbb.js gzip 232 B 232 B
link-7cc9e62..ef27.js gzip 1.66 kB 1.66 kB
routerDirect..323a.js gzip 308 B 308 B
withRouter-a..2ef8.js gzip 304 B 304 B
Overall change 8.59 kB 8.59 kB
Client Build Manifests
vercel/next.js canary v10.0.7 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.7 vercel/next.js refs/heads/canary Change
index.html gzip 585 B 585 B
link.html gzip 593 B 593 B
withRouter.html gzip 580 B 580 B
Overall change 1.76 kB 1.76 kB

Diffs

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