diff --git a/.changeset/chilled-cougars-beg.md b/.changeset/chilled-cougars-beg.md deleted file mode 100644 index 5202d258..00000000 --- a/.changeset/chilled-cougars-beg.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@xmtp/react-sdk": patch ---- - -- Add `isLoaded` state to the `useMessages` and `useConversations` hooks -- Add `clearCache` to exports -- Minor refactor of `useStartConversation` hook to export `conversation` when no initial message is sent -- Access all cached conversations using the client's wallet address diff --git a/packages/react-sdk/CHANGELOG.md b/packages/react-sdk/CHANGELOG.md index 0ec3834f..0cfd778f 100644 --- a/packages/react-sdk/CHANGELOG.md +++ b/packages/react-sdk/CHANGELOG.md @@ -1,5 +1,14 @@ # @xmtp/react-sdk +## 1.3.7 + +### Patch Changes + +- Add `isLoaded` state to the `useMessages` and `useConversations` hooks +- Add `clearCache` to exports +- Minor refactor of `useStartConversation` hook to export `conversation` when no initial message is sent +- Access all cached conversations using the client's wallet address + ## 1.3.6 ### Patch Changes diff --git a/packages/react-sdk/package.json b/packages/react-sdk/package.json index 4aa61540..dd517f9d 100644 --- a/packages/react-sdk/package.json +++ b/packages/react-sdk/package.json @@ -1,7 +1,7 @@ { "name": "@xmtp/react-sdk", "description": "XMTP client SDK for React apps written in TypeScript", - "version": "1.3.6", + "version": "1.3.7", "author": "XMTP Labs ", "license": "MIT", "type": "module",