Skip to content

Commit 0fe8cb4

Browse files
authored
Merge pull request #2199 from blocknative/release/2.25.7
Release 2.25.7 (develop)
2 parents 1566599 + 3ed7965 commit 0fe8cb4

File tree

9 files changed

+2936
-3227
lines changed

9 files changed

+2936
-3227
lines changed

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@web3-onboard/arcana-auth": "^2.0.0",
5656
"@web3-onboard/bitget": "^2.0.0",
5757
"@web3-onboard/blocto": "^2.0.0",
58-
"@web3-onboard/capsule": "^2.0.3-alpha.2",
58+
"@web3-onboard/capsule": "^2.0.3",
5959
"@web3-onboard/cede-store": "^2.2.0",
6060
"@web3-onboard/coinbase": "^2.2.7",
6161
"@web3-onboard/core": "^2.21.6",
@@ -67,12 +67,12 @@
6767
"@web3-onboard/gas": "^2.1.8",
6868
"@web3-onboard/gnosis": "^2.2.2",
6969
"@web3-onboard/infinity-wallet": "^2.0.4",
70-
"@web3-onboard/injected-wallets": "^2.10.17-alpha.1",
70+
"@web3-onboard/injected-wallets": "^2.10.17",
7171
"@web3-onboard/keepkey": "^2.3.7",
7272
"@web3-onboard/keystone": "^2.3.7",
7373
"@web3-onboard/ledger": "^2.6.0",
7474
"@web3-onboard/magic": "^2.1.7",
75-
"@web3-onboard/metamask": "^2.0.7-alpha.1",
75+
"@web3-onboard/metamask": "^2.0.7",
7676
"@web3-onboard/mew-wallet": "^2.0.4",
7777
"@web3-onboard/phantom": "^2.0.3",
7878
"@web3-onboard/portis": "^2.1.7",

docs/src/lib/services/onboard.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ const intiOnboard = async (theme) => {
142142
appId: 'b1f0239a-edb0-41f9-b0f5-ab780bb02a9e'
143143
})
144144

145-
146145
return Onboard({
147146
connect: { autoConnectAllPreviousWallet: true },
148147
wallets: [

docs/src/routes/docs/[...4]wallets/[...14]injected/+page.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ Note: Make sure to install the core module before installing other modules to We
1212

1313
Web3 Onboard supports all [EIP-6963](https://eips.ethereum.org/EIPS/eip-6963) compatible wallets out of the box and will automatically recognizes any wallet which has integrated 6963 support.
1414

15+
### Support all EIP-6963 Wallets out of the box
16+
17+
Web3-Onboard supports all [EIP-6963](https://eips.ethereum.org/EIPS/eip-6963) compatible wallets out of the box and will automatically recognizes any wallet which has integrated 6963 support.
18+
19+
### Support all EIP-6963 Wallets out of the box
20+
21+
Web3-Onboard supports all [EIP-6963](https://eips.ethereum.org/EIPS/eip-6963) compatible wallets out of the box and will automatically recognizes any wallet which has integrated 6963 support.
22+
1523
## Install
1624

1725
<Tabs values={['yarn', 'npm']}>

docs/yarn.lock

Lines changed: 2917 additions & 3215 deletions
Large diffs are not rendered by default.

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.3-alpha.2",
3+
"version": "2.0.3",
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/demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@web3-onboard/arcana-auth": "^2.0.0",
3131
"@web3-onboard/bitget": "2.0.1",
3232
"@web3-onboard/blocto": "^2.0.1",
33-
"@web3-onboard/capsule": "^2.0.3-alpha.2",
33+
"@web3-onboard/capsule": "^2.0.3",
3434
"@web3-onboard/cede-store": "^2.2.0",
3535
"@web3-onboard/core": "^2.21.6",
3636
"@web3-onboard/coinbase": "^2.2.7",
@@ -42,12 +42,12 @@
4242
"@web3-onboard/gas": "^2.1.7",
4343
"@web3-onboard/gnosis": "^2.2.1",
4444
"@web3-onboard/infinity-wallet": "^2.0.3",
45-
"@web3-onboard/injected-wallets": "^2.10.17-alpha.1",
45+
"@web3-onboard/injected-wallets": "^2.10.17",
4646
"@web3-onboard/keepkey": "^2.3.8",
4747
"@web3-onboard/keystone": "^2.3.8",
4848
"@web3-onboard/ledger": "^2.6.0",
4949
"@web3-onboard/magic": "^2.1.6",
50-
"@web3-onboard/metamask": "^2.0.7-alpha.1",
50+
"@web3-onboard/metamask": "^2.0.7",
5151
"@web3-onboard/mew-wallet": "^2.0.3",
5252
"@web3-onboard/phantom": "^2.0.3",
5353
"@web3-onboard/portis": "^2.1.6",
@@ -64,7 +64,7 @@
6464
"@web3-onboard/xdefi": "^2.0.5",
6565
"@web3-onboard/zeal": "^2.0.3",
6666
"@web3-onboard/particle-network": "^2.0.1",
67-
"@web3-onboard/passport": "^2.0.0-alpha.1",
67+
"@web3-onboard/passport": "^2.0.0",
6868
"@0xpass/webauthn-signer": "2.0.0",
6969
"vconsole": "^3.15.1"
7070
},

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.17-alpha.1",
3+
"version": "2.10.17",
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.7-alpha-1",
3+
"version": "2.0.7",
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/passport/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/passport",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0",
44
"description": "passport",
55
"module": "dist/index.js",
66
"browser": "dist/index.js",

0 commit comments

Comments
 (0)