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 #126

Merged
merged 3 commits into from
Oct 20, 2023
Merged

release: version packages #126

merged 3 commits into from
Oct 20, 2023

Conversation

github-actions[bot]
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@xmtp/[email protected]

Patch Changes

  • #125 4c71f14 Thanks @hoesele! - ### Fixed imports of date-fns package for Next.js compatibility

    • Issue: Fix of reported bug #124
    • Changes:
      • Changed imports from:
        import xxx from "date-fns/xxx";
        to:
        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

@github-actions github-actions bot requested a review from jhaaaa as a code owner October 20, 2023 19:45
@github-actions github-actions bot requested a review from a team October 20, 2023 19:45
@rygine rygine merged commit ded27b1 into main Oct 20, 2023
4 checks passed
@rygine rygine deleted the changeset-release/main branch October 20, 2023 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant