Skip to content

Commit b005975

Browse files
authored
Merge branch 'canary' into shu/6lrx
2 parents 7a1de83 + caa9083 commit b005975

File tree

23 files changed

+75
-51
lines changed

23 files changed

+75
-51
lines changed

docs/02-app/02-api-reference/04-functions/revalidateTag.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fetch(url, { next: { tags: [...] } });
3030

3131
## Examples
3232

33-
## Server Action
33+
### Server Action
3434

3535
```ts filename="app/actions.ts" switcher
3636
'use server'

examples/with-playwright/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default defineConfig({
3232
// More information: https://playwright.dev/docs/api/class-testoptions#test-options-base-url
3333
baseURL,
3434

35-
// Retry a test if its failing with enabled tracing. This allows you to analyse the DOM, console logs, network traffic etc.
35+
// Retry a test if its failing with enabled tracing. This allows you to analyze the DOM, console logs, network traffic etc.
3636
// More information: https://playwright.dev/docs/trace-viewer
3737
trace: 'retry-with-trace',
3838

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"registry": "https://registry.npmjs.org/"
1717
}
1818
},
19-
"version": "13.4.20-canary.39"
19+
"version": "13.4.20-canary.40"
2020
}

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": "13.4.20-canary.39",
3+
"version": "13.4.20-canary.40",
44
"keywords": [
55
"react",
66
"next",

packages/eslint-config-next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-next",
3-
"version": "13.4.20-canary.39",
3+
"version": "13.4.20-canary.40",
44
"description": "ESLint configuration used by Next.js.",
55
"main": "index.js",
66
"license": "MIT",
@@ -10,7 +10,7 @@
1010
},
1111
"homepage": "https://nextjs.org/docs/app/building-your-application/configuring/eslint#eslint-config",
1212
"dependencies": {
13-
"@next/eslint-plugin-next": "13.4.20-canary.39",
13+
"@next/eslint-plugin-next": "13.4.20-canary.40",
1414
"@rushstack/eslint-patch": "^1.3.3",
1515
"@typescript-eslint/parser": "^5.4.2 || ^6.0.0",
1616
"eslint-import-resolver-node": "^0.3.6",

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": "13.4.20-canary.39",
3+
"version": "13.4.20-canary.40",
44
"description": "ESLint plugin for NextJS.",
55
"main": "dist/index.js",
66
"license": "MIT",

packages/font/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/font",
3-
"version": "13.4.20-canary.39",
3+
"version": "13.4.20-canary.40",
44
"repository": {
55
"url": "vercel/next.js",
66
"directory": "packages/font"

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": "13.4.20-canary.39",
3+
"version": "13.4.20-canary.40",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"license": "MIT",

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": "13.4.20-canary.39",
3+
"version": "13.4.20-canary.40",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

packages/next-env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next/env",
3-
"version": "13.4.20-canary.39",
3+
"version": "13.4.20-canary.40",
44
"keywords": [
55
"react",
66
"next",

0 commit comments

Comments
 (0)