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 (#362)
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 authored Jun 25, 2023
1 parent c5b96e4 commit 6c3f969
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-sheep-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-pears-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-otters-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-trains-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-bags-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-doors-destroy.md

This file was deleted.

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

## 1.3.0

### Minor Changes

- 62b8209: Added multicall3 contract to Cronos Testnet
- 106ac13: Added `bxn` and `bxnTestnet`.
- 8b3f5e5: Added multicall3 for Base Goerli

## 1.2.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.2.0",
"version": "1.3.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.4.0

### Patch Changes

- f21c8e0: Added WalletConnect v2 support to Ledger connector.
- 27482bb: Add HAQQ Wallet detection
- 7d6aa43: Exported `normalizeChainId`.
- Updated dependencies [62b8209]
- Updated dependencies [106ac13]
- Updated dependencies [8b3f5e5]
- @wagmi/chains@1.3.0

## 2.3.0

### Minor 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": "2.3.0",
"version": "2.4.0",
"scripts": {
"build": "tsup",
"dev": "DEV=true tsup"
},
"peerDependencies": {
"@wagmi/chains": ">=1.2.0",
"@wagmi/chains": ">=1.3.0",
"typescript": ">=5.0.4",
"viem": ">=0.3.35"
},
Expand Down

0 comments on commit 6c3f969

Please sign in to comment.