Skip to content

Commit 80c0d95

Browse files
authored
docs(v7): update migration guide tags (#2870)
1 parent 2852b6a commit 80c0d95

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/updating/7-0.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ npm install [email protected]
2626
3. Update to the latest version of Ionic 7:
2727

2828
```shell
29-
npm install @ionic/angular@next
29+
npm install @ionic/angular@7
3030
```
3131

3232
If you are using Ionic Angular Server, be sure to update that as well:
3333

3434
```shell
35-
npm install @ionic/angular@next @ionic/angular-server@next
35+
npm install @ionic/angular@7 @ionic/angular-server@7
3636
```
3737

3838
### React
@@ -46,7 +46,7 @@ npm install react@latest react-dom@latest
4646
2. Update to the latest version of Ionic 7:
4747

4848
```shell
49-
npm install @ionic/react@next @ionic/react-router@next
49+
npm install @ionic/react@7 @ionic/react-router@7
5050
```
5151

5252
### Vue
@@ -60,15 +60,15 @@ npm install vue@latest vue-router@latest
6060
3. Update to the latest version of Ionic 7:
6161

6262
```shell
63-
npm install @ionic/vue@next @ionic/vue-router@next
63+
npm install @ionic/vue@7 @ionic/vue-router@7
6464
```
6565

6666
### Core
6767

6868
1. Update to the latest version of Ionic 7:
6969

7070
```shell
71-
npm install @ionic/core@next
71+
npm install @ionic/core@7
7272
```
7373

7474
## Updating Your Code

0 commit comments

Comments
 (0)