Skip to content

Commit 593e104

Browse files
docs(migration): update NgRx package commands to stable versions (#4905)
1 parent 021a9e6 commit 593e104

File tree

2 files changed

+4
-4
lines changed
  • projects
    • ngrx.io/content/guide/migration
    • www/src/app/pages/guide/migration

2 files changed

+4
-4
lines changed

projects/ngrx.io/content/guide/migration/v20.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ To update your packages to the latest released version, run the command below.
88

99
```sh
1010
# NgRx Store related packages
11-
ng update @ngrx/[email protected]-beta.0
11+
ng update @ngrx/[email protected]
1212

1313
# NgRx Signals package
14-
ng update @ngrx/[email protected]-beta.0
14+
ng update @ngrx/[email protected]
1515
```
1616

1717
## Dependencies

projects/www/src/app/pages/guide/migration/v20.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ To update your packages to the latest released version, run the command below.
88

99
```sh
1010
# NgRx Store related packages
11-
ng update @ngrx/[email protected]-beta.0
11+
ng update @ngrx/[email protected]
1212

1313
# NgRx Signals package
14-
ng update @ngrx/[email protected]-beta.0
14+
ng update @ngrx/[email protected]
1515
```
1616

1717
## Dependencies

0 commit comments

Comments
 (0)