Skip to content

Commit 45d0e77

Browse files
taylorjdawsonAdamj1232lnbc1QWFyb24
authored
(develop) Release: 2.4.0 (#1132)
* Update version for release branch * Update versions, remove alpha tag for publish * Update to latest SDK for bugfix, modify to new API * Update package versions * Update .github/ISSUE_TEMPLATE/BUG.yml Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com> * Bump monorepo version to minor instead of patch * Bump versions for release * Bumpm demo versions * bump mew version * Update naming * cleanup notify disabled logic * Prettier formatting * Release: 2.4.0 * Version bumps * Remove alpha tags * Add common modal z-index * version bump mew Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com> Co-authored-by: Aaron Barnard <abarnard@protonmail.com>
1 parent bdbd075 commit 45d0e77

File tree

23 files changed

+46
-46
lines changed

23 files changed

+46
-46
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.3.0",
3+
"version": "2.4.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.7",
3+
"version": "2.0.8",
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",
@@ -57,6 +57,6 @@
5757
},
5858
"dependencies": {
5959
"@coinbase/wallet-sdk": "^3.0.5",
60-
"@web3-onboard/common": "^2.1.4"
60+
"@web3-onboard/common": "^2.1.5"
6161
}
6262
}

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.4",
3+
"version": "2.1.5",
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/common/src/elements/Modal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
width: 100vw;
2222
height: 100vh;
2323
background: rgba(0, 0, 0, 0.3);
24-
z-index: 20;
24+
z-index: var(--onboard-common-modal-index, 20);
2525
}
2626
@media screen and (max-width: 420px) {
2727
aside {

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.4.0-alpha.10",
3+
"version": "2.4.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",
@@ -78,7 +78,7 @@
7878
"typescript": "^4.5.5"
7979
},
8080
"dependencies": {
81-
"@web3-onboard/common": "^2.1.4",
81+
"@web3-onboard/common": "^2.1.5",
8282
"bignumber.js": "^9.0.0",
8383
"bnc-sdk": "^4.4.1",
8484
"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.4",
3+
"version": "2.0.5",
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",
@@ -54,7 +54,7 @@
5454
"typescript": "^4.5.5"
5555
},
5656
"dependencies": {
57-
"@web3-onboard/common": "^2.1.4",
57+
"@web3-onboard/common": "^2.1.5",
5858
"@ethereumjs/common": "^2.6.1",
5959
"@ethereumjs/tx": "^3.4.0",
6060
"@ethersproject/providers": "^5.5.0",

packages/demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"webpack-dev-server": "4.7.4"
2323
},
2424
"dependencies": {
25-
"@web3-onboard/coinbase": "^2.0.7",
26-
"@web3-onboard/core": "^2.4.0-alpha.8",
27-
"@web3-onboard/dcent": "^2.0.4",
25+
"@web3-onboard/coinbase": "^2.0.8",
26+
"@web3-onboard/core": "^2.4.0",
27+
"@web3-onboard/dcent": "^2.0.6",
2828
"@web3-onboard/fortmatic": "^2.0.6",
2929
"@web3-onboard/gnosis": "^2.0.5",
3030
"@web3-onboard/injected-wallets": "^2.0.12",

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.6",
3+
"version": "2.0.7",
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",
@@ -57,7 +57,7 @@
5757
"typescript": "^4.5.5"
5858
},
5959
"dependencies": {
60-
"@web3-onboard/common": "^2.1.4",
60+
"@web3-onboard/common": "^2.1.5",
6161
"fortmatic": "^2.2.1"
6262
}
6363
}

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.5",
3+
"version": "2.0.6",
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.4"
62+
"@web3-onboard/common": "^2.1.5"
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.13-alpha.2",
3+
"version": "2.0.13",
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",
@@ -61,7 +61,7 @@
6161
"window": "^4.2.7"
6262
},
6363
"dependencies": {
64-
"@web3-onboard/common": "^2.1.4",
64+
"@web3-onboard/common": "^2.1.5",
6565
"joi": "^17.4.2",
6666
"lodash.uniqby": "^4.7.0"
6767
}

0 commit comments

Comments
 (0)