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 (#123)
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 Feb 24, 2023
1 parent d04aa1b commit df936de
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-rocks-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-cheetahs-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-ducks-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-panthers-judge.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.9

### Patch Changes

- d04aa1b: Added Base Goerli
- eb947e1: Added Polygon zkEVM Testnet Chain
- 49072af: Added HarmonyOne Shard 1 Chain

## 0.2.8

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

## 0.2.7

### Patch Changes

- 57f1226: Added name mapping for XDEFI

## 0.2.6

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

0 comments on commit df936de

Please sign in to comment.