stream-chat-react 13.14.4 → 13.14.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-react",
3
- "version": "13.14.4",
3
+ "version": "13.14.6",
4
4
  "description": "React components to create chat conversations or livestream style chat",
5
5
  "author": "GetStream",
6
6
  "homepage": "https://getstream.io/chat/",
@@ -181,6 +181,7 @@
181
181
  "@playwright/test": "^1.42.1",
182
182
  "@semantic-release/changelog": "^6.0.3",
183
183
  "@semantic-release/git": "^10.0.1",
184
+ "@semantic-release/github": "^12.0.6",
184
185
  "@stream-io/stream-chat-css": "^5.16.1",
185
186
  "@testing-library/dom": "^10.4.0",
186
187
  "@testing-library/jest-dom": "^6.6.3",
@@ -233,7 +234,7 @@
233
234
  "prettier": "^3.5.3",
234
235
  "react": "^19.0.0",
235
236
  "react-dom": "^19.0.0",
236
- "semantic-release": "^25.0.2",
237
+ "semantic-release": "^25.0.3",
237
238
  "stream-chat": "^9.41.1",
238
239
  "ts-jest": "^29.2.5",
239
240
  "typescript": "^5.4.5",