Skip to content

Commit 5a3073a

Browse files
committed
Update versions for release
1 parent cab41b1 commit 5a3073a

File tree

12 files changed

+23
-99
lines changed

12 files changed

+23
-99
lines changed

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-monorepo",
3-
"version": "2.13.1",
3+
"version": "2.14.0",
44
"private": true,
55
"workspaces": {
66
"packages": [

packages/core/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/core",
3-
"version": "2.10.0-alpha.1",
3+
"version": "2.10.0",
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",

packages/dcent/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/dcent",
3-
"version": "2.2.2-alpha.1",
3+
"version": "2.2.2",
44
"description": "D'CENT wallet module for connecting to Web3-Onboard. 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, 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",
@@ -57,7 +57,7 @@
5757
},
5858
"dependencies": {
5959
"@web3-onboard/common": "^2.2.3",
60-
"@web3-onboard/hw-common": "^2.0.4-alpha.1",
60+
"@web3-onboard/hw-common": "^2.0.4",
6161
"@ethereumjs/tx": "^3.4.0",
6262
"@ethersproject/providers": "^5.5.0",
6363
"eth-dcent-keyring": "^0.2.2"

packages/demo/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@
2323
},
2424
"dependencies": {
2525
"@web3-onboard/coinbase": "^2.1.3",
26-
"@web3-onboard/core": "^2.10.0-alpha.1",
27-
"@web3-onboard/dcent": "^2.2.1",
26+
"@web3-onboard/core": "^2.10.0",
27+
"@web3-onboard/dcent": "^2.2.2",
2828
"@web3-onboard/fortmatic": "^2.0.14",
2929
"@web3-onboard/gas": "^2.1.3",
3030
"@web3-onboard/gnosis": "^2.1.3",
3131
"@web3-onboard/injected-wallets": "^2.2.4",
32-
"@web3-onboard/keepkey": "^2.3.1",
33-
"@web3-onboard/keystone": "^2.3.1",
34-
"@web3-onboard/ledger": "^2.3.1",
32+
"@web3-onboard/keepkey": "^2.3.2",
33+
"@web3-onboard/keystone": "^2.3.2",
34+
"@web3-onboard/ledger": "^2.3.2",
3535
"@web3-onboard/magic": "^2.1.3",
3636
"@web3-onboard/portis": "^2.1.3",
3737
"@web3-onboard/sequence": "^2.0.2",
3838
"@web3-onboard/torus": "^2.1.3",
39-
"@web3-onboard/trezor": "^2.3.1",
39+
"@web3-onboard/trezor": "^2.3.2",
4040
"@web3-onboard/tallyho": "^2.0.1",
4141
"@web3-onboard/walletconnect": "^2.1.3",
4242
"@web3-onboard/web3auth": "^2.1.3",

packages/hw-common/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/hw-common",
3-
"version": "2.0.4-alpha.1",
3+
"version": "2.0.4",
44
"description": "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, 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",

packages/keepkey/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/keepkey",
3-
"version": "2.3.2-alpha.1",
3+
"version": "2.3.2",
44
"description": "KeepKey hardware wallet module for connecting to Web3-Onboard. 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, 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",
@@ -64,7 +64,7 @@
6464
"@shapeshiftoss/hdwallet-core": "^1.15.2",
6565
"@shapeshiftoss/hdwallet-keepkey-webusb": "^1.15.2",
6666
"@web3-onboard/common": "^2.2.3",
67-
"@web3-onboard/hw-common": "^2.0.4-alpha.1",
67+
"@web3-onboard/hw-common": "^2.0.4",
6868
"ethereumjs-util": "^7.1.3"
6969
}
7070
}

packages/keystone/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/keystone",
3-
"version": "2.3.2-alpha.1",
3+
"version": "2.3.2",
44
"description": "Keystone hardware wallet module for connecting to Web3-Onboard. 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, 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",
@@ -59,6 +59,6 @@
5959
"@ethersproject/providers": "^5.5.0",
6060
"@keystonehq/eth-keyring": "^0.14.00.3",
6161
"@web3-onboard/common": "^2.2.3",
62-
"@web3-onboard/hw-common": "^2.0.4-alpha.1"
62+
"@web3-onboard/hw-common": "^2.0.4"
6363
}
6464
}

packages/ledger/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/ledger",
3-
"version": "2.3.2-alpha.1",
3+
"version": "2.3.2",
44
"description": "Ledger hardare wallet module for connecting to Web3-Onboard. 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, 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",
@@ -66,7 +66,7 @@
6666
"@ledgerhq/hw-transport-webusb": "^6.19.0",
6767
"@metamask/eth-sig-util": "^4.0.0",
6868
"@web3-onboard/common": "^2.2.3",
69-
"@web3-onboard/hw-common": "^2.0.4-alpha.1",
69+
"@web3-onboard/hw-common": "^2.0.4",
7070
"buffer": "^6.0.3",
7171
"ethereumjs-util": "^7.1.3"
7272
}

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.4.0-alpha.1",
3+
"version": "2.4.0",
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",
@@ -62,7 +62,7 @@
6262
"typescript": "^4.5.5"
6363
},
6464
"dependencies": {
65-
"@web3-onboard/core": "^2.10.0-alpha.1",
65+
"@web3-onboard/core": "^2.10.0",
6666
"@web3-onboard/common": "^2.2.3",
6767
"use-sync-external-store": "1.0.0"
6868
},

packages/trezor/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/trezor",
3-
"version": "2.3.2-alpha.1",
3+
"version": "2.3.2",
44
"description": "Trezor hardware wallet module for connecting to Web3-Onboard. 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, 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",
@@ -61,7 +61,7 @@
6161
"@ethereumjs/tx": "^3.4.0",
6262
"@ethersproject/providers": "^5.5.0",
6363
"@web3-onboard/common": "^2.2.3",
64-
"@web3-onboard/hw-common": "^2.0.4-alpha.1",
64+
"@web3-onboard/hw-common": "^2.0.4",
6565
"buffer": "^6.0.3",
6666
"eth-crypto": "^2.1.0",
6767
"ethereumjs-util": "^7.1.3",

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.3.0-alpha.1",
3+
"version": "2.3.0",
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 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",
@@ -63,7 +63,7 @@
6363
"@vueuse/core": "^8.4.2",
6464
"@vueuse/rxjs": "^8.2.0",
6565
"@web3-onboard/common": "^2.2.3",
66-
"@web3-onboard/core": "^2.10.0-alpha.1",
66+
"@web3-onboard/core": "^2.10.0",
6767
"vue-demi": "^0.12.4"
6868
},
6969
"peerDependencies": {

yarn.lock

Lines changed: 0 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -2953,82 +2953,6 @@
29532953
dependencies:
29542954
"@walletconnect/window-getters" "^1.0.0"
29552955

2956-
"@web3-onboard/dcent@^2.2.1":
2957-
version "2.2.1"
2958-
resolved "https://registry.yarnpkg.com/@web3-onboard/dcent/-/dcent-2.2.1.tgz#88a0aa781e7bd2279cf32751a69f19c97532ccf3"
2959-
integrity sha512-RO7HJnkRMcod4R5Nb2YU63GiNuvpiucKI+F6AmsHwVksj2qcS3fwlJl09uZVK1a2ERkNUSNhp4BCTUsc9esuxw==
2960-
dependencies:
2961-
"@ethereumjs/tx" "^3.4.0"
2962-
"@ethersproject/providers" "^5.5.0"
2963-
"@web3-onboard/common" "^2.2.3"
2964-
"@web3-onboard/hw-common" "^2.0.3"
2965-
eth-dcent-keyring "^0.2.2"
2966-
2967-
"@web3-onboard/hw-common@^2.0.3":
2968-
version "2.0.3"
2969-
resolved "https://registry.yarnpkg.com/@web3-onboard/hw-common/-/hw-common-2.0.3.tgz#8e73ef3c94d2f513e8439804f8a541ccac1cf845"
2970-
integrity sha512-hfCVVgNjKIJXjinqMTmYfxqiOTausYj77IrWhSaIk9W9PfAEX+BnPLMhmbuNb39FBVWg/ucvMIiG3pwY6hXoOw==
2971-
dependencies:
2972-
"@ethereumjs/common" "2.6.2"
2973-
"@web3-onboard/common" "^2.2.3"
2974-
ethers "5.5.4"
2975-
joi "^17.6.1"
2976-
rxjs "^7.5.2"
2977-
2978-
"@web3-onboard/keepkey@^2.3.1":
2979-
version "2.3.1"
2980-
resolved "https://registry.yarnpkg.com/@web3-onboard/keepkey/-/keepkey-2.3.1.tgz#00712e1799f2016da2f1fd22f461989e5c436713"
2981-
integrity sha512-OA36iTNLkLjFQrt2xsNou+kEdjBVQDxHDJeeTcII4OjEqcTP300GifNd2RIW5sTWP+CK6hx2EWZLDUZGXVJe0A==
2982-
dependencies:
2983-
"@ethersproject/providers" "^5.5.0"
2984-
"@shapeshiftoss/hdwallet-core" "^1.15.2"
2985-
"@shapeshiftoss/hdwallet-keepkey-webusb" "^1.15.2"
2986-
"@web3-onboard/common" "^2.2.3"
2987-
"@web3-onboard/hw-common" "^2.0.3"
2988-
ethereumjs-util "^7.1.3"
2989-
2990-
"@web3-onboard/keystone@^2.3.1":
2991-
version "2.3.1"
2992-
resolved "https://registry.yarnpkg.com/@web3-onboard/keystone/-/keystone-2.3.1.tgz#b9a47fa4a4df3462ccd1326466ce883697208cde"
2993-
integrity sha512-Evz3/DLcpCIH9pvAmr1Ukd7yNodGgkoLiLmYP9MjEk5FVC1N7/e7sQYQVJ9CmbH9x2a+s37XBsx+g55G2a3cow==
2994-
dependencies:
2995-
"@ethereumjs/tx" "^3.4.0"
2996-
"@ethersproject/providers" "^5.5.0"
2997-
"@keystonehq/eth-keyring" "^0.14.00.3"
2998-
"@web3-onboard/common" "^2.2.3"
2999-
"@web3-onboard/hw-common" "^2.0.3"
3000-
3001-
"@web3-onboard/ledger@^2.3.1":
3002-
version "2.3.1"
3003-
resolved "https://registry.yarnpkg.com/@web3-onboard/ledger/-/ledger-2.3.1.tgz#21afedd376da9dc54e32493f9cafaadd043511f0"
3004-
integrity sha512-KNBwJFbL0vivqmArSqTI+05AKhikP/HYLEbuVI9brY5YM/5LXap/QslM8FYECmomOyCofpouPV4AreSWkyRvuA==
3005-
dependencies:
3006-
"@ethereumjs/tx" "^3.4.0"
3007-
"@ethersproject/providers" "^5.5.0"
3008-
"@ledgerhq/hw-app-eth" "^6.19.0"
3009-
"@ledgerhq/hw-transport-u2f" "^5.36.0-deprecated"
3010-
"@ledgerhq/hw-transport-webusb" "^6.19.0"
3011-
"@metamask/eth-sig-util" "^4.0.0"
3012-
"@web3-onboard/common" "^2.2.3"
3013-
"@web3-onboard/hw-common" "^2.0.3"
3014-
buffer "^6.0.3"
3015-
ethereumjs-util "^7.1.3"
3016-
3017-
"@web3-onboard/trezor@^2.3.1":
3018-
version "2.3.1"
3019-
resolved "https://registry.yarnpkg.com/@web3-onboard/trezor/-/trezor-2.3.1.tgz#48e4f25cd647dd668aca13293a30e68757e00122"
3020-
integrity sha512-fINzu1TzMUSh9BlXZC4geQDP1lV4nOtl+8mTHw116L1GYtqAFwtVWmxGx7jzrpyxDj02CQha8UIqiHiOK43f8w==
3021-
dependencies:
3022-
"@ethereumjs/tx" "^3.4.0"
3023-
"@ethersproject/providers" "^5.5.0"
3024-
"@web3-onboard/common" "^2.2.3"
3025-
"@web3-onboard/hw-common" "^2.0.3"
3026-
buffer "^6.0.3"
3027-
eth-crypto "^2.1.0"
3028-
ethereumjs-util "^7.1.3"
3029-
hdkey "^2.0.1"
3030-
trezor-connect "^8.2.11"
3031-
30322956
"@web3auth/base-plugin@^1.0.1":
30332957
version "1.0.1"
30342958
resolved "https://registry.yarnpkg.com/@web3auth/base-plugin/-/base-plugin-1.0.1.tgz#1e2a87acf745299fdff6f92e6c46ee9bc38aa670"

0 commit comments

Comments
 (0)