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 7c3d4f0 commit 1b477a8Copy full SHA for 1b477a8
docusaurus/docs/Angular/basics/upgrade-v2.mdx
@@ -30,7 +30,7 @@ It's still possible to individually import stylesheets you just have to replace
30
31
### stream-chat
32
33
-Upgrade to stream-chat `^6.2.0`.
+Upgrade to stream-chat `^6.3.0`.
34
35
You might need to update your code if you created custom components/services that used `stream-chat` in your application.
36
projects/stream-chat-angular/package.json
@@ -12,7 +12,7 @@
12
"@angular/common": "^12.2.0 || ^13.0.0",
13
"@angular/core": "^12.2.0 || ^13.0.0",
14
"@ngx-translate/core": "^13.0.0 || ^14.0.0",
15
- "stream-chat": "^6.2.0"
+ "stream-chat": "^6.3.0"
16
},
17
"dependencies": {
18
"angular-mentions": "^1.4.0",
0 commit comments