stream-chat-react 13.10.1 → 13.10.2

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.
@@ -36553,7 +36553,7 @@ var useChat = ({
36553
36553
  };
36554
36554
  (0, import_react286.useEffect)(() => {
36555
36555
  if (!client) return;
36556
- const version = "13.10.1";
36556
+ const version = "13.10.2";
36557
36557
  const userAgent = client.getUserAgent();
36558
36558
  if (!userAgent.includes("stream-chat-react")) {
36559
36559
  client.setUserAgent(`stream-chat-react-${version}-${userAgent}`);
@@ -38423,7 +38423,7 @@ var useChat = ({
38423
38423
  };
38424
38424
  (0, import_react286.useEffect)(() => {
38425
38425
  if (!client) return;
38426
- const version = "13.10.1";
38426
+ const version = "13.10.2";
38427
38427
  const userAgent = client.getUserAgent();
38428
38428
  if (!userAgent.includes("stream-chat-react")) {
38429
38429
  client.setUserAgent(`stream-chat-react-${version}-${userAgent}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-react",
3
- "version": "13.10.1",
3
+ "version": "13.10.2",
4
4
  "description": "React components to create chat conversations or livestream style chat",
5
5
  "author": "GetStream",
6
6
  "homepage": "https://getstream.io/chat/",