Skip to content

Commit

Permalink
Merge pull request #73 from xmtp/changeset-release/main
Browse files Browse the repository at this point in the history
release: version packages
  • Loading branch information
rygine authored Aug 30, 2023
2 parents a8c1734 + f963e55 commit 72e82b5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .changeset/rude-planets-greet.md

This file was deleted.

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

## 1.3.0

### Minor Changes

- Refactor `useAttachment` hook
- Added options `disableAutoload` and `autoloadMaxFileSize`
- Added `status` export
- Removed `isLoading` export
- Renamed `retry` => `load`
- Prevent autoload from occurring if there was previously a load error
- Added `hasLoadError` property to `CachedMessage` for when message content loading fails (this only applies to remote attachments for now)
- Updated the type of the `messages` export of the `useMessages` hook to be `CachedMessageWithId[]`

## 1.2.0

### Minor 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": "1.2.0",
"version": "1.3.0",
"author": "XMTP Labs <eng@xmtp.com>",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 72e82b5

Please sign in to comment.