Skip to content

Commit

Permalink
Merge pull request #292 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 9, 2024
2 parents c80d046 + a243034 commit d41a7af
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-taxis-cry.md

This file was deleted.

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

## 9.0.0

### Major Changes

- eb27cba: Upgraded JS SDK

### BREAKING CHANGES

- Refactored `refreshConsentList` and `loadConsentList` methods of the `useConsent` hook

Most apps won't be affected by these changes, but the modified return types of the above methods are a breaking change for those relying on their return values.

## 8.0.1

### 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,6 +1,6 @@
{
"name": "@xmtp/react-sdk",
"version": "8.0.1",
"version": "9.0.0",
"description": "XMTP client SDK for React apps written in TypeScript",
"keywords": [
"xmtp",
Expand Down

0 comments on commit d41a7af

Please sign in to comment.