Skip to content

Commit fe8a425

Browse files
committed
feat: Update to stream-chat 6.4
1 parent 24987f1 commit fe8a425

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Below you can find the list of breaking changes and instructions on how to updat
1616

1717
### stream-chat
1818

19-
Upgrade to stream-chat `^6.3.0`.
19+
Upgrade to stream-chat `^6.4.0`.
2020

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

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"emoji-regex": "^10.0.0",
104104
"pretty-bytes": "^5.6.0",
105105
"rxjs": "~6.6.0",
106-
"stream-chat": "^6.2.0",
106+
"stream-chat": "^6.4.0",
107107
"ts-node": "^10.2.1",
108108
"tslib": "^2.3.0",
109109
"uuidv4": "^6.2.12",

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.3.0"
15+
"stream-chat": "^6.4.0"
1616
},
1717
"dependencies": {
1818
"angular-mentions": "^1.4.0",

0 commit comments

Comments
 (0)