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 (#412)
Browse files Browse the repository at this point in the history
* chore: version packages

* Update CHANGELOG.md

* Update package.json

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: jxom <[email protected]>
  • Loading branch information
3 people committed Jul 6, 2023
1 parent 25fab58 commit cf1b48d
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-moose-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-squids-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-ravens-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-flowers-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-timers-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-shirts-bake.md

This file was deleted.

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

## 1.5.0

### Minor Changes

- 4b411d2: Added Mantle and Mantle Testnet chains
- df697ac: Added Taiko (Alpha-3 Testnet)
- a96b514: Added nexilix chain
- 0a6e6da: Added multicall3 address to Polygon zkEVM

### Patch Changes

- 186f5a7: Fixed Canto RPC and block explorer urls.

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

## 2.6.6

### Patch Changes

- 56c127d: Updated WalletConnect dependencies.
- Updated dependencies [4b411d2]
- Updated dependencies [df697ac]
- Updated dependencies [186f5a7]
- Updated dependencies [a96b514]
- Updated dependencies [0a6e6da]
- @wagmi/chains@1.5.0

## 2.6.5

### 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": "2.6.5",
"version": "2.6.6",
"scripts": {
"build": "tsup",
"dev": "DEV=true tsup"
Expand Down

0 comments on commit cf1b48d

Please sign in to comment.