Skip to content

Commit c86b22c

Browse files
Merge branch 'canary' into add/upgrade-eslint
2 parents ac28aed + 08ee60d commit c86b22c

File tree

24 files changed

+59
-53
lines changed

24 files changed

+59
-53
lines changed

.github/ISSUE_TEMPLATE/1.bug_report.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Bug Report
22
description: Create a bug report for the Next.js core
3-
title: 'Bug Report'
43
labels: 'template: bug'
54
body:
65
- type: markdown

.github/ISSUE_TEMPLATE/2.example_bug_report.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Example Bug Report
22
description: Create a bug report for the examples
3-
title: 'Example Bug Report'
43
labels: 'type: example,template: bug'
54
body:
65
- type: markdown

.github/ISSUE_TEMPLATE/3.feature_request.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Feature Request
22
description: Create a feature request for the Next.js core
3-
title: 'Feature Request'
43
labels: 'template: story'
54
body:
65
- type: markdown

.github/workflows/test_react_experimental.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
# needs: build
3030
env:
3131
NEXT_TELEMETRY_DISABLED: 1
32-
NEXT_PRIVATE_REACT_MODE: concurrent
3332
HEADLESS: true
3433
NEXT_PRIVATE_SKIP_SIZE_TESTS: true
34+
NEXT_PRIVATE_REACT_ROOT: 1
3535
strategy:
3636
fail-fast: false
3737
matrix:

examples/api-routes-rest/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ npx create-next-app --example api-routes-rest api-routes-rest-app
1818
yarn create next-app --example api-routes-rest api-routes-rest-app
1919
```
2020

21-
### Deploy to Now
21+
### Deploy to Vercel
2222

2323
Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).

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": "10.1.4-canary.15"
20+
"version": "10.1.4-canary.16"
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": "10.1.4-canary.15",
3+
"version": "10.1.4-canary.16",
44
"keywords": [
55
"react",
66
"next",

packages/eslint-plugin-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/eslint-plugin-next",
3-
"version": "10.1.4-canary.15",
3+
"version": "10.1.4-canary.16",
44
"description": "ESLint plugin for NextJS.",
55
"main": "lib/index.js",
66
"license": "MIT",

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": "10.1.4-canary.15",
3+
"version": "10.1.4-canary.16",
44
"main": "index.js",
55
"license": "MIT",
66
"repository": {

packages/next-codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/codemod",
3-
"version": "10.1.4-canary.15",
3+
"version": "10.1.4-canary.16",
44
"license": "MIT",
55
"dependencies": {
66
"chalk": "4.1.0",

0 commit comments

Comments
 (0)