Skip to content

Commit

Permalink
chore: version packages (#3913)
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] committed May 10, 2024
1 parent 4fecbbb commit 1bc4819
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changeset/dirty-baboons-report.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/connectors/CHANGELOG.md
@@ -1,5 +1,12 @@
# @wagmi/connectors

## 4.3.7

### Patch Changes

- Updated dependencies [[`4fecbbb66d0aacd03b8c62a6455d11a33cde8f85`](https://github.com/wevm/wagmi/commit/4fecbbb66d0aacd03b8c62a6455d11a33cde8f85)]:
- @wagmi/core@2.9.5

## 4.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/connectors/package.json
@@ -1,7 +1,7 @@
{
"name": "@wagmi/connectors",
"description": "Collection of connectors for Wagmi",
"version": "4.3.6",
"version": "4.3.7",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/connectors/src/version.ts
@@ -1 +1 @@
export const version = '4.3.6'
export const version = '4.3.7'
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
@@ -1,5 +1,11 @@
# @wagmi/core

## 2.9.5

### Patch Changes

- [`4fecbbb66d0aacd03b8c62a6455d11a33cde8f85`](https://github.com/wevm/wagmi/commit/4fecbbb66d0aacd03b8c62a6455d11a33cde8f85) Thanks [@jxom](https://github.com/jxom)! - Fixed address comparison in `getConnectorClient`.

## 2.9.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@wagmi/core",
"description": "VanillaJS library for Ethereum",
"version": "2.9.4",
"version": "2.9.5",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/version.ts
@@ -1 +1 @@
export const version = '2.9.4'
export const version = '2.9.5'
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
@@ -1,5 +1,15 @@
# wagmi

## 2.8.5

### Patch Changes

- [`4fecbbb66d0aacd03b8c62a6455d11a33cde8f85`](https://github.com/wevm/wagmi/commit/4fecbbb66d0aacd03b8c62a6455d11a33cde8f85) Thanks [@jxom](https://github.com/jxom)! - Fixed address comparison in `getConnectorClient`.

- Updated dependencies [[`4fecbbb66d0aacd03b8c62a6455d11a33cde8f85`](https://github.com/wevm/wagmi/commit/4fecbbb66d0aacd03b8c62a6455d11a33cde8f85)]:
- @wagmi/core@2.9.5
- @wagmi/connectors@4.3.7

## 2.8.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
@@ -1,7 +1,7 @@
{
"name": "wagmi",
"description": "React Hooks for Ethereum",
"version": "2.8.4",
"version": "2.8.5",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/version.ts
@@ -1 +1 @@
export const version = '2.8.4'
export const version = '2.8.5'

0 comments on commit 1bc4819

Please sign in to comment.