Skip to content

Commit

Permalink
fix: connectors version
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed May 3, 2024
1 parent d171985 commit e8adda4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @wagmi/connectors

## 5.0.0
## 4.3.2

### Patch Changes

Expand Down
7 changes: 2 additions & 5 deletions packages/connectors/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wagmi/connectors",
"description": "Collection of connectors for Wagmi",
"version": "5.0.0",
"version": "4.3.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -56,10 +56,7 @@
"@wagmi/core": "workspace:*",
"msw": "^2.0.6"
},
"contributors": [
"awkweb.eth <t@wevm.dev>",
"jxom.eth <j@wevm.dev>"
],
"contributors": ["awkweb.eth <t@wevm.dev>", "jxom.eth <j@wevm.dev>"],
"funding": "https://github.com/sponsors/wevm",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion packages/connectors/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '5.0.0'
export const version = '4.3.2'
2 changes: 1 addition & 1 deletion packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

- Updated dependencies [[`017828fc`](https://github.com/wevm/wagmi/commit/017828fc027c7a84b54ea9d627e9389f4d60d6c2)]:
- @wagmi/core@2.9.0
- @wagmi/connectors@5.0.0
- @wagmi/connectors@4.3.2

## 2.7.1

Expand Down

0 comments on commit e8adda4

Please sign in to comment.