Skip to content

Commit 8d2ca1e

Browse files
authored
docs(updating): add correct npm tag for v8 (#3633)
1 parent 0c64292 commit 8d2ca1e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/updating/8-0.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ For a **complete list of breaking changes** from Ionic 7 to Ionic 8, please refe
2121
2. Update to the latest version of Ionic 8:
2222

2323
```shell
24-
npm install @ionic/angular@next
24+
npm install @ionic/angular@latest
2525
```
2626

2727
If you are using Ionic Angular Server and Ionic Angular Toolkit, be sure to update those as well:
2828

2929
```shell
30-
npm install @ionic/angular@next @ionic/angular-server@next @ionic/angular-toolkit@11
30+
npm install @ionic/angular@latest @ionic/angular-server@latest @ionic/angular-toolkit@11
3131
```
3232

3333
> Note: `@ionic/angular-toolkit@11` requires a minimum of Angular 17. If you are still on Angular 16, then you may want to only update to to `@ionic/angular-toolkit@10` instead.
@@ -45,7 +45,7 @@ npm install react@latest react-dom@latest
4545
2. Update to the latest version of Ionic 8:
4646

4747
```shell
48-
npm install @ionic/react@next @ionic/react-router@next
48+
npm install @ionic/react@latest @ionic/react-router@latest
4949
```
5050

5151
### Vue
@@ -59,15 +59,15 @@ npm install vue@latest vue-router@latest
5959
2. Update to the latest version of Ionic 8:
6060

6161
```shell
62-
npm install @ionic/vue@next @ionic/vue-router@next
62+
npm install @ionic/vue@latest @ionic/vue-router@latest
6363
```
6464

6565
### Core
6666

6767
1. Update to the latest version of Ionic 8:
6868

6969
```shell
70-
npm install @ionic/core@next
70+
npm install @ionic/core@latest
7171
```
7272

7373
## Recommended Changes

0 commit comments

Comments
 (0)