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 (#298)
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 May 23, 2023
1 parent bbbd11b commit 73fe3b9
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-rice-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-bugs-begin.md

This file was deleted.

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

## 0.2.24

### Patch Changes

- 0639a1f: Updated multicall3 address for zkSync and zkSyncTestnet

## 0.2.23

### 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.23",
"version": "0.2.24",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @wagmi/connectors

## 1.0.4

### Patch Changes

- bbbd11b: Corrected Rabby Wallet name
- Updated dependencies [0639a1f]
- @wagmi/chains@0.2.24

## 1.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/connectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@wagmi/connectors",
"description": "A collection of connectors for wagmi",
"license": "MIT",
"version": "1.0.3",
"version": "1.0.4",
"scripts": {
"build": "tsup",
"dev": "DEV=true tsup"
},
"peerDependencies": {
"@wagmi/chains": ">=0.2.23",
"@wagmi/chains": ">=0.2.24",
"typescript": ">=4.9.4",
"viem": "~0.3.18"
},
Expand Down

0 comments on commit 73fe3b9

Please sign in to comment.