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

Commit 1c68d27

Browse files
authored
Merge pull request #183 from unicape/changeset-release/main
chore: version packages
2 parents e8697d4 + bb6ba07 commit 1c68d27

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/shiny-squids-cough.md

-5
This file was deleted.

packages/vue/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# use-wagmi
22

3+
## 1.3.11
4+
5+
### Patch Changes
6+
7+
- [#182](https://github.com/unicape/use-wagmi/pull/182) [`788bfe22ab0a69d0257acdafb23e1ac558ac0ec7`](https://github.com/unicape/use-wagmi/commit/788bfe22ab0a69d0257acdafb23e1ac558ac0ec7) Thanks [@unicape](https://github.com/unicape)! - Update dependencies
8+
39
## 1.3.10
410

511
### Patch Changes

packages/vue/package.json

+1-1
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.10",
4+
"version": "1.3.11",
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 = '1.3.10'
1+
export const version = '1.3.11'

0 commit comments

Comments
 (0)