Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit d41a7af

Browse files
authored
Merge pull request #292 from xmtp/changeset-release/main
release: version packages
2 parents c80d046 + a243034 commit d41a7af

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

.changeset/beige-taxis-cry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/react-sdk/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @xmtp/react-sdk
22

3+
## 9.0.0
4+
5+
### Major Changes
6+
7+
- eb27cba: Upgraded JS SDK
8+
9+
### BREAKING CHANGES
10+
11+
- Refactored `refreshConsentList` and `loadConsentList` methods of the `useConsent` hook
12+
13+
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.
14+
315
## 8.0.1
416

517
### Patch Changes

packages/react-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xmtp/react-sdk",
3-
"version": "8.0.1",
3+
"version": "9.0.0",
44
"description": "XMTP client SDK for React apps written in TypeScript",
55
"keywords": [
66
"xmtp",

0 commit comments

Comments
 (0)