Skip to content

Releases: rainbow-me/rainbowkit

@rainbow-me/create-rainbowkit@0.1.8

03 Mar 19:15
cb53957
Compare
Choose a tag to compare

Patch Changes

  • 924ae82: Updated wagmi to >=0.11.7

  • cf62d10: Fix next-app template by removing alchemyProvider in favor of publicProvider

    The alchemyProvider public API key provided by Alchemy and the Ethers project has been deprecated. Examples and templates now favor the publicProvider exclusively.

@rainbow-me/rainbowkit@0.11.0

16 Feb 00:01
e0e9311
Compare
Choose a tag to compare

Minor Changes

  • 1876ba0: The wagmi peer dependency has been updated to 0.11.x.

    The minimum TypeScript version is now 4.9.4

    Follow the steps below to migrate.

    npm i @rainbow-me/rainbowkit@^0.11.0 wagmi@^0.11.0

    If you use wagmi hooks in your application, you will need to check if your application has been affected by the breaking changes in wagmi.

    You can see their migration guide here.

@rainbow-me/rainbowkit-siwe-next-auth@0.1.8

16 Feb 00:02
e0e9311
Compare
Choose a tag to compare

Patch Changes

@rainbow-me/create-rainbowkit@0.1.7

16 Feb 00:03
e0e9311
Compare
Choose a tag to compare

Patch Changes

@rainbow-me/rainbowkit@0.9.0

14 Feb 04:06
76e5793
Compare
Choose a tag to compare

Minor Changes

  • 49f0ec9: The wagmi peer dependency has been updated to 0.9.x.

    Follow the steps below to migrate.

    npm i @rainbow-me/rainbowkit@^0.9.0 wagmi@^0.9.0

    If you use wagmi hooks in your application, you will need to check if your application has been affected by the breaking changes in wagmi.

    You can see their migration guide here.

@rainbow-me/rainbowkit@0.10.0

14 Feb 21:01
cceb930
Compare
Choose a tag to compare

Minor Changes

  • 355402b: The wagmi peer dependency has been updated to 0.10.x.

    Follow the steps below to migrate.

    npm i @rainbow-me/rainbowkit@^0.10.0 wagmi@^0.10.0

    If you use wagmi hooks in your application, you will need to check if your application has been affected by the breaking changes in wagmi.

    You can see their migration guide here.

@rainbow-me/rainbowkit-siwe-next-auth@0.1.7

14 Feb 21:02
cceb930
Compare
Choose a tag to compare

Patch Changes

@rainbow-me/rainbowkit-siwe-next-auth@0.1.6

14 Feb 04:09
76e5793
Compare
Choose a tag to compare

@rainbow-me/create-rainbowkit@0.1.6

14 Feb 21:03
cceb930
Compare
Choose a tag to compare

Patch Changes

@rainbow-me/rainbowkit@0.8.1

13 Dec 00:00
01f6133
Compare
Choose a tag to compare

Patch Changes

  • a1d6776: The wagmi peer dependency has been updated to 0.9.x.

    Follow the steps below to migrate.

    1. Upgrade RainbowKit and wagmi to their latest version:

    npm i @rainbow-me/rainbowkit@^0.8.1 wagmi@^0.9.0

    2. Check for breaking changes in wagmi

    If you use wagmi hooks in your application, you will need to check if your application has been affected by the breaking changes in wagmi.

    You can see their migration guide here.