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 (#301)
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 24, 2023
1 parent fa61dfe commit 8ed694a
Show file tree
Hide file tree
Showing 7 changed files with 1,328 additions and 3,953 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-trainers-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-badgers-complain.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.25

### Patch Changes

- 577d2a0: Added Bear Network Mainnet and Testnet

## 0.2.24

### 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.24",
"version": "0.2.25",
"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.5

### Patch Changes

- fa61dfe: Updated viem.
- Updated dependencies [577d2a0]
- @wagmi/chains@0.2.25

## 1.0.4

### 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.4",
"version": "1.0.5",
"scripts": {
"build": "tsup",
"dev": "DEV=true tsup"
},
"peerDependencies": {
"@wagmi/chains": ">=0.2.24",
"@wagmi/chains": ">=0.2.25",
"typescript": ">=4.9.4",
"viem": "~0.3.35"
},
Expand Down
Loading

0 comments on commit 8ed694a

Please sign in to comment.