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

* Update CHANGELOG.md

* Update package.json

* Update package.json

* 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 3, 2023
1 parent ff53857 commit 2eec1a8
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-games-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-waves-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-feet-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-snakes-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-days-arrive.md

This file was deleted.

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

## 1.4.0

### Minor Changes

- 97dbd44: Added EOS EVM and EOS EVM Testnet chains

### Patch Changes

- d642e1d: Updated PulseChain Metadata
- 3027d7b: Updated Zora chain URLs and names

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

## 2.6.3

### Patch Changes

- f2d532d: Updated WalletConnect dependencies, exposed `relayUrl` option for `WalletConnectConnector`
- ff53857: Fixed issue importing `EthereumProvider` in Vite environments.
- Updated dependencies [d642e1d]
- Updated dependencies [3027d7b]
- Updated dependencies [97dbd44]
- @wagmi/chains@1.4.0

## 2.6.2

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

0 comments on commit 2eec1a8

Please sign in to comment.