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 (#230)
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 19, 2023
1 parent cdc387e commit 8a8cf24
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-bugs-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-vans-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-sloths-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-onions-arrive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-snails-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-peas-knock.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.19

### Patch Changes

- 16b8482: Added Alchemy RPC URLs for Sepolia.
- ab1a4ea: Added Oasys Support
- cb509d5: Added `fuse` chain.

## 0.2.18

### 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.18",
"version": "0.2.19",
"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.14

### Patch Changes

- c25ac82: Added more flags to `MetaMaskConnector` `getProvider` check.
- b19a932: Updated @web3modal/standalone to 2.3.0, @walletconnect/ethereum-provider to 2.7.0
- cdc387e: Added `ImToken` to `getInjectedName` list

## 0.3.13

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

0 comments on commit 8a8cf24

Please sign in to comment.