Skip to content

Commit

Permalink
chore: version packages (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 31, 2022
1 parent 4be196e commit aaa8ce7
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 31 deletions.
7 changes: 0 additions & 7 deletions .changeset/honest-numbers-push.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lazy-glasses-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-cows-fail.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/shiny-squids-sniff.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# example

## 0.0.8

### Patch Changes

- 7403fab: Add dialog overlay blurs to the theme
- Updated dependencies [4be196e]
- Updated dependencies [7403fab]
- Updated dependencies [4be196e]
- @rainbow-me/rainbowkit@0.2.2

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "0.0.7",
"version": "0.0.8",
"description": "",
"private": true,
"main": "index.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/rainbowkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @rainbow-me/rainbowkit

## 0.2.2

### Patch Changes

- 4be196e: Ensure Brave Wallet and Tokenary aren’t detected as MetaMask

Both Brave Wallet and Tokenary set `window.ethereum.isMetaMask` to `true` which causes issues with the logic for providing the fallback "Injected Wallet" option. Similar to wagmi, we now detect when MetaMask is being impersonated by these wallets.

- 7403fab: Add dialog overlay blurs to the theme
- 4be196e: Add Brave Wallet support

Brave Wallet is now included as part of the default set of wallets returned from `getDefaultWallets`, but note that is only visible within the Brave browser to avoid prompting users to download an entirely different web browser.

Brave Wallet is also included as part of the `wallet` object to support its usage in [custom wallet lists,](https://www.rainbowkit.com/docs/custom-wallet-list) e.g. `wallet.brave({ chains, shimDisconnect: true })`.

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rainbowkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rainbow-me/rainbowkit",
"version": "0.2.1",
"version": "0.2.2",
"description": "The best way to connect a wallet",
"files": [
"dist"
Expand Down
11 changes: 11 additions & 0 deletions site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# site

## 0.0.8

### Patch Changes

- 7403fab: Add dialog overlay blurs to the theme
- 10c09d3: Add anchor scrolling for documentation site
- Updated dependencies [4be196e]
- Updated dependencies [7403fab]
- Updated dependencies [4be196e]
- @rainbow-me/rainbowkit@0.2.2

## 0.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "site",
"version": "0.0.7",
"version": "0.0.8",
"description": "Site and docs for RainbowKit.",
"private": true,
"dependencies": {
Expand Down

2 comments on commit aaa8ce7

@vercel
Copy link

@vercel vercel bot commented on aaa8ce7 May 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on aaa8ce7 May 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.