Skip to content

Commit 5ecf319

Browse files
authored
Merge pull request #1220 from blocknative/release/v2.8.0
Release 2.8.0 (develop)
2 parents 9dd5130 + 3b25da6 commit 5ecf319

File tree

26 files changed

+68
-76
lines changed

26 files changed

+68
-76
lines changed

examples/with-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@web3-onboard/react": "2.2.6-alpha.1",
12+
"@web3-onboard/react": "2.2.6",
1313
"next": "12.2.5",
1414
"react": "18.2.0",
1515
"react-dom": "18.2.0"

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.7.0",
3+
"version": "2.8.0",
44
"private": true,
55
"workspaces": [
66
"./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.0-alpha.1",
3+
"version": "2.1.0",
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.0-alpha.1"
62+
"@web3-onboard/common": "^2.2.0"
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.0-alpha.1",
3+
"version": "2.2.0",
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.0-alpha.1",
3+
"version": "2.8.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",
@@ -82,7 +82,7 @@
8282
"typescript": "^4.5.5"
8383
},
8484
"dependencies": {
85-
"@web3-onboard/common": "^2.2.0-alpha.1",
85+
"@web3-onboard/common": "^2.2.0",
8686
"bignumber.js": "^9.0.0",
8787
"bnc-sdk": "^4.4.1",
8888
"bowser": "^2.11.0",

packages/dcent/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/dcent",
3-
"version": "2.1.0-alpha.1",
3+
"version": "2.1.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,8 +56,8 @@
5656
"typescript": "^4.5.5"
5757
},
5858
"dependencies": {
59-
"@web3-onboard/common": "^2.2.0-alpha.1",
60-
"@web3-onboard/hw-common": "^2.0.0-alpha.1",
59+
"@web3-onboard/common": "^2.2.0",
60+
"@web3-onboard/hw-common": "^2.0.0",
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: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@
2222
"webpack-dev-server": "4.7.4"
2323
},
2424
"dependencies": {
25-
"@web3-onboard/coinbase": "^2.1.0-alpha.1",
26-
"@web3-onboard/core": "^2.8.0-alpha.1",
27-
"@web3-onboard/dcent": "^2.1.0-alpha.1",
28-
"@web3-onboard/fortmatic": "^2.0.11-alpha.1",
29-
"@web3-onboard/gas": "^2.1.0-alpha.1",
30-
"@web3-onboard/gnosis": "^2.1.0-alpha.1",
31-
"@web3-onboard/injected-wallets": "^2.1.0-alpha.1",
32-
"@web3-onboard/keepkey": "^2.2.0-alpha.1",
33-
"@web3-onboard/keystone": "^2.2.0-alpha.1",
34-
"@web3-onboard/ledger": "^2.2.0-alpha.1",
35-
"@web3-onboard/magic": "^2.1.0-alpha.1",
36-
"@web3-onboard/portis": "^2.1.0-alpha.1",
37-
"@web3-onboard/torus": "^2.1.0-alpha.1",
38-
"@web3-onboard/trezor": "^2.2.0-alpha.1",
39-
"@web3-onboard/walletconnect": "^2.1.0-alpha.1",
40-
"@web3-onboard/web3auth": "^2.1.0-alpha.1",
25+
"@web3-onboard/coinbase": "^2.1.0",
26+
"@web3-onboard/core": "^2.8.0",
27+
"@web3-onboard/dcent": "^2.1.0",
28+
"@web3-onboard/fortmatic": "^2.0.11",
29+
"@web3-onboard/gas": "^2.1.0",
30+
"@web3-onboard/gnosis": "^2.1.0",
31+
"@web3-onboard/injected-wallets": "^2.1.0",
32+
"@web3-onboard/keepkey": "^2.2.0",
33+
"@web3-onboard/keystone": "^2.2.0",
34+
"@web3-onboard/ledger": "^2.2.0",
35+
"@web3-onboard/magic": "^2.1.0",
36+
"@web3-onboard/portis": "^2.1.0",
37+
"@web3-onboard/torus": "^2.1.0",
38+
"@web3-onboard/trezor": "^2.2.0",
39+
"@web3-onboard/walletconnect": "^2.1.0",
40+
"@web3-onboard/web3auth": "^2.1.0",
4141
"vconsole": "^3.9.5"
4242
},
4343
"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.11-alpha.1",
3+
"version": "2.0.11",
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",
@@ -59,7 +59,7 @@
5959
"typescript": "^4.5.5"
6060
},
6161
"dependencies": {
62-
"@web3-onboard/common": "^2.2.0-alpha.1",
62+
"@web3-onboard/common": "^2.2.0",
6363
"fortmatic": "^2.2.1"
6464
}
6565
}

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.0-alpha.1",
3+
"version": "2.1.0",
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.0-alpha.1",
33+
"@web3-onboard/common": "^2.2.0",
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.0-alpha.1",
3+
"version": "2.1.0",
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.0-alpha.1"
62+
"@web3-onboard/common": "^2.2.0"
6363
}
6464
}

0 commit comments

Comments
 (0)