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

Commit

Permalink
chore: version packages (#146)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 14, 2023
1 parent f24ce0c commit 033486b
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-bugs-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-turtles-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-beans-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-shoes-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-trains-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-beers-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-bees-grin.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/chains/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @wagmi/chains

## 0.2.12

### Patch Changes

- c6b2b3a: Added Scroll Testnet Chain
- f9c1f95: Added Klaytn, Dogechain, DFK, and Cronos Chains.

## 0.2.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/chains/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wagmi/chains",
"description": "A collection of chains for wagmi",
"license": "MIT",
"version": "0.2.11",
"version": "0.2.12",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @wagmi/connectors

## 0.3.3

### Patch Changes

- f24ce0c: Updated @walletconnect/ethereum-provider to 2.4.8
- e3a3fee: Added "uniswap wallet" to the regex that determines wallets allowed to switch chains in the WalletConnect legacy connector
- 641af48: Added name mapping for Bifrost Wallet
- 4d2c90a: Added name mapping for Phantom
- 3d276d0: Added Status as the name of the injected connector for the Status App

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/connectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wagmi/connectors",
"description": "A collection of connectors for wagmi",
"license": "MIT",
"version": "0.3.2",
"version": "0.3.3",
"scripts": {
"build": "tsup",
"dev": "DEV=true tsup"
Expand Down

0 comments on commit 033486b

Please sign in to comment.