diff --git a/packages/react-sdk/CHANGELOG.md b/packages/react-sdk/CHANGELOG.md index 6cae91a5..58d854b3 100644 --- a/packages/react-sdk/CHANGELOG.md +++ b/packages/react-sdk/CHANGELOG.md @@ -6,20 +6,20 @@ #### 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` +- **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