Skip to content

Commit 72c3273

Browse files
committed
chore: update supported Next.js version range
1 parent 685b786 commit 72c3273

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

src/fragments/lib-v1/start/getting-started/next/setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To set up the project, you will need to create a new Next.js app with the [`crea
1717
Run the following command and following the instructions to create a Next.js app.
1818

1919
```shellscript
20-
npx create-next-app@">=13.5.0 <15.0.0" next-amplified
20+
npx create-next-app@">=13.5.0 <16.0.0" next-amplified
2121
```
2222

2323
Then run the following command to enter the root of your Next.js app.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Callout warning>
22

3-
**NOTE:** Amplify JS v6 supports Next.js with the version range: `>=13.5.0 <15.0.0`.
3+
**NOTE:** Amplify JS v6 supports Next.js with the version range: `>=13.5.0 <16.0.0`.
44
Ensure you have the correct version to integrate with Amplify.
55

66
</Callout>

src/fragments/start/getting-started/next/setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To set up the project, you'll first create a new Next.js app with [Create Next A
1010
From your projects directory, run the following commands:
1111

1212
```bash
13-
npx create-next-app@">=13.5.0 <15.0.0" next-amplified --no-app
13+
npx create-next-app@">=13.5.0 <16.0.0" next-amplified --no-app
1414
cd next-amplified
1515
```
1616

src/pages/gen1/[platform]/build-a-backend/server-side-rendering/nextjs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This guide walks through how to use Amplify Auth, GraphQL API, REST API, and Sto
3232

3333
<Callout warning>
3434

35-
**NOTE:** Amplify JS v6 supports Next.js with the version range: `>=13.5.0 <15.0.0`.
35+
**NOTE:** Amplify JS v6 supports Next.js with the version range: `>=13.5.0 <16.0.0`.
3636
Ensure you have the correct version to integrate with Amplify.
3737

3838
</Callout>

src/pages/gen1/[platform]/start/getting-started/setup/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ cd amplify-app
223223

224224
This tutorial is built using the [Next.js App Router](https://nextjs.org/docs/app/building-your-application/routing).
225225

226-
**NOTE:** Amplify JS v6 supports Next.js with the version range: `>=13.5.0 <15.0.0`.
226+
**NOTE:** Amplify JS v6 supports Next.js with the version range: `>=13.5.0 <16.0.0`.
227227
Ensure you have the correct version to integrate with Amplify.
228228

229229
</Callout>

src/pages/gen1/[platform]/start/project-setup/create-application/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import reactnative_getting_started from '/src/fragments/start/getting-started/re
4949

5050
<Callout warning>
5151

52-
**NOTE:** Amplify JS v6 supports Next.js with the version range: `>=13.5.0 <15.0.0`.
52+
**NOTE:** Amplify JS v6 supports Next.js with the version range: `>=13.5.0 <16.0.0`.
5353
Ensure you have the correct version to integrate with Amplify.
5454

5555
</Callout>
@@ -59,7 +59,7 @@ To set up the project, you will need to create a new Next.js app with the [`crea
5959
Run the following command and following the instructions to create a Next.js app.
6060

6161
```shellscript
62-
npx create-next-app@">=13.5.0 <15.0.0" next-amplified
62+
npx create-next-app@">=13.5.0 <16.0.0" next-amplified
6363
```
6464

6565
Then run the following command to enter the root of your Next.js app.

0 commit comments

Comments
 (0)