From d7cc8b1d1170f707326b51016eb6f1d1a9447c23 Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Tue, 21 Jun 2022 11:09:47 -0600 Subject: [PATCH 01/17] Update version for release branch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 341a17545..824fad638 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web3-onboard-monorepo", - "version": "2.0.2", + "version": "2.1.0", "private": true, "workspaces": [ "./packages/*" From 1759b0cb5c576ee5b2f2ca0a0f20cb055e7492d2 Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Tue, 21 Jun 2022 16:44:10 -0600 Subject: [PATCH 02/17] Update versions, remove alpha tag for publish --- packages/coinbase/package.json | 4 ++-- packages/common/package.json | 2 +- packages/core/package.json | 4 ++-- packages/dcent/package.json | 4 ++-- packages/demo/package.json | 30 ++++++++++++++--------------- packages/fortmatic/package.json | 4 ++-- packages/gnosis/package.json | 4 ++-- packages/injected/package.json | 4 ++-- packages/keepkey/package.json | 4 ++-- packages/keystone/package.json | 4 ++-- packages/ledger/package.json | 4 ++-- packages/magic/package.json | 4 ++-- packages/mew/package.json | 4 ++-- packages/portis/package.json | 4 ++-- packages/react/package.json | 6 +++--- packages/torus/package.json | 4 ++-- packages/trezor/package.json | 4 ++-- packages/vue/package.json | 6 +++--- packages/walletconnect/package.json | 4 ++-- packages/web3auth/package.json | 4 ++-- yarn.lock | 10 ---------- 21 files changed, 54 insertions(+), 64 deletions(-) diff --git a/packages/coinbase/package.json b/packages/coinbase/package.json index b0bf3ebc0..2ea4ac5a4 100644 --- a/packages/coinbase/package.json +++ b/packages/coinbase/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/coinbase", - "version": "2.0.5-alpha.1", + "version": "2.0.5", "description": "Coinbase Wallet module for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -21,6 +21,6 @@ }, "dependencies": { "@coinbase/wallet-sdk": "^3.0.5", - "@web3-onboard/common": "2.1.2-alpha.2" + "@web3-onboard/common": "2.1.2" } } diff --git a/packages/common/package.json b/packages/common/package.json index e13ea417a..b0eca131e 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/common", - "version": "2.1.2-alpha.2", + "version": "2.1.2", "scripts": { "build": "rollup -c", "dev": "rollup -c -w", diff --git a/packages/core/package.json b/packages/core/package.json index adcb6956b..c0f637ecb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/core", - "version": "2.3.0-alpha.4", + "version": "2.3.0", "scripts": { "build": "rollup -c", "dev": "rollup -c -w", @@ -41,7 +41,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.1.2-alpha.2", + "@web3-onboard/common": "^2.1.2", "bignumber.js": "^9.0.0", "bnc-sdk": "^4.4.0", "bowser": "^2.11.0", diff --git a/packages/dcent/package.json b/packages/dcent/package.json index 5b23d41ee..a92d06ac2 100644 --- a/packages/dcent/package.json +++ b/packages/dcent/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/dcent", - "version": "2.0.2-alpha.1", + "version": "2.0.2", "description": "D'CENT module for web3-onboard", "module": "dist/index.js", "typings": "dist/index.d.ts", @@ -18,7 +18,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.1.2-alpha.2", + "@web3-onboard/common": "^2.1.2", "@ethereumjs/common": "^2.6.1", "@ethereumjs/tx": "^3.4.0", "@ethersproject/providers": "^5.5.0", diff --git a/packages/demo/package.json b/packages/demo/package.json index 530a8ac9e..32d5d5ff3 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -22,21 +22,21 @@ "webpack-dev-server": "4.7.4" }, "dependencies": { - "@web3-onboard/coinbase": "^2.0.5-alpha.1", - "@web3-onboard/core": "^2.3.0-alpha.4", - "@web3-onboard/dcent": "^2.0.2-alpha.1", - "@web3-onboard/fortmatic": "^2.0.4-alpha.1", - "@web3-onboard/gnosis": "^2.0.3-alpha.1", - "@web3-onboard/injected-wallets": "^2.0.10-alpha.1", - "@web3-onboard/keepkey": "^2.1.2-alpha.2", - "@web3-onboard/keystone": "^2.1.3-alpha.2", - "@web3-onboard/ledger": "^2.1.2-alpha.1", - "@web3-onboard/magic": "^2.0.5-alpha.1", - "@web3-onboard/portis": "^2.0.2-alpha.1", - "@web3-onboard/torus": "^2.0.3-alpha.1", - "@web3-onboard/trezor": "^2.1.2-alpha.1", - "@web3-onboard/walletconnect": "^2.0.3-alpha.1", - "@web3-onboard/web3auth": "^2.0.1-alpha.1", + "@web3-onboard/coinbase": "^2.0.5", + "@web3-onboard/core": "^2.3.0", + "@web3-onboard/dcent": "^2.0.2", + "@web3-onboard/fortmatic": "^2.0.4", + "@web3-onboard/gnosis": "^2.0.3", + "@web3-onboard/injected-wallets": "^2.0.10", + "@web3-onboard/keepkey": "^2.1.2", + "@web3-onboard/keystone": "^2.1.3", + "@web3-onboard/ledger": "^2.1.2", + "@web3-onboard/magic": "^2.0.5", + "@web3-onboard/portis": "^2.0.2", + "@web3-onboard/torus": "^2.0.3", + "@web3-onboard/trezor": "^2.1.2", + "@web3-onboard/walletconnect": "^2.0.3", + "@web3-onboard/web3auth": "^2.0.1", "vconsole": "^3.9.5" }, "license": "MIT", diff --git a/packages/fortmatic/package.json b/packages/fortmatic/package.json index 875463d41..94fd3b61c 100644 --- a/packages/fortmatic/package.json +++ b/packages/fortmatic/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/fortmatic", - "version": "2.0.4-alpha.1", + "version": "2.0.4", "description": "Fortmatic module for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -20,7 +20,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.1.2-alpha.2", + "@web3-onboard/common": "^2.1.2", "fortmatic": "^2.2.1" } } diff --git a/packages/gnosis/package.json b/packages/gnosis/package.json index 19fd555e9..f602b33ec 100644 --- a/packages/gnosis/package.json +++ b/packages/gnosis/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/gnosis", - "version": "2.0.3-alpha.1", + "version": "2.0.3", "description": "Gnosis module for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -23,6 +23,6 @@ "dependencies": { "@gnosis.pm/safe-apps-provider": "^0.9.2", "@gnosis.pm/safe-apps-sdk": "^6.1.1", - "@web3-onboard/common": "^2.1.2-alpha.2" + "@web3-onboard/common": "^2.1.2" } } diff --git a/packages/injected/package.json b/packages/injected/package.json index a11db5415..5eccd0d8d 100644 --- a/packages/injected/package.json +++ b/packages/injected/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/injected-wallets", - "version": "2.0.10-alpha.1", + "version": "2.0.10", "description": "Injected wallets module for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -25,7 +25,7 @@ "window": "^4.2.7" }, "dependencies": { - "@web3-onboard/common": "^2.1.2-alpha.2", + "@web3-onboard/common": "^2.1.2", "joi": "^17.4.2", "lodash.uniqby": "^4.7.0" } diff --git a/packages/keepkey/package.json b/packages/keepkey/package.json index 5e08c3d5b..b85056541 100644 --- a/packages/keepkey/package.json +++ b/packages/keepkey/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/keepkey", - "version": "2.1.2-alpha.2", + "version": "2.1.2", "description": "KeepKey module for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -27,7 +27,7 @@ "@ethersproject/providers": "^5.5.0", "@shapeshiftoss/hdwallet-core": "^1.15.2", "@shapeshiftoss/hdwallet-keepkey-webusb": "^1.15.2", - "@web3-onboard/common": "^2.1.2-alpha.2", + "@web3-onboard/common": "^2.1.2", "ethereumjs-util": "^7.1.3" } } diff --git a/packages/keystone/package.json b/packages/keystone/package.json index 3f6e16ae7..63c9c0e53 100644 --- a/packages/keystone/package.json +++ b/packages/keystone/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/keystone", - "version": "2.1.3-alpha.2", + "version": "2.1.3", "description": "Keystone module for web3-onboard", "module": "dist/index.js", "typings": "dist/index.d.ts", @@ -21,6 +21,6 @@ "@ethereumjs/tx": "^3.4.0", "@ethersproject/providers": "^5.5.0", "@keystonehq/eth-keyring": "^0.14.0-alpha.10.3", - "@web3-onboard/common": "^2.1.2-alpha.2" + "@web3-onboard/common": "^2.1.2" } } diff --git a/packages/ledger/package.json b/packages/ledger/package.json index 0423bafaa..03550ed52 100644 --- a/packages/ledger/package.json +++ b/packages/ledger/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/ledger", - "version": "2.1.2-alpha.1", + "version": "2.1.2", "description": "Ledger module for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -27,7 +27,7 @@ "@ledgerhq/hw-transport-u2f": "^5.36.0-deprecated", "@ledgerhq/hw-transport-webusb": "^6.19.0", "@metamask/eth-sig-util": "^4.0.0", - "@web3-onboard/common": "^2.1.2-alpha.2", + "@web3-onboard/common": "^2.1.2", "buffer": "^6.0.3", "ethereumjs-util": "^7.1.3" } diff --git a/packages/magic/package.json b/packages/magic/package.json index ff7ac72a9..49319e5ab 100644 --- a/packages/magic/package.json +++ b/packages/magic/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/magic", - "version": "2.0.5-alpha.1", + "version": "2.0.5", "description": "Magic module for Onboard.js", "scripts": { "build": "rollup -c", @@ -42,7 +42,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.1.2-alpha.2", + "@web3-onboard/common": "^2.1.2", "joi": "^17.4.2", "magic-sdk": "^8.1.0", "rxjs": "^7.5.2" diff --git a/packages/mew/package.json b/packages/mew/package.json index a4bdb7f6c..a8ec98d92 100644 --- a/packages/mew/package.json +++ b/packages/mew/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/mew", - "version": "2.0.2-alpha.1", + "version": "2.0.2", "description": "MEW module for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -23,7 +23,7 @@ "@myetherwallet/mewconnect-web-client": "^2.2.0-beta.14" }, "dependencies": { - "@web3-onboard/common": "^2.1.2-alpha.2", + "@web3-onboard/common": "^2.1.2", "rxjs": "^7.5.2" } } diff --git a/packages/portis/package.json b/packages/portis/package.json index d254f97c0..17c3f00c2 100644 --- a/packages/portis/package.json +++ b/packages/portis/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/portis", - "version": "2.0.2-alpha.1", + "version": "2.0.2", "description": "Portis module for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -21,6 +21,6 @@ }, "dependencies": { "@portis/web3": "^4.0.6", - "@web3-onboard/common": "^2.1.2-alpha.2" + "@web3-onboard/common": "^2.1.2" } } diff --git a/packages/react/package.json b/packages/react/package.json index dbbcc2e6e..12cf2b91b 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/react", - "version": "2.2.0-alpha.5", + "version": "2.2.0", "description": "Collection of React Hooks for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -23,8 +23,8 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/core": "^2.3.0-alpha.4", - "@web3-onboard/common": "^2.1.2-alpha.2", + "@web3-onboard/core": "^2.3.0", + "@web3-onboard/common": "^2.1.2", "use-sync-external-store": "1.0.0" }, "peerDependencies": { diff --git a/packages/torus/package.json b/packages/torus/package.json index d4bb2db01..51567e94f 100644 --- a/packages/torus/package.json +++ b/packages/torus/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/torus", - "version": "2.0.3-alpha.1", + "version": "2.0.3", "description": "Torus module for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -21,6 +21,6 @@ }, "dependencies": { "@toruslabs/torus-embed": "^1.18.3", - "@web3-onboard/common": "^2.1.2-alpha.2" + "@web3-onboard/common": "^2.1.2" } } diff --git a/packages/trezor/package.json b/packages/trezor/package.json index 804c2111d..eba2bb3de 100644 --- a/packages/trezor/package.json +++ b/packages/trezor/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/trezor", - "version": "2.1.2-alpha.1", + "version": "2.1.2", "description": "Trezor module for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -22,7 +22,7 @@ "dependencies": { "@ethereumjs/tx": "^3.4.0", "@ethersproject/providers": "^5.5.0", - "@web3-onboard/common": "^2.1.2-alpha.2", + "@web3-onboard/common": "^2.1.2", "buffer": "^6.0.3", "eth-crypto": "^2.1.0", "ethereumjs-util": "^7.1.3", diff --git a/packages/vue/package.json b/packages/vue/package.json index ffb6c5734..25052d1f2 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/vue", - "version": "2.1.0-alpha.4", + "version": "2.1.0", "description": "Vue Composable for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -23,8 +23,8 @@ "dependencies": { "@vueuse/core": "^8.4.2", "@vueuse/rxjs": "^8.2.0", - "@web3-onboard/common": "^2.1.2-alpha.2", - "@web3-onboard/core": "^2.3.0-alpha.4", + "@web3-onboard/common": "^2.1.2", + "@web3-onboard/core": "^2.3.0", "vue-demi": "^0.12.4" }, "peerDependencies": { diff --git a/packages/walletconnect/package.json b/packages/walletconnect/package.json index 013705450..b819305f1 100644 --- a/packages/walletconnect/package.json +++ b/packages/walletconnect/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/walletconnect", - "version": "2.0.3-alpha.1", + "version": "2.0.3", "description": "WalletConnect module for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -23,7 +23,7 @@ "@ethersproject/providers": "^5.5.0", "@walletconnect/client": "^1.7.1", "@walletconnect/qrcode-modal": "^1.7.1", - "@web3-onboard/common": "^2.1.2-alpha.2", + "@web3-onboard/common": "^2.1.2", "rxjs": "^7.5.2" } } diff --git a/packages/web3auth/package.json b/packages/web3auth/package.json index daf3894a4..9953510ec 100644 --- a/packages/web3auth/package.json +++ b/packages/web3auth/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/web3auth", - "version": "2.0.1-alpha.2", + "version": "2.0.1", "description": "Web3Auth module for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -20,7 +20,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.1.2-alpha.2", + "@web3-onboard/common": "^2.1.2", "@web3auth/web3auth": "^1.0.0" } } diff --git a/yarn.lock b/yarn.lock index b83c82691..f588bee0e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2421,16 +2421,6 @@ dependencies: "@walletconnect/window-getters" "^1.0.0" -"@web3-onboard/common@^2.1.1": - version "2.1.1" - resolved "https://registry.yarnpkg.com/@web3-onboard/common/-/common-2.1.1.tgz#84cde2ad39581131a912aae064f0f41ef4f6843e" - integrity sha512-vkuBzW+0M+3a/2sP1m4P8BzzlPj9s5+I3wcccx8kIBW8TwQ6LejHR+k/i9pYHzQcBFHersyTWis6NeKwfOggyw== - dependencies: - "@ethereumjs/common" "2.6.2" - ethers "5.5.4" - joi "^17.4.2" - rxjs "^7.5.2" - "@web3auth/base-plugin@^1.0.1": version "1.0.1" resolved "https://registry.yarnpkg.com/@web3auth/base-plugin/-/base-plugin-1.0.1.tgz#1e2a87acf745299fdff6f92e6c46ee9bc38aa670" From c4d0ff985cb74fba402cf805b0daa61cd96e6c50 Mon Sep 17 00:00:00 2001 From: Aaron Barnard Date: Wed, 22 Jun 2022 13:07:35 +1000 Subject: [PATCH 03/17] Update to latest SDK for bugfix, modify to new API --- packages/core/package.json | 2 +- packages/core/src/services.ts | 10 +++++----- yarn.lock | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index c0f637ecb..f2d138f5f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -43,7 +43,7 @@ "dependencies": { "@web3-onboard/common": "^2.1.2", "bignumber.js": "^9.0.0", - "bnc-sdk": "^4.4.0", + "bnc-sdk": "^4.4.1", "bowser": "^2.11.0", "ethers": "5.5.3", "eventemitter3": "^4.0.7", diff --git a/packages/core/src/services.ts b/packages/core/src/services.ts index 5b86f27c7..05f7a8ac8 100644 --- a/packages/core/src/services.ts +++ b/packages/core/src/services.ts @@ -1,21 +1,21 @@ -import type { MultichainSDK } from 'bnc-sdk' +import type { MultiChain } from 'bnc-sdk' import { configuration } from './configuration' import { handleTransactionUpdates } from './notify' -let blocknativeSdk: MultichainSDK +let blocknativeSdk: MultiChain /** * * @returns SDK if apikey */ -export async function getBlocknativeSdk(): Promise { +export async function getBlocknativeSdk(): Promise { const { apiKey } = configuration if (!apiKey) return null if (!blocknativeSdk) { - const { MultichainSDK } = await import('bnc-sdk') - blocknativeSdk = new MultichainSDK({ + const { default: Blocknative } = await import('bnc-sdk') + blocknativeSdk = Blocknative.multichain({ apiKey: configuration.apiKey }) diff --git a/yarn.lock b/yarn.lock index f588bee0e..ad3a6faf5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3343,10 +3343,10 @@ bnb-javascript-sdk-nobroadcast@^2.16.14: uuid "^3.3.2" websocket-stream "^5.5.0" -bnc-sdk@^4.4.0: - version "4.4.0" - resolved "https://registry.yarnpkg.com/bnc-sdk/-/bnc-sdk-4.4.0.tgz#2468fbf64a51b8dc29c3ecb73eb76cd496c279c5" - integrity sha512-yx6Gve+UMB1HUaMwPtZpnmKEvkF/Md3npO6z5krtbdZxJdpm71II2d4GskmPOzZ/tXD7LymXpPVbbBsov+T+Yg== +bnc-sdk@^4.4.1: + version "4.4.1" + resolved "https://registry.yarnpkg.com/bnc-sdk/-/bnc-sdk-4.4.1.tgz#dc9dda2962eb28a5deafe8ac0f9305b63fa38ac4" + integrity sha512-S8urB7JPqTo+BGiAJJ9g7/NqMspzXXYhWlxFXOKy6YjyVEDBMqZ1j4aVLQaoPkaIPRV249wnu+tb4kuWbsKk3A== dependencies: crypto-es "^1.2.2" nanoid "^3.3.1" From 7436caf1d48086f4a7a34693d5febf58f0ec8b6b Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Tue, 28 Jun 2022 11:07:29 -0600 Subject: [PATCH 04/17] Update package versions --- package.json | 2 +- packages/coinbase/package.json | 4 ++-- packages/common/package.json | 2 +- packages/core/package.json | 4 ++-- packages/dcent/package.json | 4 ++-- packages/demo/package.json | 30 ++++++++++++++--------------- packages/fortmatic/package.json | 4 ++-- packages/gnosis/package.json | 4 ++-- packages/injected/package.json | 4 ++-- packages/keepkey/package.json | 4 ++-- packages/keystone/package.json | 4 ++-- packages/ledger/package.json | 4 ++-- packages/magic/package.json | 4 ++-- packages/mew/package.json | 4 ++-- packages/portis/package.json | 4 ++-- packages/react/package.json | 6 +++--- packages/torus/package.json | 4 ++-- packages/trezor/package.json | 4 ++-- packages/vue/package.json | 6 +++--- packages/walletconnect/package.json | 4 ++-- packages/walletlink/package.json | 4 ++-- packages/web3auth/package.json | 4 ++-- 22 files changed, 57 insertions(+), 57 deletions(-) diff --git a/package.json b/package.json index 824fad638..e0d28453f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web3-onboard-monorepo", - "version": "2.1.0", + "version": "2.1.1", "private": true, "workspaces": [ "./packages/*" diff --git a/packages/coinbase/package.json b/packages/coinbase/package.json index 4171f0483..68c3138d1 100644 --- a/packages/coinbase/package.json +++ b/packages/coinbase/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/coinbase", - "version": "2.0.6-alpha.2", + "version": "2.0.6", "description": "Coinbase Wallet module for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -21,6 +21,6 @@ }, "dependencies": { "@coinbase/wallet-sdk": "^3.0.5", - "@web3-onboard/common": "^2.1.3-alpha.2" + "@web3-onboard/common": "^2.1.3" } } diff --git a/packages/common/package.json b/packages/common/package.json index dae2bb704..525a1d8f0 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/common", - "version": "2.1.3-alpha.2", + "version": "2.1.3", "scripts": { "build": "rollup -c", "dev": "rollup -c -w", diff --git a/packages/core/package.json b/packages/core/package.json index 813b33aba..5651b107a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/core", - "version": "2.3.1-alpha.4", + "version": "2.3.1", "scripts": { "build": "rollup -c", "dev": "rollup -c -w", @@ -41,7 +41,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.1.3-alpha.2", + "@web3-onboard/common": "^2.1.3", "bignumber.js": "^9.0.0", "bnc-sdk": "^4.4.1", "bowser": "^2.11.0", diff --git a/packages/dcent/package.json b/packages/dcent/package.json index 6d296f879..743361caf 100644 --- a/packages/dcent/package.json +++ b/packages/dcent/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/dcent", - "version": "2.0.3-alpha.2", + "version": "2.0.3", "description": "D'CENT module for web3-onboard", "module": "dist/index.js", "typings": "dist/index.d.ts", @@ -18,7 +18,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.1.3-alpha.2", + "@web3-onboard/common": "^2.1.3", "@ethereumjs/common": "^2.6.1", "@ethereumjs/tx": "^3.4.0", "@ethersproject/providers": "^5.5.0", diff --git a/packages/demo/package.json b/packages/demo/package.json index e0212146c..9c80a9074 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -22,21 +22,21 @@ "webpack-dev-server": "4.7.4" }, "dependencies": { - "@web3-onboard/coinbase": "^2.0.6-alpha.1", - "@web3-onboard/core": "^2.3.1-alpha.3", - "@web3-onboard/dcent": "^2.0.3-alpha.1", - "@web3-onboard/fortmatic": "^2.0.5-alpha.1", - "@web3-onboard/gnosis": "^2.0.4-alpha.1", - "@web3-onboard/injected-wallets": "^2.0.11-alpha.1", - "@web3-onboard/keepkey": "^2.1.3-alpha.1", - "@web3-onboard/keystone": "^2.1.4-alpha.1", - "@web3-onboard/ledger": "^2.1.3-alpha.1", - "@web3-onboard/magic": "^2.0.6-alpha.1", - "@web3-onboard/portis": "^2.0.3-alpha.1", - "@web3-onboard/torus": "^2.0.4-alpha.1", - "@web3-onboard/trezor": "^2.1.3-alpha.1", - "@web3-onboard/walletconnect": "^2.0.4-alpha.2", - "@web3-onboard/web3auth": "^2.0.2-alpha.1", + "@web3-onboard/coinbase": "^2.0.6", + "@web3-onboard/core": "^2.3.1", + "@web3-onboard/dcent": "^2.0.3", + "@web3-onboard/fortmatic": "^2.0.5", + "@web3-onboard/gnosis": "^2.0.4", + "@web3-onboard/injected-wallets": "^2.0.11", + "@web3-onboard/keepkey": "^2.1.3", + "@web3-onboard/keystone": "^2.1.4", + "@web3-onboard/ledger": "^2.1.3", + "@web3-onboard/magic": "^2.0.6", + "@web3-onboard/portis": "^2.0.3", + "@web3-onboard/torus": "^2.0.4", + "@web3-onboard/trezor": "^2.1.3", + "@web3-onboard/walletconnect": "^2.0.4", + "@web3-onboard/web3auth": "^2.0.2", "vconsole": "^3.9.5" }, "license": "MIT", diff --git a/packages/fortmatic/package.json b/packages/fortmatic/package.json index 8b7cf1d5a..5af47bb59 100644 --- a/packages/fortmatic/package.json +++ b/packages/fortmatic/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/fortmatic", - "version": "2.0.5-alpha.2", + "version": "2.0.5", "description": "Fortmatic module for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -20,7 +20,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.1.3-alpha.2", + "@web3-onboard/common": "^2.1.3", "fortmatic": "^2.2.1" } } diff --git a/packages/gnosis/package.json b/packages/gnosis/package.json index 58f3b8e10..77f62a4f7 100644 --- a/packages/gnosis/package.json +++ b/packages/gnosis/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/gnosis", - "version": "2.0.4-alpha.2", + "version": "2.0.4", "description": "Gnosis module for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -23,6 +23,6 @@ "dependencies": { "@gnosis.pm/safe-apps-provider": "^0.9.2", "@gnosis.pm/safe-apps-sdk": "^6.1.1", - "@web3-onboard/common": "^2.1.3-alpha.2" + "@web3-onboard/common": "^2.1.3" } } diff --git a/packages/injected/package.json b/packages/injected/package.json index 170e9f0ed..8ffc6dbef 100644 --- a/packages/injected/package.json +++ b/packages/injected/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/injected-wallets", - "version": "2.0.11-alpha.2", + "version": "2.0.11", "description": "Injected wallets module for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -25,7 +25,7 @@ "window": "^4.2.7" }, "dependencies": { - "@web3-onboard/common": "^2.1.3-alpha.2", + "@web3-onboard/common": "^2.1.3", "joi": "^17.4.2", "lodash.uniqby": "^4.7.0" } diff --git a/packages/keepkey/package.json b/packages/keepkey/package.json index cc59bb966..41c931e1d 100644 --- a/packages/keepkey/package.json +++ b/packages/keepkey/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/keepkey", - "version": "2.1.3-alpha.2", + "version": "2.1.3", "description": "KeepKey module for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -27,7 +27,7 @@ "@ethersproject/providers": "^5.5.0", "@shapeshiftoss/hdwallet-core": "^1.15.2", "@shapeshiftoss/hdwallet-keepkey-webusb": "^1.15.2", - "@web3-onboard/common": "^2.1.3-alpha.2", + "@web3-onboard/common": "^2.1.3", "ethereumjs-util": "^7.1.3" } } diff --git a/packages/keystone/package.json b/packages/keystone/package.json index 9f288d353..400e535f0 100644 --- a/packages/keystone/package.json +++ b/packages/keystone/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/keystone", - "version": "2.1.4-alpha.2", + "version": "2.1.4", "description": "Keystone module for web3-onboard", "module": "dist/index.js", "typings": "dist/index.d.ts", @@ -21,6 +21,6 @@ "@ethereumjs/tx": "^3.4.0", "@ethersproject/providers": "^5.5.0", "@keystonehq/eth-keyring": "^0.14.0-alpha.10.3", - "@web3-onboard/common": "^2.1.3-alpha.2" + "@web3-onboard/common": "^2.1.3" } } diff --git a/packages/ledger/package.json b/packages/ledger/package.json index fc38cb020..43a0e391f 100644 --- a/packages/ledger/package.json +++ b/packages/ledger/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/ledger", - "version": "2.1.3-alpha.2", + "version": "2.1.3", "description": "Ledger module for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -27,7 +27,7 @@ "@ledgerhq/hw-transport-u2f": "^5.36.0-deprecated", "@ledgerhq/hw-transport-webusb": "^6.19.0", "@metamask/eth-sig-util": "^4.0.0", - "@web3-onboard/common": "^2.1.3-alpha.2", + "@web3-onboard/common": "^2.1.3", "buffer": "^6.0.3", "ethereumjs-util": "^7.1.3" } diff --git a/packages/magic/package.json b/packages/magic/package.json index 466dfb797..04013b4bf 100644 --- a/packages/magic/package.json +++ b/packages/magic/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/magic", - "version": "2.0.6-alpha.2", + "version": "2.0.6", "description": "Magic module for Onboard.js", "scripts": { "build": "rollup -c", @@ -42,7 +42,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.1.3-alpha.2", + "@web3-onboard/common": "^2.1.3", "joi": "^17.4.2", "magic-sdk": "^8.1.0", "rxjs": "^7.5.2" diff --git a/packages/mew/package.json b/packages/mew/package.json index 3052d7402..1a361327e 100644 --- a/packages/mew/package.json +++ b/packages/mew/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/mew", - "version": "2.0.3-alpha.2", + "version": "2.0.3", "description": "MEW module for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -23,7 +23,7 @@ "@myetherwallet/mewconnect-web-client": "^2.2.0-beta.14" }, "dependencies": { - "@web3-onboard/common": "^2.1.3-alpha.2", + "@web3-onboard/common": "^2.1.3", "rxjs": "^7.5.2" } } diff --git a/packages/portis/package.json b/packages/portis/package.json index 1777d50bb..743a9a026 100644 --- a/packages/portis/package.json +++ b/packages/portis/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/portis", - "version": "2.0.3-alpha.2", + "version": "2.0.3", "description": "Portis module for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -21,6 +21,6 @@ }, "dependencies": { "@portis/web3": "^4.0.6", - "@web3-onboard/common": "^2.1.3-alpha.2" + "@web3-onboard/common": "^2.1.3" } } diff --git a/packages/react/package.json b/packages/react/package.json index 51f2c94e8..af3b37a8e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/react", - "version": "2.2.1-alpha.4", + "version": "2.2.1", "description": "Collection of React Hooks for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -23,8 +23,8 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/core": "^2.3.1-alpha.4", - "@web3-onboard/common": "^2.1.3-alpha.2", + "@web3-onboard/core": "^2.3.1", + "@web3-onboard/common": "^2.1.3", "use-sync-external-store": "1.0.0" }, "peerDependencies": { diff --git a/packages/torus/package.json b/packages/torus/package.json index c33fa335f..e560a9b83 100644 --- a/packages/torus/package.json +++ b/packages/torus/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/torus", - "version": "2.0.4-alpha.2", + "version": "2.0.4", "description": "Torus module for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -21,6 +21,6 @@ }, "dependencies": { "@toruslabs/torus-embed": "^1.18.3", - "@web3-onboard/common": "^2.1.3-alpha.2" + "@web3-onboard/common": "^2.1.3" } } diff --git a/packages/trezor/package.json b/packages/trezor/package.json index 1a17c1a4d..26a7dc084 100644 --- a/packages/trezor/package.json +++ b/packages/trezor/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/trezor", - "version": "2.1.3-alpha.2", + "version": "2.1.3", "description": "Trezor module for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -22,7 +22,7 @@ "dependencies": { "@ethereumjs/tx": "^3.4.0", "@ethersproject/providers": "^5.5.0", - "@web3-onboard/common": "^2.1.3-alpha.2", + "@web3-onboard/common": "^2.1.3", "buffer": "^6.0.3", "eth-crypto": "^2.1.0", "ethereumjs-util": "^7.1.3", diff --git a/packages/vue/package.json b/packages/vue/package.json index a9468bd63..401103274 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/vue", - "version": "2.1.1-alpha.3", + "version": "2.1.1", "description": "Vue Composable for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -23,8 +23,8 @@ "dependencies": { "@vueuse/core": "^8.4.2", "@vueuse/rxjs": "^8.2.0", - "@web3-onboard/common": "^2.1.3-alpha.2", - "@web3-onboard/core": "^2.3.1-alpha.4", + "@web3-onboard/common": "^2.1.3", + "@web3-onboard/core": "^2.3.1", "vue-demi": "^0.12.4" }, "peerDependencies": { diff --git a/packages/walletconnect/package.json b/packages/walletconnect/package.json index b9d018d25..e9fc63938 100644 --- a/packages/walletconnect/package.json +++ b/packages/walletconnect/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/walletconnect", - "version": "2.0.4-alpha.2", + "version": "2.0.4", "description": "WalletConnect module for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -23,7 +23,7 @@ "@ethersproject/providers": "^5.5.0", "@walletconnect/client": "^1.7.1", "@walletconnect/qrcode-modal": "^1.7.1", - "@web3-onboard/common": "^2.1.3-alpha.2", + "@web3-onboard/common": "^2.1.3", "rxjs": "^7.5.2" } } diff --git a/packages/walletlink/package.json b/packages/walletlink/package.json index 35c492188..78bb252e1 100644 --- a/packages/walletlink/package.json +++ b/packages/walletlink/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/walletlink", - "version": "2.0.3-alpha.2", + "version": "2.0.3", "description": "WalletLink module for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -20,7 +20,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.1.3-alpha.2", + "@web3-onboard/common": "^2.1.3", "walletlink": "^2.5.0" } } diff --git a/packages/web3auth/package.json b/packages/web3auth/package.json index b90ae344b..005e11422 100644 --- a/packages/web3auth/package.json +++ b/packages/web3auth/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/web3auth", - "version": "2.0.2-alpha.2", + "version": "2.0.2", "description": "Web3Auth module for web3-onboard", "module": "dist/index.js", "browser": "dist/index.js", @@ -20,7 +20,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.1.3-alpha.2", + "@web3-onboard/common": "^2.1.3", "@web3auth/web3auth": "^1.0.0" } } From 85ec0b87365775e47cbd5164a199768b2919047e Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Tue, 28 Jun 2022 12:31:50 -0600 Subject: [PATCH 05/17] Update .github/ISSUE_TEMPLATE/BUG.yml Co-authored-by: Taylor Dawson --- .github/ISSUE_TEMPLATE/BUG.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG.yml b/.github/ISSUE_TEMPLATE/BUG.yml index 80ad0afff..639ffb678 100644 --- a/.github/ISSUE_TEMPLATE/BUG.yml +++ b/.github/ISSUE_TEMPLATE/BUG.yml @@ -115,5 +115,5 @@ body: label: Sanity Check description: Sanity check to ensure that issue has been properly filled out to reduce friction for all involved parties. options: - - label: If this is a build issue, I have included my build config. If this is a runtime issues, I have included reproduction steps and/or a [Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example). + - label: If this is a build issue, I have included my build config. If this is a runtime issue, I have included reproduction steps and/or a [Minimal, Reproducible Example](https://stackoverflow.com/help/minimal-reproducible-example). required: true From 26fadd966ce842b62d75c380e2e0e4f870c3cc7b Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Tue, 28 Jun 2022 13:34:18 -0600 Subject: [PATCH 06/17] Bump monorepo version to minor instead of patch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e0d28453f..1ad8867b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web3-onboard-monorepo", - "version": "2.1.1", + "version": "2.2.0", "private": true, "workspaces": [ "./packages/*" From 62a1dcfc26aa99c60288b54d030e33674430dcd8 Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Thu, 30 Jun 2022 12:18:31 -0600 Subject: [PATCH 07/17] Bump versions for release --- package.json | 2 +- packages/coinbase/package.json | 4 ++-- packages/common/package.json | 2 +- packages/core/package.json | 4 ++-- packages/dcent/package.json | 4 ++-- packages/demo/package.json | 2 +- packages/fortmatic/package.json | 4 ++-- packages/gnosis/package.json | 4 ++-- packages/injected/package.json | 4 ++-- packages/keepkey/package.json | 4 ++-- packages/keystone/package.json | 4 ++-- packages/ledger/package.json | 4 ++-- packages/magic/package.json | 4 ++-- packages/mew/package.json | 4 ++-- packages/portis/package.json | 4 ++-- packages/react/package.json | 6 +++--- packages/torus/package.json | 4 ++-- packages/trezor/package.json | 4 ++-- packages/vue/package.json | 6 +++--- packages/walletconnect/package.json | 4 ++-- packages/walletlink/package.json | 4 ++-- packages/web3auth/package.json | 4 ++-- 22 files changed, 43 insertions(+), 43 deletions(-) diff --git a/package.json b/package.json index 1ad8867b0..57c1bbdbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web3-onboard-monorepo", - "version": "2.2.0", + "version": "2.3.0", "private": true, "workspaces": [ "./packages/*" diff --git a/packages/coinbase/package.json b/packages/coinbase/package.json index 21e814772..3028dac62 100644 --- a/packages/coinbase/package.json +++ b/packages/coinbase/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/coinbase", - "version": "2.0.7-alpha.1", + "version": "2.0.7", "description": "Coinbase Wallet module for web3-onboard", "repository": "blocknative/web3-onboard", "module": "dist/index.js", @@ -22,6 +22,6 @@ }, "dependencies": { "@coinbase/wallet-sdk": "^3.0.5", - "@web3-onboard/common": "^2.1.4-alpha.1" + "@web3-onboard/common": "^2.1.4" } } diff --git a/packages/common/package.json b/packages/common/package.json index 61776ef72..ac0346e99 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/common", - "version": "2.1.4-alpha.1", + "version": "2.1.4", "repository": "blocknative/web3-onboard", "scripts": { "build": "rollup -c", diff --git a/packages/core/package.json b/packages/core/package.json index 2e7046f29..18bc413c2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/core", - "version": "2.3.2-alpha.4", + "version": "2.3.2", "repository": "blocknative/web3-onboard", "scripts": { "build": "rollup -c", @@ -42,7 +42,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.1.4-alpha.1", + "@web3-onboard/common": "^2.1.4", "bignumber.js": "^9.0.0", "bnc-sdk": "^4.4.1", "bowser": "^2.11.0", diff --git a/packages/dcent/package.json b/packages/dcent/package.json index 20479d9a2..1e5264e25 100644 --- a/packages/dcent/package.json +++ b/packages/dcent/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/dcent", - "version": "2.0.4-alpha.1", + "version": "2.0.4", "description": "D'CENT module for web3-onboard", "repository": "blocknative/web3-onboard", "module": "dist/index.js", @@ -19,7 +19,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.1.4-alpha.1", + "@web3-onboard/common": "^2.1.4", "@ethereumjs/common": "^2.6.1", "@ethereumjs/tx": "^3.4.0", "@ethersproject/providers": "^5.5.0", diff --git a/packages/demo/package.json b/packages/demo/package.json index 2aa06c281..4ee32d42b 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@web3-onboard/coinbase": "^2.0.6", - "@web3-onboard/core": "^2.3.2-alpha.2", + "@web3-onboard/core": "^2.3.2", "@web3-onboard/dcent": "^2.0.3", "@web3-onboard/fortmatic": "^2.0.5", "@web3-onboard/gnosis": "^2.0.4", diff --git a/packages/fortmatic/package.json b/packages/fortmatic/package.json index f854305d6..a4a482d1c 100644 --- a/packages/fortmatic/package.json +++ b/packages/fortmatic/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/fortmatic", - "version": "2.0.6-alpha.1", + "version": "2.0.6", "description": "Fortmatic module for web3-onboard", "repository": "blocknative/web3-onboard", "module": "dist/index.js", @@ -21,7 +21,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.1.4-alpha.1", + "@web3-onboard/common": "^2.1.4", "fortmatic": "^2.2.1" } } diff --git a/packages/gnosis/package.json b/packages/gnosis/package.json index a3bc4cf39..7dcd7f5d4 100644 --- a/packages/gnosis/package.json +++ b/packages/gnosis/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/gnosis", - "version": "2.0.5-alpha.1", + "version": "2.0.5", "description": "Gnosis module for web3-onboard", "repository": "blocknative/web3-onboard", "module": "dist/index.js", @@ -24,6 +24,6 @@ "dependencies": { "@gnosis.pm/safe-apps-provider": "^0.9.2", "@gnosis.pm/safe-apps-sdk": "^6.1.1", - "@web3-onboard/common": "^2.1.4-alpha.1" + "@web3-onboard/common": "^2.1.4" } } diff --git a/packages/injected/package.json b/packages/injected/package.json index 7075ad48a..c07474b84 100644 --- a/packages/injected/package.json +++ b/packages/injected/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/injected-wallets", - "version": "2.0.12-alpha.2", + "version": "2.0.12", "description": "Injected wallets module for web3-onboard", "repository": "blocknative/web3-onboard", "module": "dist/index.js", @@ -26,7 +26,7 @@ "window": "^4.2.7" }, "dependencies": { - "@web3-onboard/common": "^2.1.4-alpha.1", + "@web3-onboard/common": "^2.1.4", "joi": "^17.4.2", "lodash.uniqby": "^4.7.0" } diff --git a/packages/keepkey/package.json b/packages/keepkey/package.json index 0a405a802..12acda501 100644 --- a/packages/keepkey/package.json +++ b/packages/keepkey/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/keepkey", - "version": "2.1.4-alpha.1", + "version": "2.1.4", "description": "KeepKey module for web3-onboard", "repository": "blocknative/web3-onboard", "module": "dist/index.js", @@ -28,7 +28,7 @@ "@ethersproject/providers": "^5.5.0", "@shapeshiftoss/hdwallet-core": "^1.15.2", "@shapeshiftoss/hdwallet-keepkey-webusb": "^1.15.2", - "@web3-onboard/common": "^2.1.4-alpha.1", + "@web3-onboard/common": "^2.1.4", "ethereumjs-util": "^7.1.3" } } diff --git a/packages/keystone/package.json b/packages/keystone/package.json index 51ad173e9..ea6144e24 100644 --- a/packages/keystone/package.json +++ b/packages/keystone/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/keystone", - "version": "2.1.5-alpha.1", + "version": "2.1.5", "description": "Keystone module for web3-onboard", "repository": "blocknative/web3-onboard", "module": "dist/index.js", @@ -22,6 +22,6 @@ "@ethereumjs/tx": "^3.4.0", "@ethersproject/providers": "^5.5.0", "@keystonehq/eth-keyring": "^0.14.0-alpha.10.3", - "@web3-onboard/common": "^2.1.4-alpha.1" + "@web3-onboard/common": "^2.1.4" } } diff --git a/packages/ledger/package.json b/packages/ledger/package.json index b9ee2066b..05235e616 100644 --- a/packages/ledger/package.json +++ b/packages/ledger/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/ledger", - "version": "2.1.4-alpha.1", + "version": "2.1.4", "description": "Ledger module for web3-onboard", "repository": "blocknative/web3-onboard", "module": "dist/index.js", @@ -28,7 +28,7 @@ "@ledgerhq/hw-transport-u2f": "^5.36.0-deprecated", "@ledgerhq/hw-transport-webusb": "^6.19.0", "@metamask/eth-sig-util": "^4.0.0", - "@web3-onboard/common": "^2.1.4-alpha.1", + "@web3-onboard/common": "^2.1.4", "buffer": "^6.0.3", "ethereumjs-util": "^7.1.3" } diff --git a/packages/magic/package.json b/packages/magic/package.json index 77c404393..ce2010766 100644 --- a/packages/magic/package.json +++ b/packages/magic/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/magic", - "version": "2.0.7-alpha.1", + "version": "2.0.7", "description": "Magic module for Onboard.js", "repository": "blocknative/web3-onboard", "scripts": { @@ -43,7 +43,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.1.4-alpha.1", + "@web3-onboard/common": "^2.1.4", "joi": "^17.4.2", "magic-sdk": "^8.1.0", "rxjs": "^7.5.2" diff --git a/packages/mew/package.json b/packages/mew/package.json index 0e6990200..ac24511ae 100644 --- a/packages/mew/package.json +++ b/packages/mew/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/mew", - "version": "2.0.3-alpha.2", + "version": "2.0.3", "description": "MEW module for web3-onboard", "repository": "blocknative/web3-onboard", "module": "dist/index.js", @@ -24,7 +24,7 @@ "@myetherwallet/mewconnect-web-client": "^2.2.0-beta.14" }, "dependencies": { - "@web3-onboard/common": "^2.1.4-alpha.1", + "@web3-onboard/common": "^2.1.4", "rxjs": "^7.5.2" } } diff --git a/packages/portis/package.json b/packages/portis/package.json index 1ec2d002b..5cff6e448 100644 --- a/packages/portis/package.json +++ b/packages/portis/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/portis", - "version": "2.0.4-alpha.1", + "version": "2.0.4", "description": "Portis module for web3-onboard", "repository": "blocknative/web3-onboard", "module": "dist/index.js", @@ -22,6 +22,6 @@ }, "dependencies": { "@portis/web3": "^4.0.6", - "@web3-onboard/common": "^2.1.4-alpha.1" + "@web3-onboard/common": "^2.1.4" } } diff --git a/packages/react/package.json b/packages/react/package.json index 382f9b7de..57cd12bd7 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/react", - "version": "2.2.2-alpha.2", + "version": "2.2.2", "description": "Collection of React Hooks for web3-onboard", "repository": "blocknative/web3-onboard", "module": "dist/index.js", @@ -24,8 +24,8 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/core": "^2.3.2-alpha.3", - "@web3-onboard/common": "^2.1.4-alpha.1", + "@web3-onboard/core": "^2.3.2", + "@web3-onboard/common": "^2.1.4", "use-sync-external-store": "1.0.0" }, "peerDependencies": { diff --git a/packages/torus/package.json b/packages/torus/package.json index 37f177c26..52deded3c 100644 --- a/packages/torus/package.json +++ b/packages/torus/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/torus", - "version": "2.0.5-alpha.1", + "version": "2.0.5", "description": "Torus module for web3-onboard", "repository": "blocknative/web3-onboard", "module": "dist/index.js", @@ -22,6 +22,6 @@ }, "dependencies": { "@toruslabs/torus-embed": "^1.18.3", - "@web3-onboard/common": "^2.1.4-alpha.1" + "@web3-onboard/common": "^2.1.4" } } diff --git a/packages/trezor/package.json b/packages/trezor/package.json index 410928e03..f02f2c602 100644 --- a/packages/trezor/package.json +++ b/packages/trezor/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/trezor", - "version": "2.1.4-alpha.1", + "version": "2.1.4", "description": "Trezor module for web3-onboard", "repository": "blocknative/web3-onboard", "module": "dist/index.js", @@ -23,7 +23,7 @@ "dependencies": { "@ethereumjs/tx": "^3.4.0", "@ethersproject/providers": "^5.5.0", - "@web3-onboard/common": "^2.1.4-alpha.1", + "@web3-onboard/common": "^2.1.4", "buffer": "^6.0.3", "eth-crypto": "^2.1.0", "ethereumjs-util": "^7.1.3", diff --git a/packages/vue/package.json b/packages/vue/package.json index 9c330fffb..d77b24f17 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/vue", - "version": "2.1.2-alpha.2", + "version": "2.1.2", "description": "Vue Composable for web3-onboard", "repository": "blocknative/web3-onboard", "module": "dist/index.js", @@ -24,8 +24,8 @@ "dependencies": { "@vueuse/core": "^8.4.2", "@vueuse/rxjs": "^8.2.0", - "@web3-onboard/common": "^2.1.4-alpha.1", - "@web3-onboard/core": "^2.3.2-alpha.3", + "@web3-onboard/common": "^2.1.4", + "@web3-onboard/core": "^2.3.2", "vue-demi": "^0.12.4" }, "peerDependencies": { diff --git a/packages/walletconnect/package.json b/packages/walletconnect/package.json index 5a4aabdf4..0230c975b 100644 --- a/packages/walletconnect/package.json +++ b/packages/walletconnect/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/walletconnect", - "version": "2.0.5-alpha.1", + "version": "2.0.5", "description": "WalletConnect module for web3-onboard", "repository": "blocknative/web3-onboard", "module": "dist/index.js", @@ -24,7 +24,7 @@ "@ethersproject/providers": "^5.5.0", "@walletconnect/client": "^1.7.1", "@walletconnect/qrcode-modal": "^1.7.1", - "@web3-onboard/common": "^2.1.4-alpha.1", + "@web3-onboard/common": "^2.1.4", "rxjs": "^7.5.2" } } diff --git a/packages/walletlink/package.json b/packages/walletlink/package.json index 892b55aa9..7659e362c 100644 --- a/packages/walletlink/package.json +++ b/packages/walletlink/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/walletlink", - "version": "2.0.4-alpha.1", + "version": "2.0.4", "description": "WalletLink module for web3-onboard", "repository": "blocknative/web3-onboard", "module": "dist/index.js", @@ -21,7 +21,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.1.4-alpha.1", + "@web3-onboard/common": "^2.1.4", "walletlink": "^2.5.0" } } diff --git a/packages/web3auth/package.json b/packages/web3auth/package.json index 805d61dd6..a68b79b2f 100644 --- a/packages/web3auth/package.json +++ b/packages/web3auth/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/web3auth", - "version": "2.0.3-alpha.1", + "version": "2.0.3", "description": "Web3Auth module for web3-onboard", "repository": "blocknative/web3-onboard", "module": "dist/index.js", @@ -21,7 +21,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.1.4-alpha.1", + "@web3-onboard/common": "^2.1.4", "@web3auth/web3auth": "^1.0.0" } } From 7b0015bbefbaa49c02bf422d8fb62658220a5510 Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Thu, 30 Jun 2022 14:41:37 -0600 Subject: [PATCH 08/17] Bumpm demo versions --- packages/demo/package.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/demo/package.json b/packages/demo/package.json index 4ee32d42b..cec2a2c0f 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -22,21 +22,21 @@ "webpack-dev-server": "4.7.4" }, "dependencies": { - "@web3-onboard/coinbase": "^2.0.6", + "@web3-onboard/coinbase": "^2.0.7", "@web3-onboard/core": "^2.3.2", - "@web3-onboard/dcent": "^2.0.3", - "@web3-onboard/fortmatic": "^2.0.5", - "@web3-onboard/gnosis": "^2.0.4", - "@web3-onboard/injected-wallets": "^2.0.11", - "@web3-onboard/keepkey": "^2.1.3", - "@web3-onboard/keystone": "^2.1.4", - "@web3-onboard/ledger": "^2.1.3", - "@web3-onboard/magic": "^2.0.6", - "@web3-onboard/portis": "^2.0.3", - "@web3-onboard/torus": "^2.0.4", - "@web3-onboard/trezor": "^2.1.3", - "@web3-onboard/walletconnect": "^2.0.4", - "@web3-onboard/web3auth": "^2.0.2", + "@web3-onboard/dcent": "^2.0.6", + "@web3-onboard/fortmatic": "^2.0.6", + "@web3-onboard/gnosis": "^2.0.5", + "@web3-onboard/injected-wallets": "^2.0.12", + "@web3-onboard/keepkey": "^2.1.4", + "@web3-onboard/keystone": "^2.1.5", + "@web3-onboard/ledger": "^2.1.4", + "@web3-onboard/magic": "^2.0.7", + "@web3-onboard/portis": "^2.0.4", + "@web3-onboard/torus": "^2.0.5", + "@web3-onboard/trezor": "^2.1.4", + "@web3-onboard/walletconnect": "^2.0.5", + "@web3-onboard/web3auth": "^2.0.3", "vconsole": "^3.9.5" }, "license": "MIT", From 93b41806ff59f4a2f99c732f387de1e120ed5bb7 Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Thu, 30 Jun 2022 14:45:32 -0600 Subject: [PATCH 09/17] bump mew version --- packages/mew/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mew/package.json b/packages/mew/package.json index ac24511ae..aeed67174 100644 --- a/packages/mew/package.json +++ b/packages/mew/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/mew", - "version": "2.0.3", + "version": "2.0.4", "description": "MEW module for web3-onboard", "repository": "blocknative/web3-onboard", "module": "dist/index.js", From e86904138ecaddb815af2bd22a08b74120ee13dc Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Fri, 1 Jul 2022 08:35:08 -0600 Subject: [PATCH 10/17] Update naming --- packages/core/src/views/Index.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/core/src/views/Index.svelte b/packages/core/src/views/Index.svelte index dcdca9865..580269ded 100644 --- a/packages/core/src/views/Index.svelte +++ b/packages/core/src/views/Index.svelte @@ -34,7 +34,7 @@ $notify$.enabled && $notify$.position === $accountCenter$.position - $: samePositionMobile = + $: samePositionOrMobile = device.type === 'mobile' || $accountCenter$.position === $notify$.position $: sharedMobileContainerCheck = @@ -339,7 +339,7 @@ ? 'padding-top:0;' : ''} " > - {#if $notify$.position.includes('bottom') && $accountCenter$.position.includes('bottom') && samePositionMobile} + {#if $notify$.position.includes('bottom') && $accountCenter$.position.includes('bottom') && samePositionOrMobile} - {#if $notify$.position.includes('top') && $accountCenter$.position.includes('top') && samePositionMobile} + {#if $notify$.position.includes('top') && $accountCenter$.position.includes('top') && samePositionOrMobile} Date: Fri, 1 Jul 2022 09:02:41 -0600 Subject: [PATCH 11/17] cleanup notify disabled logic --- packages/core/src/index.ts | 34 ++++++++++++++++++++++++---- packages/core/src/views/Index.svelte | 7 +++--- 2 files changed, 33 insertions(+), 8 deletions(-) diff --git a/packages/core/src/index.ts b/packages/core/src/index.ts index ede76737c..e29442eff 100644 --- a/packages/core/src/index.ts +++ b/packages/core/src/index.ts @@ -4,7 +4,11 @@ import disconnectWallet from './disconnect' import setChain from './chain' import { state } from './store' import { reset$ } from './streams' -import { validateInitOptions, validateNotify, validateNotifyOptions } from './validation' +import { + validateInitOptions, + validateNotify, + validateNotifyOptions +} from './validation' import initI18N from './i18n' import App from './views/Index.svelte' import type { InitOptions, OnboardAPI, Notify } from './types' @@ -106,11 +110,11 @@ function init(options: InitOptions): OnboardAPI { if (typeof notify !== 'undefined') { if ('desktop' in notify || 'mobile' in notify) { const error = validateNotifyOptions(notify) - + if (error) { throw error } - + if ( (!notify.desktop || (notify.desktop && !notify.desktop.position)) && accountCenter && @@ -128,6 +132,7 @@ function init(options: InitOptions): OnboardAPI { notify.mobile.position = accountCenter.mobile.position } let notifyUpdate: Partial + if (device.type === 'mobile' && notify.mobile) { notifyUpdate = { ...APP_INITIAL_STATE.notify, @@ -139,15 +144,34 @@ function init(options: InitOptions): OnboardAPI { ...notify.desktop } } + if (!apiKey || !notifyUpdate.enabled) { + notifyUpdate.enabled = false + } updateNotify(notifyUpdate) } else { const error = validateNotify(notify as Notify) - + if (error) { throw error } - updateNotify(notify as Notify) + const notifyUpdate: Partial = { + ...APP_INITIAL_STATE.notify, + ...notify + } + + if (!apiKey || !notifyUpdate.enabled) { + notifyUpdate.enabled = false + } + console.log(notifyUpdate) + updateNotify(notifyUpdate) + } + } else { + const notifyUpdate: Partial = APP_INITIAL_STATE.notify + + if (!apiKey) { + notifyUpdate.enabled = false } + updateNotify(notifyUpdate) } if (svelteInstance) { diff --git a/packages/core/src/views/Index.svelte b/packages/core/src/views/Index.svelte index 580269ded..2b1dedbdb 100644 --- a/packages/core/src/views/Index.svelte +++ b/packages/core/src/views/Index.svelte @@ -8,6 +8,9 @@ import AccountCenter from './account-center/Index.svelte' import Notify from './notify/Index.svelte' import { configuration } from '../configuration' +import type { Observable } from 'rxjs'; +import type { Notification } from '../types' + const { device } = configuration const accountCenter$ = state @@ -18,9 +21,7 @@ .select('notify') .pipe(startWith(state.get().notify), shareReplay(1)) - const notifications$ = $notify$.enabled - ? state.select('notifications').pipe(startWith(state.get().notifications)) - : null + const notifications$: Observable = state.select('notifications').pipe(startWith(state.get().notifications)) const positioningDefaults = { topLeft: 'top: 0; left: 0;', From 5c29be690d43d3387eba1af12b9ad6520c7588f6 Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Fri, 1 Jul 2022 09:04:12 -0600 Subject: [PATCH 12/17] Prettier formatting --- packages/core/src/views/Index.svelte | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/packages/core/src/views/Index.svelte b/packages/core/src/views/Index.svelte index 2b1dedbdb..709873e48 100644 --- a/packages/core/src/views/Index.svelte +++ b/packages/core/src/views/Index.svelte @@ -8,9 +8,8 @@ import AccountCenter from './account-center/Index.svelte' import Notify from './notify/Index.svelte' import { configuration } from '../configuration' -import type { Observable } from 'rxjs'; -import type { Notification } from '../types' - + import type { Observable } from 'rxjs' + import type { Notification } from '../types' const { device } = configuration const accountCenter$ = state @@ -21,7 +20,9 @@ import type { Notification } from '../types' .select('notify') .pipe(startWith(state.get().notify), shareReplay(1)) - const notifications$: Observable = state.select('notifications').pipe(startWith(state.get().notifications)) + const notifications$: Observable = state + .select('notifications') + .pipe(startWith(state.get().notifications)) const positioningDefaults = { topLeft: 'top: 0; left: 0;', From e2feb44f6184b3fff74738c149b5013efe5097de Mon Sep 17 00:00:00 2001 From: Taylor Dawson Date: Fri, 8 Jul 2022 13:01:54 -0230 Subject: [PATCH 13/17] Release: 2.4.0 --- package.json | 2 +- packages/core/package.json | 2 +- packages/injected/package.json | 2 +- packages/react/package.json | 2 +- packages/vue/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 84ec4d848..0295e0de7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web3-onboard-monorepo", - "version": "2.3.0", + "version": "2.4.0", "private": true, "workspaces": [ "./packages/*" diff --git a/packages/core/package.json b/packages/core/package.json index 671aa254c..bda5b928b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/core", - "version": "2.4.0-alpha.7", + "version": "2.4.0", "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.", "keywords": [ "Ethereum", diff --git a/packages/injected/package.json b/packages/injected/package.json index f74fa7fb8..854d631d2 100644 --- a/packages/injected/package.json +++ b/packages/injected/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/injected-wallets", - "version": "2.0.13-alpha.2", + "version": "2.0.13", "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.", "keywords": [ "Ethereum", diff --git a/packages/react/package.json b/packages/react/package.json index 47badcbbe..2a2e5bf2c 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/react", - "version": "2.2.3-alpha.5", + "version": "2.2.3", "description": "A collection of React hooks for integrating Web3-Onboard in to React and Next.js projects. 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, 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.", "keywords": [ "Ethereum", diff --git a/packages/vue/package.json b/packages/vue/package.json index 2b19e9d64..b5e9ff5e1 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/vue", - "version": "2.1.3-alpha.5", + "version": "2.1.3", "description": "A collection of Vue Composables for integrating Web3-Onboard in to a Vue or Nuxt project. 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, 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.", "keywords": [ "Ethereum", From 7e02ef50ee4255390387e38bf4a35ecd0b35ec1e Mon Sep 17 00:00:00 2001 From: Taylor Dawson Date: Mon, 11 Jul 2022 17:25:22 -0230 Subject: [PATCH 14/17] Version bumps --- packages/coinbase/package.json | 4 ++-- packages/common/package.json | 2 +- packages/core/package.json | 2 +- packages/dcent/package.json | 4 ++-- packages/demo/package.json | 2 +- packages/fortmatic/package.json | 4 ++-- packages/gnosis/package.json | 4 ++-- packages/injected/package.json | 2 +- packages/keepkey/package.json | 4 ++-- packages/keystone/package.json | 4 ++-- packages/ledger/package.json | 4 ++-- packages/magic/package.json | 4 ++-- packages/mew/package.json | 2 +- packages/portis/package.json | 4 ++-- packages/react/package.json | 2 +- packages/torus/package.json | 4 ++-- packages/trezor/package.json | 4 ++-- packages/vue/package.json | 4 ++-- packages/walletconnect/package.json | 4 ++-- packages/walletlink/package.json | 4 ++-- packages/web3auth/package.json | 4 ++-- 21 files changed, 36 insertions(+), 36 deletions(-) diff --git a/packages/coinbase/package.json b/packages/coinbase/package.json index d9c6967d0..9ae48717a 100644 --- a/packages/coinbase/package.json +++ b/packages/coinbase/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/coinbase", - "version": "2.0.7", + "version": "2.0.8", "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.", "keywords": [ "Ethereum", @@ -57,6 +57,6 @@ }, "dependencies": { "@coinbase/wallet-sdk": "^3.0.5", - "@web3-onboard/common": "^2.1.4" + "@web3-onboard/common": "^2.1.5" } } diff --git a/packages/common/package.json b/packages/common/package.json index 9891ba423..d6e5dda7a 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/common", - "version": "2.1.4", + "version": "2.1.5", "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.", "keywords": [ "Ethereum", diff --git a/packages/core/package.json b/packages/core/package.json index bda5b928b..8543e5bd1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -78,7 +78,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.1.4", + "@web3-onboard/common": "^2.1.5", "bignumber.js": "^9.0.0", "bnc-sdk": "^4.4.1", "bowser": "^2.11.0", diff --git a/packages/dcent/package.json b/packages/dcent/package.json index d22014398..00e7f96bf 100644 --- a/packages/dcent/package.json +++ b/packages/dcent/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/dcent", - "version": "2.0.4", + "version": "2.0.5", "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.", "keywords": [ "Ethereum", @@ -54,7 +54,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.1.4", + "@web3-onboard/common": "^2.1.5", "@ethereumjs/common": "^2.6.1", "@ethereumjs/tx": "^3.4.0", "@ethersproject/providers": "^5.5.0", diff --git a/packages/demo/package.json b/packages/demo/package.json index 6826b80b3..d22988f3f 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -22,7 +22,7 @@ "webpack-dev-server": "4.7.4" }, "dependencies": { - "@web3-onboard/coinbase": "^2.0.7", + "@web3-onboard/coinbase": "^2.0.8", "@web3-onboard/core": "^2.4.0-alpha.8", "@web3-onboard/dcent": "^2.0.4", "@web3-onboard/fortmatic": "^2.0.6", diff --git a/packages/fortmatic/package.json b/packages/fortmatic/package.json index f7222abb3..33295eb75 100644 --- a/packages/fortmatic/package.json +++ b/packages/fortmatic/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/fortmatic", - "version": "2.0.6", + "version": "2.0.7", "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.", "keywords": [ "Ethereum", @@ -57,7 +57,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.1.4", + "@web3-onboard/common": "^2.1.5", "fortmatic": "^2.2.1" } } diff --git a/packages/gnosis/package.json b/packages/gnosis/package.json index ffcadb128..8ea157fa9 100644 --- a/packages/gnosis/package.json +++ b/packages/gnosis/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/gnosis", - "version": "2.0.5", + "version": "2.0.6", "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.", "keywords": [ "Ethereum", @@ -59,6 +59,6 @@ "dependencies": { "@gnosis.pm/safe-apps-provider": "^0.9.2", "@gnosis.pm/safe-apps-sdk": "^6.1.1", - "@web3-onboard/common": "^2.1.4" + "@web3-onboard/common": "^2.1.5" } } diff --git a/packages/injected/package.json b/packages/injected/package.json index 854d631d2..a946d7858 100644 --- a/packages/injected/package.json +++ b/packages/injected/package.json @@ -61,7 +61,7 @@ "window": "^4.2.7" }, "dependencies": { - "@web3-onboard/common": "^2.1.4", + "@web3-onboard/common": "^2.1.5", "joi": "^17.4.2", "lodash.uniqby": "^4.7.0" } diff --git a/packages/keepkey/package.json b/packages/keepkey/package.json index d75e1d96e..153430ddd 100644 --- a/packages/keepkey/package.json +++ b/packages/keepkey/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/keepkey", - "version": "2.1.4", + "version": "2.1.5", "description": "KeepKey hardware 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.", "keywords": [ "Ethereum", @@ -63,7 +63,7 @@ "@ethersproject/providers": "^5.5.0", "@shapeshiftoss/hdwallet-core": "^1.15.2", "@shapeshiftoss/hdwallet-keepkey-webusb": "^1.15.2", - "@web3-onboard/common": "^2.1.4", + "@web3-onboard/common": "^2.1.5", "ethereumjs-util": "^7.1.3" } } diff --git a/packages/keystone/package.json b/packages/keystone/package.json index f2e80dbc4..8064fc6c5 100644 --- a/packages/keystone/package.json +++ b/packages/keystone/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/keystone", - "version": "2.1.5", + "version": "2.1.6", "description": "Keystone hardware 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.", "keywords": [ "Ethereum", @@ -57,6 +57,6 @@ "@ethereumjs/tx": "^3.4.0", "@ethersproject/providers": "^5.5.0", "@keystonehq/eth-keyring": "^0.14.0-alpha.10.3", - "@web3-onboard/common": "^2.1.4" + "@web3-onboard/common": "^2.1.5" } } diff --git a/packages/ledger/package.json b/packages/ledger/package.json index 70cccd3e5..f1950f7ad 100644 --- a/packages/ledger/package.json +++ b/packages/ledger/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/ledger", - "version": "2.1.4", + "version": "2.1.5", "description": "Ledger hardare 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.", "keywords": [ "Ethereum", @@ -63,7 +63,7 @@ "@ledgerhq/hw-transport-u2f": "^5.36.0-deprecated", "@ledgerhq/hw-transport-webusb": "^6.19.0", "@metamask/eth-sig-util": "^4.0.0", - "@web3-onboard/common": "^2.1.4", + "@web3-onboard/common": "^2.1.5", "buffer": "^6.0.3", "ethereumjs-util": "^7.1.3" } diff --git a/packages/magic/package.json b/packages/magic/package.json index b70b199b7..5ebb84225 100644 --- a/packages/magic/package.json +++ b/packages/magic/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/magic", - "version": "2.0.7", + "version": "2.0.8", "description": "Magic 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.", "keywords": [ "Ethereum", @@ -78,7 +78,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.1.4", + "@web3-onboard/common": "^2.1.5", "joi": "^17.4.2", "magic-sdk": "^8.1.0", "rxjs": "^7.5.2" diff --git a/packages/mew/package.json b/packages/mew/package.json index cb946d067..23be2d889 100644 --- a/packages/mew/package.json +++ b/packages/mew/package.json @@ -59,7 +59,7 @@ "@myetherwallet/mewconnect-web-client": "^2.2.0-beta.14" }, "dependencies": { - "@web3-onboard/common": "^2.1.4", + "@web3-onboard/common": "^2.1.5", "rxjs": "^7.5.2" } } diff --git a/packages/portis/package.json b/packages/portis/package.json index 7a16f95ce..fca893316 100644 --- a/packages/portis/package.json +++ b/packages/portis/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/portis", - "version": "2.0.4", + "version": "2.0.5", "description": "Portis 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.", "keywords": [ "Ethereum", @@ -57,6 +57,6 @@ }, "dependencies": { "@portis/web3": "^4.0.6", - "@web3-onboard/common": "^2.1.4" + "@web3-onboard/common": "^2.1.5" } } diff --git a/packages/react/package.json b/packages/react/package.json index c31f79e8b..c1515dac9 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -60,7 +60,7 @@ }, "dependencies": { "@web3-onboard/core": "^2.4.0-alpha.9", - "@web3-onboard/common": "^2.1.4", + "@web3-onboard/common": "^2.1.5", "use-sync-external-store": "1.0.0" }, "peerDependencies": { diff --git a/packages/torus/package.json b/packages/torus/package.json index 0d1aee517..b2f0280ea 100644 --- a/packages/torus/package.json +++ b/packages/torus/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/torus", - "version": "2.0.5", + "version": "2.0.6", "description": "Torus 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.", "keywords": [ "Ethereum", @@ -57,6 +57,6 @@ }, "dependencies": { "@toruslabs/torus-embed": "^1.18.3", - "@web3-onboard/common": "^2.1.4" + "@web3-onboard/common": "^2.1.5" } } diff --git a/packages/trezor/package.json b/packages/trezor/package.json index c8e933c3b..cf89125a6 100644 --- a/packages/trezor/package.json +++ b/packages/trezor/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/trezor", - "version": "2.1.4", + "version": "2.1.5", "description": "Trezor hardware 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.", "keywords": [ "Ethereum", @@ -58,7 +58,7 @@ "dependencies": { "@ethereumjs/tx": "^3.4.0", "@ethersproject/providers": "^5.5.0", - "@web3-onboard/common": "^2.1.4", + "@web3-onboard/common": "^2.1.5", "buffer": "^6.0.3", "eth-crypto": "^2.1.0", "ethereumjs-util": "^7.1.3", diff --git a/packages/vue/package.json b/packages/vue/package.json index d54342287..1bc40d00f 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -59,8 +59,8 @@ "dependencies": { "@vueuse/core": "^8.4.2", "@vueuse/rxjs": "^8.2.0", - "@web3-onboard/common": "^2.1.4", - "@web3-onboard/core": "^2.4.0-alpha.9", + "@web3-onboard/common": "^2.1.5", + "@web3-onboard/core": "^2.4.0", "vue-demi": "^0.12.4" }, "peerDependencies": { diff --git a/packages/walletconnect/package.json b/packages/walletconnect/package.json index a9cf5abdf..f4d5d2084 100644 --- a/packages/walletconnect/package.json +++ b/packages/walletconnect/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/walletconnect", - "version": "2.0.5", + "version": "2.0.6", "description": "WalletConnect SDK 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.", "keywords": [ "Ethereum", @@ -59,7 +59,7 @@ "@ethersproject/providers": "^5.5.0", "@walletconnect/client": "^1.7.1", "@walletconnect/qrcode-modal": "^1.7.1", - "@web3-onboard/common": "^2.1.4", + "@web3-onboard/common": "^2.1.5", "rxjs": "^7.5.2" } } diff --git a/packages/walletlink/package.json b/packages/walletlink/package.json index bcd9e2e76..36bdad19f 100644 --- a/packages/walletlink/package.json +++ b/packages/walletlink/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/walletlink", - "version": "2.0.4", + "version": "2.0.5", "description": "(DEPRECATED. Use @web3-onboard/coinbase instead) WalletLink 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.", "keywords": [ "Ethereum", @@ -56,7 +56,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.1.4", + "@web3-onboard/common": "^2.1.5", "walletlink": "^2.5.0" } } diff --git a/packages/web3auth/package.json b/packages/web3auth/package.json index 6db7df4ac..e79afc38c 100644 --- a/packages/web3auth/package.json +++ b/packages/web3auth/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/web3auth", - "version": "2.0.3", + "version": "2.0.4", "description": "Web3Auth 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.", "keywords": [ "Ethereum", @@ -56,7 +56,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.1.4", + "@web3-onboard/common": "^2.1.5", "@web3auth/web3auth": "^1.0.0" } } From 1805678faef4f11239ce5ef15cf91e2ed5322c3f Mon Sep 17 00:00:00 2001 From: Taylor Dawson Date: Mon, 11 Jul 2022 17:40:28 -0230 Subject: [PATCH 15/17] Remove alpha tags --- packages/demo/package.json | 2 +- packages/react/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/demo/package.json b/packages/demo/package.json index d22988f3f..8c6e16262 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@web3-onboard/coinbase": "^2.0.8", - "@web3-onboard/core": "^2.4.0-alpha.8", + "@web3-onboard/core": "^2.4.0", "@web3-onboard/dcent": "^2.0.4", "@web3-onboard/fortmatic": "^2.0.6", "@web3-onboard/gnosis": "^2.0.5", diff --git a/packages/react/package.json b/packages/react/package.json index c1515dac9..13b7c88cc 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -59,7 +59,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/core": "^2.4.0-alpha.9", + "@web3-onboard/core": "^2.4.0", "@web3-onboard/common": "^2.1.5", "use-sync-external-store": "1.0.0" }, From 62f1778b1df42925ad7183b725d9370d97d9ff1d Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Mon, 11 Jul 2022 14:48:41 -0600 Subject: [PATCH 16/17] Add common modal z-index --- packages/common/src/elements/Modal.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/common/src/elements/Modal.svelte b/packages/common/src/elements/Modal.svelte index 97911b639..960f85d3b 100644 --- a/packages/common/src/elements/Modal.svelte +++ b/packages/common/src/elements/Modal.svelte @@ -21,7 +21,7 @@ width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.3); - z-index: 20; + z-index: var(--onboard-common-modal-index, 20); } @media screen and (max-width: 420px) { aside { From 35f1e4dd58dbbc907c2d33cee13a3fc9e6fb286c Mon Sep 17 00:00:00 2001 From: Taylor Dawson Date: Mon, 11 Jul 2022 18:25:03 -0230 Subject: [PATCH 17/17] version bump mew --- packages/mew/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mew/package.json b/packages/mew/package.json index 23be2d889..b70a3447f 100644 --- a/packages/mew/package.json +++ b/packages/mew/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/mew", - "version": "2.0.4", + "version": "2.0.5", "description": "MEW (My Ether Wallet) 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.", "keywords": [ "Ethereum",