Skip to content

Commit 1b477a8

Browse files
committed
feat: Upgrade to stream-chat 6.3.0
1 parent 7c3d4f0 commit 1b477a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ It's still possible to individually import stylesheets you just have to replace
3030

3131
### stream-chat
3232

33-
Upgrade to stream-chat `^6.2.0`.
33+
Upgrade to stream-chat `^6.3.0`.
3434

3535
You might need to update your code if you created custom components/services that used `stream-chat` in your application.
3636

projects/stream-chat-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@angular/common": "^12.2.0 || ^13.0.0",
1313
"@angular/core": "^12.2.0 || ^13.0.0",
1414
"@ngx-translate/core": "^13.0.0 || ^14.0.0",
15-
"stream-chat": "^6.2.0"
15+
"stream-chat": "^6.3.0"
1616
},
1717
"dependencies": {
1818
"angular-mentions": "^1.4.0",

0 commit comments

Comments
 (0)