Skip to content

Commit f2fda54

Browse files
committed
docs: Fix upgrade guide versions
1 parent 4cb3aa4 commit f2fda54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus/docs/Angular/basics/upgrade-v2.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ You can find the full list of breaking changes in stream-chat [v5](https://githu
3434
Run the following command to updgrade if you're using Angular 13:
3535

3636
```
37-
npm install stream-chat@6.3.0 stream-chat-angular@3.0.0-beta.8
37+
npm install stream-chat@6.4.0 stream-chat-angular
3838
```
3939

4040
#### Angular 12
4141

4242
Run the following command to updgrade if you're using Angular 12:
4343

4444
```
45-
npm install stream-chat@6.3.0 stream-chat-angular@3 --legacy-peer-deps
45+
npm install stream-chat@6.4.0 stream-chat-angular@3 --legacy-peer-deps
4646
```
4747

4848
### stream-chat-css

0 commit comments

Comments
 (0)