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

Commit bd0e130

Browse files
authored
Merge pull request #189 from unicape/changeset-release/main
chore: version packages
2 parents 00cd5fd + 13292cb commit bd0e130

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/short-ducks-suffer.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.5.0
4+
5+
### Minor Changes
6+
7+
- [#188](https://github.com/unicape/use-wagmi/pull/188) [`1cf5a4e61dc6057db2cc80b022d043995f94e3ed`](https://github.com/unicape/use-wagmi/commit/1cf5a4e61dc6057db2cc80b022d043995f94e3ed) Thanks [@unicape](https://github.com/unicape)! - Update dependencies
8+
39
## 1.4.0
410

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

0 commit comments

Comments
 (0)