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

Commit

Permalink
Merge pull request #178 from unicape/changeset-release/main
Browse files Browse the repository at this point in the history
chore: version packages
  • Loading branch information
unicape authored Apr 3, 2024
2 parents b3e0ab1 + 149ef69 commit b77877e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-cougars-train.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# use-wagmi

## 1.3.9

### Patch Changes

- [#177](https://github.com/unicape/use-wagmi/pull/177) [`f621c833da22560d8c98b4966d236764ca403ef3`](https://github.com/unicape/use-wagmi/commit/f621c833da22560d8c98b4966d236764ca403ef3) Thanks [@unicape](https://github.com/unicape)! - Update dependencies

## 1.3.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "use-wagmi",
"description": "Vue Composition for Ethereum based on wagmi",
"version": "1.3.8",
"version": "1.3.9",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '1.3.8'
export const version = '1.3.9'

0 comments on commit b77877e

Please sign in to comment.