Skip to content

Commit bf3a3aa

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

11 files changed

+28
-16
lines changed

.changeset/nervous-owls-rescue.md

-5
This file was deleted.

.changeset/olive-mails-accept.md

-5
This file was deleted.

packages/connectors/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @wagmi/connectors
22

3+
## 5.1.2
4+
5+
### Patch Changes
6+
7+
- [`abb490dac4f0f02f46cb0878e7ca9a0db6aada56`](https://github.com/wevm/wagmi/commit/abb490dac4f0f02f46cb0878e7ca9a0db6aada56) Thanks [@tmm](https://github.com/tmm)! - Bumped MetaMask SDK version.
8+
9+
- [`28e0e5c9a4f856583f9d36a807502bd51a0c6ec2`](https://github.com/wevm/wagmi/commit/28e0e5c9a4f856583f9d36a807502bd51a0c6ec2) Thanks [@tmm](https://github.com/tmm)! - Bumped WalletConnect Ethereum Provider version.
10+
311
## 5.1.1
412

513
### Patch Changes

packages/connectors/package.json

+1-1
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.1.1",
4+
"version": "5.1.2",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/connectors/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '5.1.1'
1+
export const version = '5.1.2'

packages/react/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# wagmi
22

3+
## 2.12.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`abb490dac4f0f02f46cb0878e7ca9a0db6aada56`](https://github.com/wevm/wagmi/commit/abb490dac4f0f02f46cb0878e7ca9a0db6aada56), [`28e0e5c9a4f856583f9d36a807502bd51a0c6ec2`](https://github.com/wevm/wagmi/commit/28e0e5c9a4f856583f9d36a807502bd51a0c6ec2)]:
8+
- @wagmi/connectors@5.1.2
9+
310
## 2.12.1
411

512
### Patch Changes

packages/react/package.json

+1-1
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.12.1",
4+
"version": "2.12.2",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/react/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '2.12.1'
1+
export const version = '2.12.2'

packages/vue/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @wagmi/vue
22

3+
## 0.0.34
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`abb490dac4f0f02f46cb0878e7ca9a0db6aada56`](https://github.com/wevm/wagmi/commit/abb490dac4f0f02f46cb0878e7ca9a0db6aada56), [`28e0e5c9a4f856583f9d36a807502bd51a0c6ec2`](https://github.com/wevm/wagmi/commit/28e0e5c9a4f856583f9d36a807502bd51a0c6ec2)]:
8+
- @wagmi/connectors@5.1.2
9+
310
## 0.0.33
411

512
### Patch Changes

packages/vue/package.json

+1-1
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.0.33",
4+
"version": "0.0.34",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/vue/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.0.33'
1+
export const version = '0.0.34'

0 commit comments

Comments
 (0)