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

Commit 6f892f5

Browse files
authored
Merge pull request #171 from unicape/changeset-release/main
chore: version packages
2 parents 83fc8a2 + c70c5ef commit 6f892f5

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.changeset/chatty-spies-agree.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.6
4+
5+
### Patch Changes
6+
7+
- [#170](https://github.com/unicape/use-wagmi/pull/170) [`63148f042a6ec629fd07ce818e1630770bf50dd2`](https://github.com/unicape/use-wagmi/commit/63148f042a6ec629fd07ce818e1630770bf50dd2) Thanks [@unicape](https://github.com/unicape)! - Update dependencies
8+
39
## 1.3.5
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.5",
4+
"version": "1.3.6",
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.5'
1+
export const version = '1.3.6'

0 commit comments

Comments
 (0)