Skip to content

Commit d091d41

Browse files
authored
Merge pull request #1253 from blocknative/release/2.10.0
Release 2.10.0 (develop)
2 parents badf20e + f274dc6 commit d091d41

File tree

26 files changed

+231
-279
lines changed

26 files changed

+231
-279
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.9.0",
3+
"version": "2.10.0",
44
"private": true,
55
"workspaces": {
66
"packages": ["./packages/*"],

packages/coinbase/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/coinbase",
3-
"version": "2.1.2-alpha.1",
3+
"version": "2.1.2",
44
"description": "Coinbase 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",
@@ -59,6 +59,6 @@
5959
},
6060
"dependencies": {
6161
"@coinbase/wallet-sdk": "^3.0.5",
62-
"@web3-onboard/common": "^2.2.2-alpha.1"
62+
"@web3-onboard/common": "^2.2.2"
6363
}
6464
}

packages/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/common",
3-
"version": "2.2.2-alpha.1",
3+
"version": "2.2.2",
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/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.8.2-alpha.2",
3+
"version": "2.8.2",
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",
@@ -82,7 +82,7 @@
8282
"typescript": "^4.5.5"
8383
},
8484
"dependencies": {
85-
"@web3-onboard/common": "^2.2.2-alpha.1",
85+
"@web3-onboard/common": "^2.2.2",
8686
"bignumber.js": "^9.0.0",
8787
"bnc-sdk": "^4.4.1",
8888
"bowser": "^2.11.0",

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.0-alpha.2",
3+
"version": "2.2.0",
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",
@@ -56,7 +56,7 @@
5656
"typescript": "^4.5.5"
5757
},
5858
"dependencies": {
59-
"@web3-onboard/common": "^2.2.2-alpha.1",
59+
"@web3-onboard/common": "^2.2.2",
6060
"@web3-onboard/hw-common": "^2.0.1",
6161
"@ethereumjs/tx": "^3.4.0",
6262
"@ethersproject/providers": "^5.5.0",

packages/demo/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,23 @@
2222
"webpack-dev-server": "4.7.4"
2323
},
2424
"dependencies": {
25-
"@web3-onboard/coinbase": "^2.1.2-alpha.1",
26-
"@web3-onboard/core": "^2.8.2-alpha.2",
27-
"@web3-onboard/dcent": "^2.2.0-alpha.2",
28-
"@web3-onboard/fortmatic": "^2.0.13-alpha.1",
29-
"@web3-onboard/gas": "^2.1.2-alpha.1",
30-
"@web3-onboard/gnosis": "^2.1.2-alpha.1",
31-
"@web3-onboard/injected-wallets": "^2.2.1-alpha.1",
32-
"@web3-onboard/keepkey": "^2.3.0-alpha.2",
33-
"@web3-onboard/keystone": "^2.3.0-alpha.2",
34-
"@web3-onboard/ledger": "^2.3.0-alpha.2",
35-
"@web3-onboard/magic": "^2.1.2-alpha.1",
36-
"@web3-onboard/portis": "^2.1.2-alpha.1",
37-
"@web3-onboard/sequence": "^2.0.1-alpha.1",
38-
"@web3-onboard/torus": "^2.1.2-alpha.1",
39-
"@web3-onboard/trezor": "^2.3.0-alpha.3",
40-
"@web3-onboard/walletconnect": "^2.1.2-alpha.1",
41-
"@web3-onboard/web3auth": "^2.1.2-alpha.1",
25+
"@web3-onboard/coinbase": "^2.1.2",
26+
"@web3-onboard/core": "^2.8.2",
27+
"@web3-onboard/dcent": "^2.2.0",
28+
"@web3-onboard/fortmatic": "^2.0.13",
29+
"@web3-onboard/gas": "^2.1.2",
30+
"@web3-onboard/gnosis": "^2.1.2",
31+
"@web3-onboard/injected-wallets": "^2.2.1",
32+
"@web3-onboard/keepkey": "^2.3.0",
33+
"@web3-onboard/keystone": "^2.3.0",
34+
"@web3-onboard/ledger": "^2.3.0",
35+
"@web3-onboard/magic": "^2.1.2",
36+
"@web3-onboard/portis": "^2.1.2",
37+
"@web3-onboard/sequence": "^2.0.1",
38+
"@web3-onboard/torus": "^2.1.2",
39+
"@web3-onboard/trezor": "^2.3.0",
40+
"@web3-onboard/walletconnect": "^2.1.2",
41+
"@web3-onboard/web3auth": "^2.1.2",
4242
"vconsole": "^3.9.5"
4343
},
4444
"license": "MIT",

packages/fortmatic/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/fortmatic",
3-
"version": "2.0.13-alpha.1",
3+
"version": "2.0.13",
44
"description": "Fortmatic 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",
@@ -58,7 +58,7 @@
5858
"typescript": "^4.5.5"
5959
},
6060
"dependencies": {
61-
"@web3-onboard/common": "^2.2.2-alpha.1",
61+
"@web3-onboard/common": "^2.2.2",
6262
"fortmatic": "^2.2.1"
6363
}
6464
}

packages/gas/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/gas",
3-
"version": "2.1.2-alpha.1",
3+
"version": "2.1.2",
44
"description": "Estimate the gas prices needed to get a transaction in to the next block for Ethereum Mainnet and Polygon Matic Mainnet.",
55
"keywords": [
66
"gas",
@@ -30,7 +30,7 @@
3030
"typescript": "^4.5.5"
3131
},
3232
"dependencies": {
33-
"@web3-onboard/common": "^2.2.2-alpha.1",
33+
"@web3-onboard/common": "^2.2.2",
3434
"rxjs": "^7.5.2",
3535
"joi": "^17.4.2"
3636
}

packages/gnosis/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/gnosis",
3-
"version": "2.1.2-alpha.1",
3+
"version": "2.1.2",
44
"description": "Gnosis Safe 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
"dependencies": {
6060
"@gnosis.pm/safe-apps-provider": "^0.9.2",
6161
"@gnosis.pm/safe-apps-sdk": "^6.1.1",
62-
"@web3-onboard/common": "^2.2.2-alpha.1"
62+
"@web3-onboard/common": "^2.2.2"
6363
}
6464
}

packages/hw-common/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/hw-common",
3-
"version": "2.0.2-alpha.1",
3+
"version": "2.0.2",
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",
@@ -81,7 +81,7 @@
8181
},
8282
"dependencies": {
8383
"@ethereumjs/common": "2.6.2",
84-
"@web3-onboard/common": "^2.2.2-alpha.1",
84+
"@web3-onboard/common": "^2.2.2",
8585
"ethers": "5.5.4",
8686
"joi": "^17.4.2",
8787
"rxjs": "^7.5.2"

0 commit comments

Comments
 (0)