Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
release: 1.0.1-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Jun 27, 2023
1 parent e822919 commit cb4a1f4
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 703 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ It includes the chain information as well as the main CELO wallets (Valora, Celo
npm install @celo/rainbowkit-celo
```

This package has `@rainbow-me/rainbowkit` as a peer dependency and expect it to be installed too. Follow [their instructions](https://www.rainbowkit.com/docs/installation) if that's not done yet.
This package has a few peer dependencies and expect them to be installed too. Follow [their instructions](https://www.rainbowkit.com/docs/installation) if that's not done yet.

Here's the exhaustive list:

```sh
npm install @rainbow-me/rainbowkit @wagmi/chains wagmi viem
```

### A note on version compatibility

Expand Down
6 changes: 3 additions & 3 deletions apps/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"lint": "next lint"
},
"dependencies": {
"@celo/rainbowkit-celo": "1.0.0",
"@celo/rainbowkit-celo": "^1.0.1-beta.2",
"@mdx-js/loader": "^2.1.3",
"@mdx-js/react": "^2.1.3",
"@next/mdx": "^12.3.1",
"@rainbow-me/rainbowkit": "^1.0.0",
"viem": "^0.3.21",
"viem": "^1.1.8",
"next": "12.2.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-syntax-highlighter": "^15.5.0",
"wagmi": "^1.0.0"
"wagmi": "^1.3.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
Expand Down
13 changes: 6 additions & 7 deletions packages/rainbowkit-celo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@celo/rainbowkit-celo",
"author": "cLabs",
"version": "1.0.1-beta.1",
"version": "1.0.1-beta.2",
"description": "Quickly Setup RainbowKit for Celo",
"homepage": "https://rainbowkit-with-celo.vercel.app/",
"repository": {
Expand Down Expand Up @@ -75,13 +75,12 @@
"clean": "tsc -b --clean",
"build": "tsc -b"
},
"dependencies": {
"@wagmi/chains": "^1.3.0"
},
"dependencies": {},
"peerDependencies": {
"@rainbow-me/rainbowkit": "^1.0.3",
"viem": "^1.1.8",
"wagmi": "^1.3.1"
"@rainbow-me/rainbowkit": ">=1.0.2 && <=2.0.0",
"@wagmi/chains": ">=1.0.0 && <=2.0.0",
"viem": ">=1.0.0 && <=2.0.0",
"wagmi": ">=1.0.0 && <=2.0.0"
},
"devDependencies": {
"@types/react": "^17.0.37",
Expand Down
Loading

0 comments on commit cb4a1f4

Please sign in to comment.