Skip to content

Commit

Permalink
Merge pull request #88 from xmtp/changeset-release/main
Browse files Browse the repository at this point in the history
release: version packages
  • Loading branch information
rygine committed Sep 8, 2023
2 parents e911a1a + 8dcffe0 commit 4773ca8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .changeset/shy-birds-yell.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/react-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @xmtp/react-sdk

## 1.3.6

### Patch Changes

- Rename `hasTopic` => `hasConversationTopic`
- Add exports for `hasConversationTopic`, `saveConversation`, `setConversationUpdatedAt`, `updateConversation`, `updateConversationMetadata`, `deleteMessage`, `getLastMessage`, `saveMessage`, `updateMessage`, and `updateMessageMetadata`

## 1.3.5

### 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.5",
"version": "1.3.6",
"author": "XMTP Labs <eng@xmtp.com>",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 4773ca8

Please sign in to comment.