Skip to content

Commit

Permalink
chore: version packages (#3973)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 23, 2024
1 parent de147e6 commit bdcd164
Show file tree
Hide file tree
Showing 11 changed files with 88 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/quick-onions-shout.md

This file was deleted.

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

## 5.0.4

### Patch Changes

- [#3972](https://github.com/wevm/wagmi/pull/3972) [`be9e1b8a9818b92eb0654a20d9471e9e39329e7e`](https://github.com/wevm/wagmi/commit/be9e1b8a9818b92eb0654a20d9471e9e39329e7e) Thanks [@nateReiners](https://github.com/nateReiners)! - Bumped Coinbase Wallet SDK.

## 5.0.3

### Patch Changes
Expand Down
7 changes: 5 additions & 2 deletions packages/connectors/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wagmi/connectors",
"description": "Collection of connectors for Wagmi",
"version": "5.0.3",
"version": "5.0.4",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -57,7 +57,10 @@
"@wagmi/core": "workspace:*",
"msw": "^2.2.14"
},
"contributors": ["awkweb.eth <t@wevm.dev>", "jxom.eth <j@wevm.dev>"],
"contributors": [
"awkweb.eth <t@wevm.dev>",
"jxom.eth <j@wevm.dev>"
],
"funding": "https://github.com/sponsors/wevm",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion packages/connectors/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '5.0.3'
export const version = '5.0.4'
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# wagmi

## 2.9.5

### Patch Changes

- Updated dependencies [[`be9e1b8a9818b92eb0654a20d9471e9e39329e7e`](https://github.com/wevm/wagmi/commit/be9e1b8a9818b92eb0654a20d9471e9e39329e7e)]:
- @wagmi/connectors@5.0.4

## 2.9.4

### Patch Changes
Expand Down
31 changes: 23 additions & 8 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wagmi",
"description": "React Hooks for Ethereum",
"version": "2.9.4",
"version": "2.9.5",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -66,12 +66,24 @@
},
"typesVersions": {
"*": {
"actions": ["./dist/types/exports/actions.d.ts"],
"chains": ["./dist/types/exports/chains.d.ts"],
"codegen": ["./dist/types/exports/codegen.d.ts"],
"connectors": ["./dist/types/exports/connectors.d.ts"],
"experimental": ["./dist/types/exports/experimental.d.ts"],
"query": ["./dist/types/exports/query.d.ts"]
"actions": [
"./dist/types/exports/actions.d.ts"
],
"chains": [
"./dist/types/exports/chains.d.ts"
],
"codegen": [
"./dist/types/exports/codegen.d.ts"
],
"connectors": [
"./dist/types/exports/connectors.d.ts"
],
"experimental": [
"./dist/types/exports/experimental.d.ts"
],
"query": [
"./dist/types/exports/query.d.ts"
]
}
},
"peerDependencies": {
Expand Down Expand Up @@ -99,7 +111,10 @@
"react": ">=18.3.1",
"react-dom": ">=18.3.1"
},
"contributors": ["awkweb.eth <t@wevm.dev>", "jxom.eth <j@wevm.dev>"],
"contributors": [
"awkweb.eth <t@wevm.dev>",
"jxom.eth <j@wevm.dev>"
],
"funding": "https://github.com/sponsors/wevm",
"keywords": [
"wagmi",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '2.9.4'
export const version = '2.9.5'
21 changes: 17 additions & 4 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,12 @@
},
"typesVersions": {
"*": {
"react": ["./dist/types/exports/react.d.ts"],
"vue": ["./dist/types/exports/vue.d.ts"]
"react": [
"./dist/types/exports/react.d.ts"
],
"vue": [
"./dist/types/exports/vue.d.ts"
]
}
},
"peerDependencies": {
Expand Down Expand Up @@ -111,7 +115,16 @@
"vue": ">=3.4.21",
"wagmi": "workspace:*"
},
"contributors": ["awkweb.eth <t@wevm.dev>", "jxom.eth <j@wevm.dev>"],
"contributors": [
"awkweb.eth <t@wevm.dev>",
"jxom.eth <j@wevm.dev>"
],
"funding": "https://github.com/sponsors/wevm",
"keywords": ["eth", "ethereum", "dapps", "wallet", "web3"]
"keywords": [
"eth",
"ethereum",
"dapps",
"wallet",
"web3"
]
}
7 changes: 7 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @wagmi/vue

## 0.0.8

### Patch Changes

- Updated dependencies [[`be9e1b8a9818b92eb0654a20d9471e9e39329e7e`](https://github.com/wevm/wagmi/commit/be9e1b8a9818b92eb0654a20d9471e9e39329e7e)]:
- @wagmi/connectors@5.0.4

## 0.0.7

### Patch Changes
Expand Down
27 changes: 20 additions & 7 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wagmi/vue",
"description": "Vue Composables for Ethereum",
"version": "0.0.7",
"version": "0.0.8",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -61,11 +61,21 @@
},
"typesVersions": {
"*": {
"actions": ["./dist/types/exports/actions.d.ts"],
"chains": ["./dist/types/exports/chains.d.ts"],
"connectors": ["./dist/types/exports/connectors.d.ts"],
"nuxt": ["./dist/types/exports/nuxt.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"
],
"nuxt": [
"./dist/types/exports/nuxt.d.ts"
],
"query": [
"./dist/types/exports/query.d.ts"
]
}
},
"peerDependencies": {
Expand Down Expand Up @@ -95,7 +105,10 @@
"vue": ">=3.4.21",
"vue-tsc": "^2.0.6"
},
"contributors": ["awkweb.eth <t@wevm.dev>", "jxom.eth <j@wevm.dev>"],
"contributors": [
"awkweb.eth <t@wevm.dev>",
"jxom.eth <j@wevm.dev>"
],
"funding": "https://github.com/sponsors/wevm",
"keywords": [
"wagmi",
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 = '0.0.7'
export const version = '0.0.8'

0 comments on commit bdcd164

Please sign in to comment.