We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb3aa4 commit f2fda54Copy full SHA for f2fda54
docusaurus/docs/Angular/basics/upgrade-v2.mdx
@@ -34,15 +34,15 @@ You can find the full list of breaking changes in stream-chat [v5](https://githu
34
Run the following command to updgrade if you're using Angular 13:
35
36
```
37
-npm install stream-chat@6.3.0 stream-chat-angular@3.0.0-beta.8
+npm install stream-chat@6.4.0 stream-chat-angular
38
39
40
#### Angular 12
41
42
Run the following command to updgrade if you're using Angular 12:
43
44
45
-npm install stream-chat@6.3.0 stream-chat-angular@3 --legacy-peer-deps
+npm install stream-chat@6.4.0 stream-chat-angular@3 --legacy-peer-deps
46
47
48
### stream-chat-css
0 commit comments