Skip to content

Commit 8571ab0

Browse files
authored
Merge pull request #1175 from blocknative/release/2.6.0
(develop) Release: 2.6.0
2 parents 9e01c83 + 3a199e6 commit 8571ab0

File tree

25 files changed

+61
-204
lines changed

25 files changed

+61
-204
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.5.0",
3+
"version": "2.6.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.0.9",
3+
"version": "2.0.10",
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.1.6"
62+
"@web3-onboard/common": "^2.1.7"
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.1.7-alpha.6",
3+
"version": "2.1.7",
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/core",
3-
"version": "2.6.0-alpha.9",
3+
"version": "2.6.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",
@@ -68,7 +68,7 @@
6868
"@types/lodash.partition": "^4.6.6",
6969
"@typescript-eslint/eslint-plugin": "^4.31.1",
7070
"@typescript-eslint/parser": "^4.31.1",
71-
"@web3-onboard/gas": "^2.0.0-alpha.2",
71+
"@web3-onboard/gas": "^2.0.0",
7272
"eslint": "^7.32.0",
7373
"eslint-config-prettier": "^8.3.0",
7474
"eslint-plugin-svelte3": "^3.2.1",
@@ -83,7 +83,7 @@
8383
"typescript": "^4.5.5"
8484
},
8585
"dependencies": {
86-
"@web3-onboard/common": "^2.1.7-alpha.6",
86+
"@web3-onboard/common": "^2.1.7",
8787
"bignumber.js": "^9.0.0",
8888
"bnc-sdk": "^4.4.1",
8989
"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.0.7-alpha.1",
3+
"version": "2.0.7",
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.1.7-alpha.1",
59+
"@web3-onboard/common": "^2.1.7",
6060
"@ethereumjs/common": "^2.6.1",
6161
"@ethereumjs/tx": "^3.4.0",
6262
"@ethersproject/providers": "^5.5.0",

packages/demo/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@
2222
"webpack-dev-server": "4.7.4"
2323
},
2424
"dependencies": {
25-
"@web3-onboard/coinbase": "^2.0.8",
26-
"@web3-onboard/core": "^2.6.0-alpha.9",
27-
"@web3-onboard/dcent": "^2.0.5",
28-
"@web3-onboard/fortmatic": "^2.0.6",
29-
"@web3-onboard/gnosis": "^2.0.5",
30-
"@web3-onboard/injected-wallets": "^2.0.15-alpha.2",
31-
"@web3-onboard/keepkey": "^2.1.4",
32-
"@web3-onboard/keystone": "^2.1.5",
33-
"@web3-onboard/ledger": "^2.1.4",
34-
"@web3-onboard/magic": "^2.0.7",
35-
"@web3-onboard/portis": "^2.0.4",
36-
"@web3-onboard/torus": "^2.0.5",
37-
"@web3-onboard/trezor": "^2.1.4",
38-
"@web3-onboard/walletconnect": "^2.0.5",
39-
"@web3-onboard/web3auth": "^2.0.3",
25+
"@web3-onboard/coinbase": "^2.0.10",
26+
"@web3-onboard/core": "^2.6.0",
27+
"@web3-onboard/dcent": "^2.0.7",
28+
"@web3-onboard/fortmatic": "^2.0.9",
29+
"@web3-onboard/gnosis": "^2.0.8",
30+
"@web3-onboard/injected-wallets": "^2.0.15",
31+
"@web3-onboard/keepkey": "^2.1.7",
32+
"@web3-onboard/keystone": "^2.1.8",
33+
"@web3-onboard/ledger": "^2.1.7",
34+
"@web3-onboard/magic": "^2.0.10",
35+
"@web3-onboard/portis": "^2.0.7",
36+
"@web3-onboard/torus": "^2.0.8",
37+
"@web3-onboard/trezor": "^2.1.7",
38+
"@web3-onboard/walletconnect": "^2.0.8",
39+
"@web3-onboard/web3auth": "^2.0.6",
4040
"vconsole": "^3.9.5"
4141
},
4242
"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.9-alpha.1",
3+
"version": "2.0.9",
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.1.7-alpha.1",
62+
"@web3-onboard/common": "^2.1.7",
6363
"fortmatic": "^2.2.1"
6464
}
6565
}

packages/gas/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/gas",
3-
"version": "2.0.0-alpha.2",
3+
"version": "2.0.0",
44
"description": "Gas",
55
"keywords": [
66
"gas"

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.0.8-alpha.1",
3+
"version": "2.0.8",
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.1.7-alpha.1"
62+
"@web3-onboard/common": "^2.1.7"
6363
}
6464
}

packages/injected/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/injected-wallets",
3-
"version": "2.0.15-alpha.4",
3+
"version": "2.0.15",
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",
@@ -62,7 +62,7 @@
6262
"window": "^4.2.7"
6363
},
6464
"dependencies": {
65-
"@web3-onboard/common": "^2.1.7-alpha.5",
65+
"@web3-onboard/common": "^2.1.7",
6666
"joi": "^17.4.2",
6767
"lodash.uniqby": "^4.7.0"
6868
}

0 commit comments

Comments
 (0)