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

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 15, 2024
1 parent a45cae7 commit 5e69b1e
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/loud-buckets-raise.md

This file was deleted.

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

## 2.1.0

### Minor Changes

- [#140](https://github.com/unicape/use-wagmi/pull/140) [`6b4e24102f58f85dcd285bfd7146dd7c6b03427f`](https://github.com/unicape/use-wagmi/commit/6b4e24102f58f85dcd285bfd7146dd7c6b03427f) Thanks [@unicape](https://github.com/unicape)! - Added useBytecode useProof useStorageAt useTransactionReceipt

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@use-wagmi/nuxt",
"version": "2.0.1",
"version": "2.1.0",
"description": "use-wagmi nuxt module",
"author": "Unic Ape <https://github.com/unicape>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '2.0.1'
export const version = '2.1.0'
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.2.0

### Minor Changes

- [#140](https://github.com/unicape/use-wagmi/pull/140) [`6b4e24102f58f85dcd285bfd7146dd7c6b03427f`](https://github.com/unicape/use-wagmi/commit/6b4e24102f58f85dcd285bfd7146dd7c6b03427f) Thanks [@unicape](https://github.com/unicape)! - Added useBytecode useProof useStorageAt useTransactionReceipt

## 1.1.1

### 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.1.1",
"version": "1.2.0",
"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.1.1'
export const version = '1.2.0'

0 comments on commit 5e69b1e

Please sign in to comment.