Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: version packages #292

Merged
merged 2 commits into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading