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 (#102)
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 8, 2023
1 parent 51a5c32 commit e586fc2
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-geese-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-snakes-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-adults-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-weeks-marry.md

This file was deleted.

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

## 0.2.7

### Patch Changes

- 337ffeb: Updated Filecoin Chains. Added Filecoin Calibration Chain.
- 51a5c32: Added Moonbeam, Moonriver, & Moonbase Alpha chains.

## 0.2.6

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

## 0.2.5

### Patch Changes

- 5d121f2: Added `isApexWallet` to injected `window.ethereum` flags.
- e3566eb: Updated `@web3modal/standalone` to `2.1.1` for WalletConnectConnector.

## 0.2.4

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

0 comments on commit e586fc2

Please sign in to comment.