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 (#212)
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 Apr 6, 2023
1 parent f63d7fd commit b06e508
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-plants-tap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-badgers-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-pigs-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-adults-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-readers-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-tigers-breathe.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

## 0.2.17

### Patch Changes

- 7e98d11: Added Conflux eSpace
- f157ffc: Added Linea Testnet Support
- 330b4de: Added Neon Devnet Support

## 0.2.16

### 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.16",
"version": "0.2.17",
"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

## 0.3.12

### Patch Changes

- 9bb22b6: Updated `@walletconnect/ethereum-provider` to `2.6.2`, relaxed `@web3modal/standalone` version requirement
- 0d7625b: Added Rabby to injected connector flags
- f63d7fd: Added correct error to switch network cause.

## 0.3.11

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

0 comments on commit b06e508

Please sign in to comment.