Skip to content

Commit

Permalink
Merge pull request #93 from xmtp/changeset-release/main
Browse files Browse the repository at this point in the history
release: version packages
  • Loading branch information
rygine authored Sep 13, 2023
2 parents 04585d6 + ddfe25c commit ef5bcdb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .changeset/chilled-cougars-beg.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/react-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react-sdk/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit ef5bcdb

Please sign in to comment.