Skip to content

Commit 6f5ec39

Browse files
committed
Fix wagmi versioning
1 parent 0fdd0ac commit 6f5ec39

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/core",
3-
"version": "2.22.0-alpha.4",
3+
"version": "2.22.0-alpha.5",
44
"description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",
@@ -71,7 +71,7 @@
7171
"@typescript-eslint/eslint-plugin": "^4.31.1",
7272
"@typescript-eslint/parser": "^4.31.1",
7373
"@web3-onboard/gas": "^2.1.5",
74-
"@web3-onboard/wagmi": "^2.0.0-alpha.2",
74+
"@web3-onboard/wagmi": "^2.0.0-alpha.5",
7575
"@web3-onboard/transaction-preview": "^2.0.5",
7676
"@web3-onboard/unstoppable-resolution": "^2.0.0-alpha.1",
7777
"eslint": "^7.32.0",

packages/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
"@web3-onboard/blocto": "^2.1.0-alpha.2",
3333
"@web3-onboard/capsule": "2.1.0-alpha.2",
3434
"@web3-onboard/cede-store": "^2.3.0-alpha.2",
35-
"@web3-onboard/core": "^2.22.0-alpha.4",
35+
"@web3-onboard/core": "^2.22.0-alpha.5",
3636
"@web3-onboard/coinbase": "^2.3.0-alpha.2",
3737
"@web3-onboard/dcent": "^2.2.7",
3838
"@web3-onboard/enkrypt": "^2.1.0-alpha.2",
3939
"@web3-onboard/fortmatic": "^2.1.0-alpha.2",
4040
"@web3-onboard/frame": "^2.1.0-alpha.2",
4141
"@web3-onboard/frontier": "^2.1.0-alpha.2",
4242
"@web3-onboard/gas": "^2.2.0-alpha.2",
43-
"@web3-onboard/wagmi": "^2.0.0-alpha.2",
43+
"@web3-onboard/wagmi": "^2.0.0-alpha.5",
4444
"@web3-onboard/gnosis": "^2.3.0-alpha.2",
4545
"@web3-onboard/infinity-wallet": "^2.1.0-alpha.2",
4646
"@web3-onboard/injected-wallets": "^2.11.0-alpha.2",

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/react",
3-
"version": "2.9.0-alpha.4",
3+
"version": "2.9.0-alpha.5",
44
"description": "A collection of React hooks for integrating Web3-Onboard in to React and Next.js projects. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",
@@ -61,7 +61,7 @@
6161
"typescript": "^5.4.5"
6262
},
6363
"dependencies": {
64-
"@web3-onboard/core": "^2.22.0-alpha.4",
64+
"@web3-onboard/core": "^2.22.0-alpha.5",
6565
"@web3-onboard/common": "^2.4.0-alpha.2",
6666
"use-sync-external-store": "1.0.0"
6767
},

packages/solid/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/solid",
3-
"version": "2.1.0-alpha.2",
3+
"version": "2.1.0-alpha.3",
44
"description": "A collection of solid Composables for integrating Web3-Onboard in to a Solid project. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",
@@ -63,7 +63,7 @@
6363
},
6464
"dependencies": {
6565
"@web3-onboard/common": "^2.4.0-alpha.2",
66-
"@web3-onboard/core": "^2.22.0-alpha.2",
66+
"@web3-onboard/core": "^2.22.0-alpha.5",
6767
"solid-js": "^1.8.1"
6868
}
6969
}

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/vue",
3-
"version": "2.8.0-alpha.2",
3+
"version": "2.8.0-alpha.3",
44
"description": "A collection of Vue Composables for integrating Web3-Onboard in to a Vue or Nuxt project. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",
@@ -62,7 +62,7 @@
6262
"@vueuse/core": "^8.4.2",
6363
"@vueuse/rxjs": "^8.2.0",
6464
"@web3-onboard/common": "^2.4.0-alpha.2",
65-
"@web3-onboard/core": "^2.22.0-alpha.2",
65+
"@web3-onboard/core": "^2.22.0-alpha.5",
6666
"vue-demi": "^0.12.4"
6767
},
6868
"peerDependencies": {

packages/wagmi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/wagmi",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0-alpha.5",
44
"description": "Module to configure, connect and return web3-onboard wallets as wagmi wallets and wagmi-config to be used with wagmi-core methods",
55
"keywords": [
66
"Ethereum",

0 commit comments

Comments
 (0)