Skip to content

Commit

Permalink
Merge pull request #135 from xmtp/changeset-release/beta
Browse files Browse the repository at this point in the history
release: version packages (beta)
  • Loading branch information
rygine authored Nov 20, 2023
2 parents 9b5cd1d + b792d22 commit aa5831c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
"@xmtp/react-sdk": "3.0.0",
"@xmtp/tsconfig": "0.0.0"
},
"changesets": []
"changesets": [
"lemon-buckets-tan"
]
}
12 changes: 12 additions & 0 deletions packages/react-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @xmtp/react-sdk

## 3.1.0-beta.0

### Minor Changes

- Added caching of the consent list
- Added autoload of cached consent list on client create
- Added `useConsent` hook for working with consent
- Added `useStreamConsentList` hook for streaming in consent actions
- Added consent support to example app

**Note:** This update uses WASM and requires some configuration changes depending on the bundler used.

## 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-beta.0",
"author": "XMTP Labs <[email protected]>",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit aa5831c

Please sign in to comment.