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

chore: version packages #1962

Merged
merged 1 commit into from May 17, 2024
Merged

chore: version packages #1962

merged 1 commit into from May 17, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 7, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish 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

@rainbow-me/rainbow-button@0.2.8

Patch Changes

  • Updated dependencies [8841891]
    • @rainbow-me/rainbowkit@2.0.8

@rainbow-me/rainbowkit@2.0.8

Patch Changes

  • 8841891: Added real-time balance fetching based on the Recent Transaction API. As a transaction is confirmed on-chain, the user's gas balance will be updated to reflect the transaction.

    import { useAddRecentTransaction } from "@rainbow-me/rainbowkit";
    
    export default () => {
      const addRecentTransaction = useAddRecentTransaction();
    
      return (
        <button
          onClick={() => {
            addRecentTransaction({
              hash: "0x...",
              description: "...",
            });
          }}
        >
          Add recent transaction
        </button>
      );
    };

with-create-react-app@0.1.87

Patch Changes

  • Updated dependencies [8841891]
    • @rainbow-me/rainbowkit@2.0.8

with-next@0.0.88

Patch Changes

  • Updated dependencies [8841891]
    • @rainbow-me/rainbowkit@2.0.8

with-next-app@0.0.36

Patch Changes

  • Updated dependencies [8841891]
    • @rainbow-me/rainbowkit@2.0.8

with-next-app-i18n@0.0.36

Patch Changes

  • Updated dependencies [8841891]
    • @rainbow-me/rainbowkit@2.0.8

with-next-custom-button@0.0.88

Patch Changes

  • Updated dependencies [8841891]
    • @rainbow-me/rainbowkit@2.0.8

with-next-mint-nft@0.0.88

Patch Changes

  • Updated dependencies [8841891]
    • @rainbow-me/rainbowkit@2.0.8

with-next-rainbow-button@0.0.17

Patch Changes

  • @rainbow-me/rainbow-button@0.2.8

with-next-siwe-iron-session@0.0.70

Patch Changes

  • Updated dependencies [8841891]
    • @rainbow-me/rainbowkit@2.0.8

with-next-siwe-next-auth@0.0.71

Patch Changes

  • Updated dependencies [8841891]
    • @rainbow-me/rainbowkit@2.0.8
    • @rainbow-me/rainbowkit-siwe-next-auth@0.4.0

with-next-wallet-button@0.0.17

Patch Changes

  • Updated dependencies [8841891]
    • @rainbow-me/rainbowkit@2.0.8

with-remix@0.0.87

Patch Changes

  • Updated dependencies [8841891]
    • @rainbow-me/rainbowkit@2.0.8

with-vite@0.0.76

Patch Changes

  • Updated dependencies [8841891]
    • @rainbow-me/rainbowkit@2.0.8

generated-test-app@0.1.90

Patch Changes

  • Updated dependencies [8841891]
    • @rainbow-me/rainbowkit@2.0.8

rainbowkit-next-app@0.0.90

Patch Changes

  • Updated dependencies [8841891]
    • @rainbow-me/rainbowkit@2.0.8

example@0.0.98

Patch Changes

  • Updated dependencies [8841891]
    • @rainbow-me/rainbowkit@2.0.8
    • @rainbow-me/rainbow-button@0.2.8
    • @rainbow-me/rainbowkit-siwe-next-auth@0.4.0

site@0.0.98

Patch Changes

  • Updated dependencies [8841891]
    • @rainbow-me/rainbowkit@2.0.8

@github-actions github-actions bot requested a review from a team as a code owner May 7, 2024 07:14
Copy link

vercel bot commented May 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rainbowkit-example ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 14, 2024 6:36pm
rainbowkit-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 14, 2024 6:36pm

@DanielSinclair DanielSinclair merged commit f3d10a1 into main May 17, 2024
5 checks passed
@DanielSinclair DanielSinclair deleted the changeset-release/main branch May 17, 2024 07:46
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.

None yet

1 participant