Skip to content

Commit

Permalink
Merge pull request #126 from xmtp/changeset-release/main
Browse files Browse the repository at this point in the history
release: version packages
  • Loading branch information
rygine authored Oct 20, 2023
2 parents 4b34f4c + f5f96a1 commit ded27b1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
20 changes: 0 additions & 20 deletions .changeset/loud-brooms-sparkle.md

This file was deleted.

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

## 2.2.6

### Patch Changes

#### Fixed imports of `date-fns` package for Next.js compatibility

- **Issue**: [Fix of reported bug #124](https://github.com/xmtp/xmtp-web/issues/124)
- **Changes**:
- Changed imports from:
```javascript
import xxx from "date-fns/xxx";
```
to:
```javascript
import { xxx } from "date-fns";
```
- **Affected Files**:
- `packages/react-sdk/src/helpers/caching/contentTypes/readReceipt.test.ts`
- `packages/react-sdk/src/helpers/caching/contentTypes/readReceipt.ts`
- `packages/react-sdk/src/hooks/useMessages.ts`

## 2.2.5

### 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,7 +1,7 @@
{
"name": "@xmtp/react-sdk",
"description": "XMTP client SDK for React apps written in TypeScript",
"version": "2.2.5",
"version": "2.2.6",
"author": "XMTP Labs <[email protected]>",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit ded27b1

Please sign in to comment.