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 (#473)
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] committed Aug 29, 2023
1 parent 0306383 commit c86795f
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-pandas-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-mails-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-wolves-ring.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

## 1.8.0

### Minor Changes

- d1ef9b4: Added Emerald, Sapphire & Sapphire Testnet chains.
- 484c846: Added `ewc` & `volta` chains.

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

## 3.0.0

### Patch Changes

- 0306383: Updated WalletConnect dependencies
- Updated dependencies [d1ef9b4]
- Updated dependencies [484c846]
- @wagmi/chains@1.8.0

## 2.7.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.7.0",
"version": "3.0.0",
"scripts": {
"build": "tsup",
"dev": "DEV=true tsup"
},
"peerDependencies": {
"@wagmi/chains": ">=1.7.0",
"@wagmi/chains": ">=1.8.0",
"typescript": ">=5.0.4",
"viem": ">=0.3.35"
},
Expand Down

0 comments on commit c86795f

Please sign in to comment.