Skip to content

Commit 6f921fa

Browse files
chore: version packages
1 parent 127afa6 commit 6f921fa

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/upset-parents-spend.md

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

packages/vue/CHANGELOG.md

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

3+
## 0.4.4
4+
5+
### Patch Changes
6+
7+
- Updated internal types. ([#4896](https://github.com/wevm/wagmi/pull/4896))
8+
39
## 0.4.3
410

511
### 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.4.3",
4+
"version": "0.4.4",
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.4.3'
1+
export const version = '0.4.4'

0 commit comments

Comments
 (0)