Skip to content

Commit

Permalink
Merge pull request #110 from xmtp/changeset-release/main
Browse files Browse the repository at this point in the history
release: version packages
  • Loading branch information
rygine authored Oct 10, 2023
2 parents efc1103 + f89158e commit 40fb962
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/fresh-olives-vanish.md

This file was deleted.

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

## 2.2.0

### Minor Changes

- Added `sentAt` field to cached reactions to track when a reaction was made
- Updated `getReactionsByXmtpID` to return reactions sorted by `sentAt`
- Updated `useReactions` hook to return reactions sorted by `sentAt`

## 2.1.0

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

0 comments on commit 40fb962

Please sign in to comment.