Skip to content

Commit 0e2b208

Browse files
committed
Update versions for release
1 parent fce599d commit 0e2b208

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

packages/demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@web3-onboard/fortmatic": "^2.0.14",
2929
"@web3-onboard/gas": "^2.1.3",
3030
"@web3-onboard/gnosis": "^2.1.5",
31-
"@web3-onboard/injected-wallets": "^2.4.0-alpha.1",
31+
"@web3-onboard/injected-wallets": "^2.4.0",
3232
"@web3-onboard/keepkey": "^2.3.2",
3333
"@web3-onboard/keystone": "^2.3.2",
3434
"@web3-onboard/ledger": "^2.3.2",
@@ -40,8 +40,8 @@
4040
"@web3-onboard/tallyho": "^2.0.1",
4141
"@web3-onboard/walletconnect": "^2.2.0",
4242
"@web3-onboard/web3auth": "^2.1.3",
43-
"@web3-onboard/enkrypt": "^2.0.0-alpha.1",
44-
"@web3-onboard/mew-wallet": "^2.0.0-alpha.1",
43+
"@web3-onboard/enkrypt": "^2.0.0",
44+
"@web3-onboard/mew-wallet": "^2.0.0",
4545
"vconsole": "^3.9.5"
4646
},
4747
"license": "MIT",

packages/enkrypt/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/enkrypt",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0",
44
"description": "Enkrypt SDK 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",
@@ -63,6 +63,6 @@
6363
"window": "^4.2.7"
6464
},
6565
"dependencies": {
66-
"@web3-onboard/common": "^2.2.2"
66+
"@web3-onboard/common": "^2.2.3"
6767
}
6868
}

packages/injected/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/injected-wallets",
3-
"version": "2.4.0-alpha.1",
3+
"version": "2.4.0",
44
"description": "Injected wallet module for connecting browser extension and mobile wallets 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",

packages/mew-wallet/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/mew-wallet",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0",
44
"description": "MEW (MyEtherWallet) Wallet SDK 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
"window": "^4.2.7"
6565
},
6666
"dependencies": {
67-
"@web3-onboard/common": "^2.2.2",
67+
"@web3-onboard/common": "^2.2.3",
6868
"lodash.uniqby": "^4.7.0"
6969
}
7070
}

packages/mew/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/mew",
3-
"version": "2.1.4-alpha.1",
3+
"version": "2.1.4",
44
"description": "(DEPRECATED. Use @web3-onboard/mew-wallet instead) MEW (My Ether Wallet) SDK 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",

0 commit comments

Comments
 (0)