Skip to content

Commit 026d905

Browse files
authored
Merge pull request #2011 from blocknative/release/2.24.17
Release 2.24.17 (develop)
2 parents ceebe15 + 94f35c0 commit 026d905

File tree

10 files changed

+1706
-139
lines changed

10 files changed

+1706
-139
lines changed

docs/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@
5454
"@web3-onboard/arcana-auth": "^2.0.0",
5555
"@web3-onboard/bitget": "^2.0.0",
5656
"@web3-onboard/blocto": "^2.0.0",
57-
"@web3-onboard/capsule": "^2.0.0-alpha.1",
58-
"@web3-onboard/cede-store": "^2.2.0-alpha.1",
57+
"@web3-onboard/capsule": "^2.0.0",
5958
"@web3-onboard/coinbase": "^2.2.5",
6059
"@web3-onboard/core": "^2.21.2",
6160
"@web3-onboard/dcent": "^2.2.7",
@@ -71,7 +70,7 @@
7170
"@web3-onboard/keystone": "^2.3.7",
7271
"@web3-onboard/ledger": "^2.5.1",
7372
"@web3-onboard/magic": "^2.1.7",
74-
"@web3-onboard/metamask": "^2.0.1",
73+
"@web3-onboard/metamask": "^2.0.2",
7574
"@web3-onboard/mew-wallet": "^2.0.4",
7675
"@web3-onboard/phantom": "^2.0.3",
7776
"@web3-onboard/portis": "^2.1.7",
@@ -83,7 +82,7 @@
8382
"@web3-onboard/trust": "^2.0.4",
8483
"@web3-onboard/uauth": "^2.1.1",
8584
"@web3-onboard/venly": "^2.0.0",
86-
"@web3-onboard/walletconnect": "^2.5.0",
85+
"@web3-onboard/walletconnect": "^2.5.1",
8786
"@web3-onboard/web3auth": "^2.2.3",
8887
"@web3-onboard/xdefi": "^2.0.4",
8988
"@web3-onboard/zeal": "^2.0.4",

docs/yarn.lock

Lines changed: 1693 additions & 116 deletions
Large diffs are not rendered by default.

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.24.16",
3+
"version": "2.24.17",
44
"private": true,
55
"workspaces": {
66
"packages": [

packages/capsule/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/capsule",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0",
44
"description": "Capsule 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
"module": "dist/index.js",
66
"browser": "dist/index.js",

packages/cede-store/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/cede-store",
3-
"version": "2.2.0-alpha.1",
3+
"version": "2.2.0",
44
"description": "cede.store 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",

packages/demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@web3-onboard/arcana-auth": "^2.0.0",
3131
"@web3-onboard/bitget": "2.0.1",
3232
"@web3-onboard/blocto": "2.0.0",
33-
"@web3-onboard/capsule": "2.0.0-alpha.1",
34-
"@web3-onboard/cede-store": "^2.2.0-alpha.1",
33+
"@web3-onboard/capsule": "2.0.0",
34+
"@web3-onboard/cede-store": "^2.2.0",
3535
"@web3-onboard/coinbase": "^2.2.6",
3636
"@web3-onboard/core": "^2.21.2",
3737
"@web3-onboard/dcent": "^2.2.7",
@@ -47,7 +47,7 @@
4747
"@web3-onboard/keystone": "^2.3.7",
4848
"@web3-onboard/ledger": "^2.5.2",
4949
"@web3-onboard/magic": "^2.1.6",
50-
"@web3-onboard/metamask": "^2.0.2-alpha.2",
50+
"@web3-onboard/metamask": "^2.0.2",
5151
"@web3-onboard/mew-wallet": "^2.0.3",
5252
"@web3-onboard/phantom": "^2.0.3",
5353
"@web3-onboard/portis": "^2.1.6",
@@ -59,7 +59,7 @@
5959
"@web3-onboard/trust": "^2.0.3",
6060
"@web3-onboard/uauth": "^2.1.2",
6161
"@web3-onboard/venly": "^2.0.0",
62-
"@web3-onboard/walletconnect": "^2.5.1-alpha.1",
62+
"@web3-onboard/walletconnect": "^2.5.1",
6363
"@web3-onboard/web3auth": "^2.2.2",
6464
"@web3-onboard/xdefi": "^2.0.5",
6565
"@web3-onboard/zeal": "^2.0.3",

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.10.10-alpha.1",
3+
"version": "2.10.10",
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/metamask/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/metamask",
3-
"version": "2.0.2-alpha.3",
3+
"version": "2.0.2",
44
"description": "MetaMask 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",

packages/walletconnect/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/walletconnect",
3-
"version": "2.5.1-alpha.1",
3+
"version": "2.5.1",
44
"description": "WalletConnect SDK 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",

yarn.lock

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6151,15 +6151,6 @@
61516151
"@walletconnect/window-getters" "^1.0.1"
61526152
tslib "1.14.1"
61536153

6154-
"@web3-onboard/injected-wallets@^2.10.9":
6155-
version "2.10.9"
6156-
resolved "https://registry.yarnpkg.com/@web3-onboard/injected-wallets/-/injected-wallets-2.10.9.tgz#7af271d6742993ab1de13aeeea688640263d1f5d"
6157-
integrity sha512-Eo2BAHOaEnhufSCiqgVYT1FeNLKKmEfAEcHcxBVeANar7th8zUBhC5QyorQNwTvsFr9MOxgJe/CELcAFQJalVA==
6158-
dependencies:
6159-
"@web3-onboard/common" "^2.3.3"
6160-
joi "17.9.1"
6161-
lodash.uniqby "^4.7.0"
6162-
61636154
"@web3-react/abstract-connector@^6.0.7":
61646155
version "6.0.7"
61656156
resolved "https://registry.yarnpkg.com/@web3-react/abstract-connector/-/abstract-connector-6.0.7.tgz#401b3c045f1e0fab04256311be49d5144e9badc6"

0 commit comments

Comments
 (0)