stream-chat-react 11.13.0 → 11.13.1

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/dist/index.cjs.js CHANGED
@@ -1345,7 +1345,7 @@ function VirtualizedMessageList(props) {
1345
1345
  return (React__default["default"].createElement(VirtualizedMessageListWithContext, Window.__assign({ channel: channel, channelUnreadUiState: channelUnreadUiState, hasMore: !!hasMore, hasMoreNewer: !!hasMoreNewer, highlightedMessageId: highlightedMessageId, jumpToLatestMessage: jumpToLatestMessage, loadingMore: !!loadingMore, loadingMoreNewer: !!loadingMoreNewer, loadMore: loadMore, loadMoreNewer: loadMoreNewer, messages: messages, notifications: notifications, read: read, suppressAutoscroll: suppressAutoscroll }, props)));
1346
1346
  }
1347
1347
 
1348
- var version = '11.13.0';
1348
+ var version = '11.13.1';
1349
1349
 
1350
1350
  var useChat = function (_a) {
1351
1351
  var _b, _c;
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "11.13.0";
1
+ export declare const version = "11.13.1";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export var version = '11.13.0';
1
+ export var version = '11.13.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-react",
3
- "version": "11.13.0",
3
+ "version": "11.13.1",
4
4
  "description": "React components to create chat conversations or livestream style chat",
5
5
  "author": "GetStream",
6
6
  "homepage": "https://getstream.io/chat/",
@@ -62,7 +62,7 @@
62
62
  "@babel/runtime": "^7.23.6",
63
63
  "@braintree/sanitize-url": "^6.0.4",
64
64
  "@popperjs/core": "^2.11.5",
65
- "@react-aria/focus": "^3.16.1",
65
+ "@react-aria/focus": "^3",
66
66
  "clsx": "^2.0.0",
67
67
  "dayjs": "^1.10.4",
68
68
  "emoji-regex": "^9.2.0",