Skip to content

Commit efb05fd

Browse files
chore: version packages (#4476)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0129070 commit efb05fd

File tree

13 files changed

+43
-16
lines changed

13 files changed

+43
-16
lines changed

.changeset/many-pianos-join.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/connectors/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @wagmi/connectors
22

3+
## 5.7.2
4+
5+
### Patch Changes
6+
7+
- [`012907032b532a438fce48f407470250cbc8f0c6`](https://github.com/wevm/wagmi/commit/012907032b532a438fce48f407470250cbc8f0c6) Thanks [@jxom](https://github.com/jxom)! - Fixed assignment in `getDefaultStorage`.
8+
9+
- Updated dependencies [[`012907032b532a438fce48f407470250cbc8f0c6`](https://github.com/wevm/wagmi/commit/012907032b532a438fce48f407470250cbc8f0c6)]:
10+
- @wagmi/core@2.16.2
11+
312
## 5.7.1
413

514
### Patch Changes

packages/connectors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wagmi/connectors",
33
"description": "Collection of connectors for Wagmi",
4-
"version": "5.7.1",
4+
"version": "5.7.2",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/connectors/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '5.7.1'
1+
export const version = '5.7.2'

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @wagmi/core
22

3+
## 2.16.2
4+
5+
### Patch Changes
6+
7+
- [`012907032b532a438fce48f407470250cbc8f0c6`](https://github.com/wevm/wagmi/commit/012907032b532a438fce48f407470250cbc8f0c6) Thanks [@jxom](https://github.com/jxom)! - Fixed assignment in `getDefaultStorage`.
8+
39
## 2.16.1
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wagmi/core",
33
"description": "VanillaJS library for Ethereum",
4-
"version": "2.16.1",
4+
"version": "2.16.2",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/core/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '2.16.1'
1+
export const version = '2.16.2'

packages/react/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# wagmi
22

3+
## 2.14.5
4+
5+
### Patch Changes
6+
7+
- [`012907032b532a438fce48f407470250cbc8f0c6`](https://github.com/wevm/wagmi/commit/012907032b532a438fce48f407470250cbc8f0c6) Thanks [@jxom](https://github.com/jxom)! - Fixed assignment in `getDefaultStorage`.
8+
9+
- Updated dependencies [[`012907032b532a438fce48f407470250cbc8f0c6`](https://github.com/wevm/wagmi/commit/012907032b532a438fce48f407470250cbc8f0c6)]:
10+
- @wagmi/core@2.16.2
11+
- @wagmi/connectors@5.7.2
12+
313
## 2.14.4
414

515
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wagmi",
33
"description": "React Hooks for Ethereum",
4-
"version": "2.14.4",
4+
"version": "2.14.5",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/react/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '2.14.4'
1+
export const version = '2.14.5'

packages/vue/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @wagmi/vue
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- [`012907032b532a438fce48f407470250cbc8f0c6`](https://github.com/wevm/wagmi/commit/012907032b532a438fce48f407470250cbc8f0c6) Thanks [@jxom](https://github.com/jxom)! - Fixed assignment in `getDefaultStorage`.
8+
9+
- Updated dependencies [[`012907032b532a438fce48f407470250cbc8f0c6`](https://github.com/wevm/wagmi/commit/012907032b532a438fce48f407470250cbc8f0c6)]:
10+
- @wagmi/core@2.16.2
11+
- @wagmi/connectors@5.7.2
12+
313
## 0.1.4
414

515
### Patch Changes

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wagmi/vue",
33
"description": "Vue Composables for Ethereum",
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/vue/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.1.4'
1+
export const version = '0.1.5'

0 commit comments

Comments
 (0)