Skip to content

Commit

Permalink
Merge pull request #144 from xmtp/changeset-release/main
Browse files Browse the repository at this point in the history
release: version packages
  • Loading branch information
rygine authored Jan 3, 2024
2 parents 0ea0482 + 96ab3a3 commit acb9ec2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .changeset/hip-tips-film.md

This file was deleted.

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

## 3.1.0

### Minor Changes

- Upgraded JS SDK to `11.3.0` for consent support
- Added `useConsent` hook for working with consent
- Added `useStreamConsentList` hook for streaming consent actions

**Note:** This release uses a first-party dependency that includes WASM, which may require additional configuration in your bundler/framework of choice.

## 3.0.0

### Major 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": "3.0.0",
"version": "3.1.0",
"author": "XMTP Labs <[email protected]>",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit acb9ec2

Please sign in to comment.