Skip to content
This repository was archived by the owner on May 16, 2024. It is now read-only.

Commit ab97db4

Browse files
chore: version packages
1 parent 8046a6a commit ab97db4

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/clever-mugs-ring.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
# use-wagmi
22

3+
## 1.3.5
4+
5+
### Patch Changes
6+
7+
- [#165](https://github.com/unicape/use-wagmi/pull/165) [`16b855cffb81f7a9af8c4ba1de5e10a096105424`](https://github.com/unicape/use-wagmi/commit/16b855cffb81f7a9af8c4ba1de5e10a096105424) Thanks [@unicape](https://github.com/unicape)! - Update dependencies
8+
39
## 1.3.4
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": "use-wagmi",
33
"description": "Vue Composition for Ethereum based on wagmi",
4-
"version": "1.3.4",
4+
"version": "1.3.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 = '1.3.4'
1+
export const version = '1.3.5'

0 commit comments

Comments
 (0)