From 3b25da6641199da0af736602773cd6a1f8acd30b Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Thu, 18 Aug 2022 08:27:24 -0600 Subject: [PATCH] Bump versions for release --- examples/with-nextjs/package.json | 2 +- package.json | 2 +- packages/coinbase/package.json | 4 ++-- packages/common/package.json | 2 +- packages/core/package.json | 4 ++-- packages/dcent/package.json | 6 +++--- packages/demo/package.json | 32 ++++++++++++++--------------- packages/fortmatic/package.json | 4 ++-- packages/gas/package.json | 4 ++-- packages/gnosis/package.json | 4 ++-- packages/hw-common/package.json | 4 ++-- packages/injected/package.json | 4 ++-- packages/keepkey/package.json | 6 +++--- packages/keystone/package.json | 6 +++--- packages/ledger/package.json | 6 +++--- 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 | 6 +++--- packages/vue/package.json | 6 +++--- packages/walletconnect/package.json | 4 ++-- packages/walletlink/package.json | 4 ++-- packages/web3auth/package.json | 4 ++-- yarn.lock | 8 -------- 26 files changed, 68 insertions(+), 76 deletions(-) diff --git a/examples/with-nextjs/package.json b/examples/with-nextjs/package.json index 2e23cac65..41a96126e 100644 --- a/examples/with-nextjs/package.json +++ b/examples/with-nextjs/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "@web3-onboard/react": "2.2.6-alpha.1", + "@web3-onboard/react": "2.2.6", "next": "12.2.5", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/package.json b/package.json index 4658f2f3f..35e8ae2b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web3-onboard-monorepo", - "version": "2.7.0", + "version": "2.8.0", "private": true, "workspaces": [ "./packages/*" diff --git a/packages/coinbase/package.json b/packages/coinbase/package.json index 794021acb..d2d635a27 100644 --- a/packages/coinbase/package.json +++ b/packages/coinbase/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/coinbase", - "version": "2.1.0-alpha.1", + "version": "2.1.0", "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", @@ -59,6 +59,6 @@ }, "dependencies": { "@coinbase/wallet-sdk": "^3.0.5", - "@web3-onboard/common": "^2.2.0-alpha.1" + "@web3-onboard/common": "^2.2.0" } } diff --git a/packages/common/package.json b/packages/common/package.json index bb449aa10..4174a1b3b 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/common", - "version": "2.2.0-alpha.1", + "version": "2.2.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/core/package.json b/packages/core/package.json index 13a5df2f0..e142f1cbb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/core", - "version": "2.8.0-alpha.1", + "version": "2.8.0", "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.", "keywords": [ "Ethereum", @@ -82,7 +82,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.2.0-alpha.1", + "@web3-onboard/common": "^2.2.0", "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 1fffe7fe9..178562f7c 100644 --- a/packages/dcent/package.json +++ b/packages/dcent/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/dcent", - "version": "2.1.0-alpha.1", + "version": "2.1.0", "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", @@ -56,8 +56,8 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.2.0-alpha.1", - "@web3-onboard/hw-common": "^2.0.0-alpha.1", + "@web3-onboard/common": "^2.2.0", + "@web3-onboard/hw-common": "^2.0.0", "@ethereumjs/tx": "^3.4.0", "@ethersproject/providers": "^5.5.0", "eth-dcent-keyring": "^0.2.2" diff --git a/packages/demo/package.json b/packages/demo/package.json index ba8dd4398..7f2e4c6dc 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -22,22 +22,22 @@ "webpack-dev-server": "4.7.4" }, "dependencies": { - "@web3-onboard/coinbase": "^2.1.0-alpha.1", - "@web3-onboard/core": "^2.8.0-alpha.1", - "@web3-onboard/dcent": "^2.1.0-alpha.1", - "@web3-onboard/fortmatic": "^2.0.11-alpha.1", - "@web3-onboard/gas": "^2.1.0-alpha.1", - "@web3-onboard/gnosis": "^2.1.0-alpha.1", - "@web3-onboard/injected-wallets": "^2.1.0-alpha.1", - "@web3-onboard/keepkey": "^2.2.0-alpha.1", - "@web3-onboard/keystone": "^2.2.0-alpha.1", - "@web3-onboard/ledger": "^2.2.0-alpha.1", - "@web3-onboard/magic": "^2.1.0-alpha.1", - "@web3-onboard/portis": "^2.1.0-alpha.1", - "@web3-onboard/torus": "^2.1.0-alpha.1", - "@web3-onboard/trezor": "^2.2.0-alpha.1", - "@web3-onboard/walletconnect": "^2.1.0-alpha.1", - "@web3-onboard/web3auth": "^2.1.0-alpha.1", + "@web3-onboard/coinbase": "^2.1.0", + "@web3-onboard/core": "^2.8.0", + "@web3-onboard/dcent": "^2.1.0", + "@web3-onboard/fortmatic": "^2.0.11", + "@web3-onboard/gas": "^2.1.0", + "@web3-onboard/gnosis": "^2.1.0", + "@web3-onboard/injected-wallets": "^2.1.0", + "@web3-onboard/keepkey": "^2.2.0", + "@web3-onboard/keystone": "^2.2.0", + "@web3-onboard/ledger": "^2.2.0", + "@web3-onboard/magic": "^2.1.0", + "@web3-onboard/portis": "^2.1.0", + "@web3-onboard/torus": "^2.1.0", + "@web3-onboard/trezor": "^2.2.0", + "@web3-onboard/walletconnect": "^2.1.0", + "@web3-onboard/web3auth": "^2.1.0", "vconsole": "^3.9.5" }, "license": "MIT", diff --git a/packages/fortmatic/package.json b/packages/fortmatic/package.json index 3e93c98a5..751681b56 100644 --- a/packages/fortmatic/package.json +++ b/packages/fortmatic/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/fortmatic", - "version": "2.0.11-alpha.1", + "version": "2.0.11", "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", @@ -59,7 +59,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.2.0-alpha.1", + "@web3-onboard/common": "^2.2.0", "fortmatic": "^2.2.1" } } diff --git a/packages/gas/package.json b/packages/gas/package.json index b10fdba8a..782557925 100644 --- a/packages/gas/package.json +++ b/packages/gas/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/gas", - "version": "2.1.0-alpha.1", + "version": "2.1.0", "description": "Estimate the gas prices needed to get a transaction in to the next block for Ethereum Mainnet and Polygon Matic Mainnet.", "keywords": [ "gas", @@ -30,7 +30,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.2.0-alpha.1", + "@web3-onboard/common": "^2.2.0", "rxjs": "^7.5.2", "joi": "^17.4.2" } diff --git a/packages/gnosis/package.json b/packages/gnosis/package.json index 7e8cb0534..9de769a86 100644 --- a/packages/gnosis/package.json +++ b/packages/gnosis/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/gnosis", - "version": "2.1.0-alpha.1", + "version": "2.1.0", "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.2.0-alpha.1" + "@web3-onboard/common": "^2.2.0" } } diff --git a/packages/hw-common/package.json b/packages/hw-common/package.json index 01455b6f1..d6b9262fe 100644 --- a/packages/hw-common/package.json +++ b/packages/hw-common/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/hw-common", - "version": "2.0.0-alpha.1", + "version": "2.0.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", @@ -81,7 +81,7 @@ }, "dependencies": { "@ethereumjs/common": "2.6.2", - "@web3-onboard/common": "^2.2.0-alpha.1", + "@web3-onboard/common": "^2.2.0", "ethers": "5.5.4", "joi": "^17.4.2", "rxjs": "^7.5.2" diff --git a/packages/injected/package.json b/packages/injected/package.json index cd5b30cda..523f0b710 100644 --- a/packages/injected/package.json +++ b/packages/injected/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/injected-wallets", - "version": "2.1.0-alpha.1", + "version": "2.1.0", "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", @@ -62,7 +62,7 @@ "window": "^4.2.7" }, "dependencies": { - "@web3-onboard/common": "^2.2.0-alpha.1", + "@web3-onboard/common": "^2.2.0", "joi": "^17.4.2", "lodash.uniqby": "^4.7.0" } diff --git a/packages/keepkey/package.json b/packages/keepkey/package.json index 12f193a45..8212c939e 100644 --- a/packages/keepkey/package.json +++ b/packages/keepkey/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/keepkey", - "version": "2.2.0-alpha.1", + "version": "2.2.0", "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,8 +63,8 @@ "@ethersproject/providers": "^5.5.0", "@shapeshiftoss/hdwallet-core": "^1.15.2", "@shapeshiftoss/hdwallet-keepkey-webusb": "^1.15.2", - "@web3-onboard/common": "^2.2.0-alpha.1", - "@web3-onboard/hw-common": "^2.0.0-alpha.1", + "@web3-onboard/common": "^2.2.0", + "@web3-onboard/hw-common": "^2.0.0", "ethereumjs-util": "^7.1.3" } } diff --git a/packages/keystone/package.json b/packages/keystone/package.json index 725204e5a..a5c66efc8 100644 --- a/packages/keystone/package.json +++ b/packages/keystone/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/keystone", - "version": "2.2.0-alpha.1", + "version": "2.2.0", "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", @@ -58,7 +58,7 @@ "@ethereumjs/tx": "^3.4.0", "@ethersproject/providers": "^5.5.0", "@keystonehq/eth-keyring": "^0.14.0-alpha.10.3", - "@web3-onboard/common": "^2.2.0-alpha.1", - "@web3-onboard/hw-common": "^2.0.0-alpha.1" + "@web3-onboard/common": "^2.2.0", + "@web3-onboard/hw-common": "^2.0.0" } } diff --git a/packages/ledger/package.json b/packages/ledger/package.json index cdaeb244d..73e7d3ea4 100644 --- a/packages/ledger/package.json +++ b/packages/ledger/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/ledger", - "version": "2.2.0-alpha.1", + "version": "2.2.0", "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", @@ -65,8 +65,8 @@ "@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.2.0-alpha.1", - "@web3-onboard/hw-common": "^2.0.0-alpha.1", + "@web3-onboard/common": "^2.2.0", + "@web3-onboard/hw-common": "^2.0.0", "buffer": "^6.0.3", "ethereumjs-util": "^7.1.3" } diff --git a/packages/magic/package.json b/packages/magic/package.json index ab8de7dbb..9ead1ec39 100644 --- a/packages/magic/package.json +++ b/packages/magic/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/magic", - "version": "2.1.0-alpha.1", + "version": "2.1.0", "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", @@ -80,7 +80,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.2.0-alpha.1", + "@web3-onboard/common": "^2.2.0", "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 5c1810d8c..14519c26b 100644 --- a/packages/mew/package.json +++ b/packages/mew/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/mew", - "version": "2.1.0-alpha.1", + "version": "2.1.0", "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", @@ -59,7 +59,7 @@ "@myetherwallet/mewconnect-web-client": "^2.2.0-beta.14" }, "dependencies": { - "@web3-onboard/common": "^2.2.0-alpha.1", + "@web3-onboard/common": "^2.2.0", "rxjs": "^7.5.2" } } diff --git a/packages/portis/package.json b/packages/portis/package.json index ae5f6434d..e57487d1e 100644 --- a/packages/portis/package.json +++ b/packages/portis/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/portis", - "version": "2.1.0-alpha.1", + "version": "2.1.0", "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.2.0-alpha.1" + "@web3-onboard/common": "^2.2.0" } } diff --git a/packages/react/package.json b/packages/react/package.json index 7b92c81bf..3158f2334 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/react", - "version": "2.3.0-alpha.1", + "version": "2.3.0", "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", @@ -62,8 +62,8 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/core": "^2.8.0-alpha.1", - "@web3-onboard/common": "^2.2.0-alpha.1", + "@web3-onboard/core": "^2.8.0", + "@web3-onboard/common": "^2.2.0", "use-sync-external-store": "1.0.0" }, "peerDependencies": { diff --git a/packages/torus/package.json b/packages/torus/package.json index 7c684556e..0cdb5a720 100644 --- a/packages/torus/package.json +++ b/packages/torus/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/torus", - "version": "2.1.0-alpha.1", + "version": "2.1.0", "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.2.0-alpha.1" + "@web3-onboard/common": "^2.2.0" } } diff --git a/packages/trezor/package.json b/packages/trezor/package.json index 790f184ea..fb4a85af2 100644 --- a/packages/trezor/package.json +++ b/packages/trezor/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/trezor", - "version": "2.2.0-alpha.1", + "version": "2.2.0", "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", @@ -60,8 +60,8 @@ "dependencies": { "@ethereumjs/tx": "^3.4.0", "@ethersproject/providers": "^5.5.0", - "@web3-onboard/common": "^2.2.0-alpha.1", - "@web3-onboard/hw-common": "^2.0.0-alpha.1", + "@web3-onboard/common": "^2.2.0", + "@web3-onboard/hw-common": "^2.0.0", "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 98a2ff743..bf9948fc2 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/vue", - "version": "2.2.0-alpha.1", + "version": "2.2.0", "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", @@ -62,8 +62,8 @@ "dependencies": { "@vueuse/core": "^8.4.2", "@vueuse/rxjs": "^8.2.0", - "@web3-onboard/common": "^2.2.0-alpha.1", - "@web3-onboard/core": "^2.8.0-alpha.1", + "@web3-onboard/common": "^2.2.0", + "@web3-onboard/core": "^2.8.0", "vue-demi": "^0.12.4" }, "peerDependencies": { diff --git a/packages/walletconnect/package.json b/packages/walletconnect/package.json index 01d97d684..a96b0af67 100644 --- a/packages/walletconnect/package.json +++ b/packages/walletconnect/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/walletconnect", - "version": "2.1.0-alpha.1", + "version": "2.1.0", "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", @@ -61,7 +61,7 @@ "@ethersproject/providers": "^5.5.0", "@walletconnect/client": "^1.7.1", "@walletconnect/qrcode-modal": "^1.7.1", - "@web3-onboard/common": "^2.2.0-alpha.1", + "@web3-onboard/common": "^2.2.0", "rxjs": "^7.5.2" } } diff --git a/packages/walletlink/package.json b/packages/walletlink/package.json index df16408a6..23044bdc3 100644 --- a/packages/walletlink/package.json +++ b/packages/walletlink/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/walletlink", - "version": "2.1.0-alpha.1", + "version": "2.1.0", "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", @@ -58,7 +58,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/common": "^2.2.0-alpha.1", + "@web3-onboard/common": "^2.2.0", "walletlink": "^2.5.0" } } diff --git a/packages/web3auth/package.json b/packages/web3auth/package.json index aab302b55..25982b721 100644 --- a/packages/web3auth/package.json +++ b/packages/web3auth/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/web3auth", - "version": "2.1.0-alpha.1", + "version": "2.1.0", "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.2.0-alpha.1", + "@web3-onboard/common": "^2.2.0", "@web3auth/web3auth": "^1.0.0" } } diff --git a/yarn.lock b/yarn.lock index c7bdb0ef2..cf6f7ba19 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2455,14 +2455,6 @@ dependencies: "@walletconnect/window-getters" "^1.0.0" -"@web3-onboard/gas@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@web3-onboard/gas/-/gas-2.0.0.tgz#0c38e522915878bc010ce45fb329c2ef9b8d67db" - integrity sha512-sjO4rRqxh9CoVuyuhu3N/mdqjswMxi64kkXvid2XnuDOBeASqy5MSl8O1OoSuribDvzSg37stpe+ZNlIXRiEyA== - dependencies: - 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"