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 #138 from unicape/changeset-release/main
Browse files Browse the repository at this point in the history
chore: version packages
  • Loading branch information
unicape authored Jan 12, 2024
2 parents 33f5661 + 7b8e041 commit b3200ac
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/large-seals-grow.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.0.1

### Patch Changes

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

## 2.0.0

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

### Patch Changes

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

## 1.1.0

### Minor Changes
Expand Down
22 changes: 16 additions & 6 deletions 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.0",
"version": "1.1.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -56,10 +56,18 @@
},
"typesVersions": {
"*": {
"actions": ["./dist/types/exports/actions.d.ts"],
"chains": ["./dist/types/exports/chains.d.ts"],
"connectors": ["./dist/types/exports/connectors.d.ts"],
"query": ["./dist/types/exports/query.d.ts"]
"actions": [
"./dist/types/exports/actions.d.ts"
],
"chains": [
"./dist/types/exports/chains.d.ts"
],
"connectors": [
"./dist/types/exports/connectors.d.ts"
],
"query": [
"./dist/types/exports/query.d.ts"
]
}
},
"peerDependencies": {
Expand All @@ -86,7 +94,9 @@
"devDependencies": {
"@tanstack/vue-query": "5.0.5"
},
"contributors": ["Unic Ape <[email protected]>"],
"contributors": [
"Unic Ape <[email protected]>"
],
"keywords": [
"wagmi",
"vue",
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.0'
export const version = '1.1.1'

0 comments on commit b3200ac

Please sign in to comment.