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 (#342)
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 Jun 14, 2023
1 parent 2ab8e8c commit 746df4f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-squids-compare.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

## 1.1.1

### Patch Changes

- 47be5bb: Added ZORA mainnet chain

## 1.1.0

### Minor 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": "1.1.0",
"version": "1.1.1",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/connectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev": "DEV=true tsup"
},
"peerDependencies": {
"@wagmi/chains": ">=1.0.0",
"@wagmi/chains": ">=1.1.1",
"typescript": ">=5.0.4",
"viem": ">=0.3.35"
},
Expand Down

0 comments on commit 746df4f

Please sign in to comment.