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

Merged
merged 1 commit into from
Oct 23, 2023
Merged

chore: version packages #1566

merged 1 commit into from
Oct 23, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 15, 2023

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/rainbowkit@1.1.3

Patch Changes

  • 02e796c: SafePal Wallet Support

    Example usage

    import {
      getDefaultWallets,
      connectorsForWallets,
    } from "@rainbow-me/rainbowkit";
    import { safepalWallet } from "@rainbow-me/rainbowkit/wallets";
    const { wallets } = getDefaultWallets({ appName, chains });
    const connectors = connectorsForWallets([
      ...wallets,
      {
        groupName: "Other",
        wallets: [safepalWallet({ projectId, chains })],
      },
    ]);
  • efb8566: SubWallet Support

    Example usage

    import {
      getDefaultWallets,
      connectorsForWallets,
    } from "@rainbow-me/rainbowkit";
    import { subWallet } from "@rainbow-me/rainbowkit/wallets";
    const { wallets } = getDefaultWallets({ appName, chains, projectId });
    const connectors = connectorsForWallets([
      ...wallets,
      {
        groupName: "Other",
        wallets: [subWallet({ chains, projectId })],
      },
    ]);
  • 4b7a44c: Okto Support

    Example usage

    import {
      getDefaultWallets,
      connectorsForWallets,
    } from "@rainbow-me/rainbowkit";
    import { oktoWallet } from "@rainbow-me/rainbowkit/wallets";
    const { wallets } = getDefaultWallets({ appName, projectId, chains });
    const connectors = connectorsForWallets([
      ...wallets,
      {
        groupName: "Other",
        wallets: [oktoWallet({ projectId, chains })],
      },
    ]);
  • 2c8abbb: Zeal Support

    Example usage

    import {
      getDefaultWallets,
      connectorsForWallets,
    } from "@rainbow-me/rainbowkit";
    import { zealWallet } from "@rainbow-me/rainbowkit/wallets";
    const { wallets } = getDefaultWallets({ appName, chains });
    const connectors = connectorsForWallets([
      ...wallets,
      {
        groupName: "Other",
        wallets: [zealWallet({ chains })],
      },
    ]);
  • e41103f: CLV Wallet Support

    Example usage

    import {
      getDefaultWallets,
      connectorsForWallets,
    } from "@rainbow-me/rainbowkit";
    import { clvWallet } from "@rainbow-me/rainbowkit/wallets";
    const { wallets } = getDefaultWallets({ appName, chains });
    const connectors = connectorsForWallets([
      ...wallets,
      {
        groupName: "Other",
        wallets: [clvWallet({ chains, projectId })],
      },
    ]);
  • b0022ae: Desig Wallet support

    Example usage

    import {
      getDefaultWallets,
      connectorsForWallets,
    } from "@rainbow-me/rainbowkit";
    import { desigWallet } from "@rainbow-me/rainbowkit/wallets";
    const { wallets } = getDefaultWallets({ appName, chains, projectId });
    const connectors = connectorsForWallets([
      ...wallets,
      {
        groupName: "Other",
        wallets: [desigWallet({ chains })],
      },
    ]);

with-create-react-app@0.1.68

Patch Changes

  • Updated dependencies [02e796c]
  • Updated dependencies [efb8566]
  • Updated dependencies [4b7a44c]
  • Updated dependencies [2c8abbb]
  • Updated dependencies [e41103f]
  • Updated dependencies [b0022ae]
    • @rainbow-me/rainbowkit@1.1.3

with-next@0.0.69

Patch Changes

  • Updated dependencies [02e796c]
  • Updated dependencies [efb8566]
  • Updated dependencies [4b7a44c]
  • Updated dependencies [2c8abbb]
  • Updated dependencies [e41103f]
  • Updated dependencies [b0022ae]
    • @rainbow-me/rainbowkit@1.1.3

with-next-app@0.0.17

Patch Changes

  • Updated dependencies [02e796c]
  • Updated dependencies [efb8566]
  • Updated dependencies [4b7a44c]
  • Updated dependencies [2c8abbb]
  • Updated dependencies [e41103f]
  • Updated dependencies [b0022ae]
    • @rainbow-me/rainbowkit@1.1.3

with-next-app-i18n@0.0.17

Patch Changes

  • Updated dependencies [02e796c]
  • Updated dependencies [efb8566]
  • Updated dependencies [4b7a44c]
  • Updated dependencies [2c8abbb]
  • Updated dependencies [e41103f]
  • Updated dependencies [b0022ae]
    • @rainbow-me/rainbowkit@1.1.3

with-next-custom-button@0.0.69

Patch Changes

  • Updated dependencies [02e796c]
  • Updated dependencies [efb8566]
  • Updated dependencies [4b7a44c]
  • Updated dependencies [2c8abbb]
  • Updated dependencies [e41103f]
  • Updated dependencies [b0022ae]
    • @rainbow-me/rainbowkit@1.1.3

with-next-mint-nft@0.0.69

Patch Changes

  • Updated dependencies [02e796c]
  • Updated dependencies [efb8566]
  • Updated dependencies [4b7a44c]
  • Updated dependencies [2c8abbb]
  • Updated dependencies [e41103f]
  • Updated dependencies [b0022ae]
    • @rainbow-me/rainbowkit@1.1.3

with-next-siwe-iron-session@0.0.51

Patch Changes

  • Updated dependencies [02e796c]
  • Updated dependencies [efb8566]
  • Updated dependencies [4b7a44c]
  • Updated dependencies [2c8abbb]
  • Updated dependencies [e41103f]
  • Updated dependencies [b0022ae]
    • @rainbow-me/rainbowkit@1.1.3

with-next-siwe-next-auth@0.0.51

Patch Changes

  • Updated dependencies [02e796c]
  • Updated dependencies [efb8566]
  • Updated dependencies [4b7a44c]
  • Updated dependencies [2c8abbb]
  • Updated dependencies [e41103f]
  • Updated dependencies [b0022ae]
    • @rainbow-me/rainbowkit@1.1.3
    • @rainbow-me/rainbowkit-siwe-next-auth@0.3.1

with-remix@0.0.68

Patch Changes

  • Updated dependencies [02e796c]
  • Updated dependencies [efb8566]
  • Updated dependencies [4b7a44c]
  • Updated dependencies [2c8abbb]
  • Updated dependencies [e41103f]
  • Updated dependencies [b0022ae]
    • @rainbow-me/rainbowkit@1.1.3

with-vite@0.0.56

Patch Changes

  • Updated dependencies [02e796c]
  • Updated dependencies [efb8566]
  • Updated dependencies [4b7a44c]
  • Updated dependencies [2c8abbb]
  • Updated dependencies [e41103f]
  • Updated dependencies [b0022ae]
    • @rainbow-me/rainbowkit@1.1.3

generated-test-app@0.1.71

Patch Changes

  • Updated dependencies [02e796c]
  • Updated dependencies [efb8566]
  • Updated dependencies [4b7a44c]
  • Updated dependencies [2c8abbb]
  • Updated dependencies [e41103f]
  • Updated dependencies [b0022ae]
    • @rainbow-me/rainbowkit@1.1.3

rainbowkit-next-app@0.0.71

Patch Changes

  • Updated dependencies [02e796c]
  • Updated dependencies [efb8566]
  • Updated dependencies [4b7a44c]
  • Updated dependencies [2c8abbb]
  • Updated dependencies [e41103f]
  • Updated dependencies [b0022ae]
    • @rainbow-me/rainbowkit@1.1.3

example@0.0.78

Patch Changes

  • Updated dependencies [02e796c]
  • Updated dependencies [efb8566]
  • Updated dependencies [4b7a44c]
  • Updated dependencies [2c8abbb]
  • Updated dependencies [e41103f]
  • Updated dependencies [b0022ae]
    • @rainbow-me/rainbowkit@1.1.3
    • @rainbow-me/rainbowkit-siwe-next-auth@0.3.1

site@0.0.78

Patch Changes

  • Updated dependencies [02e796c]
  • Updated dependencies [efb8566]
  • Updated dependencies [4b7a44c]
  • Updated dependencies [2c8abbb]
  • Updated dependencies [e41103f]
  • Updated dependencies [b0022ae]
    • @rainbow-me/rainbowkit@1.1.3

@github-actions github-actions bot requested a review from a team as a code owner October 15, 2023 21:05
@vercel
Copy link

vercel bot commented Oct 15, 2023

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 Oct 23, 2023 6:25am
rainbowkit-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 23, 2023 6:25am

@DanielSinclair DanielSinclair merged commit dbca805 into main Oct 23, 2023
4 checks passed
@DanielSinclair DanielSinclair deleted the changeset-release/main branch October 23, 2023 06:31
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