Skip to content

Commit 98761bf

Browse files
committed
docs(updating): change version numbers for old migration docs
1 parent bbd6ff7 commit 98761bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/updating/4-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In Ionic 4, the package name is `@ionic/angular`. Uninstall Ionic 3 and install
3636

3737
```shell
3838
$ npm uninstall ionic-angular
39-
$ npm install @ionic/angular
39+
$ npm install @ionic/angular@v4-lts
4040
```
4141

4242
While migrating an app, update the imports from `ionic-angular` to `@ionic/angular`.

docs/updating/5-0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ For a **complete list of breaking changes** from Ionic 4 to Ionic 5, please refe
1919
For Angular based projects, you can simply run:
2020

2121
```shell
22-
npm install @ionic/angular@latest @ionic/angular-toolkit@latest --save
22+
npm install @ionic/angular@v5-lts @ionic/angular-toolkit@4.0.0 --save
2323
```
2424

2525
For React projects, you can run:
2626

2727
```shell
28-
npm install @ionic/react@latest @ionic/react-router@latest ionicons@latest
28+
npm install @ionic/react@v5-lts @ionic/react-router@v5-lts ionicons@5.5.3
2929
```
3030

3131
For Stencil / vanilla JS projects, you can run:
3232

3333
```shell
34-
npm i @ionic/core@latest --save
34+
npm i @ionic/core@v5-lts --save
3535
```
3636

3737
If you would like a fresh project starter, a new project base can be created from the CLI and an existing app can be migrated over manually.

0 commit comments

Comments
 (0)