From 25a4c4e9ab6c46a3b7f4b5261c92159e320fbfe6 Mon Sep 17 00:00:00 2001 From: Kat Leight <33187102+leightkt@users.noreply.github.com> Date: Tue, 27 Jun 2023 17:25:03 -0600 Subject: [PATCH] Release 2.24.2 (develop) (#1791) * Release 2.24.1 (docs) (#1778) * Release 2.24.1 (#1777) * update versions --------- Co-authored-by: Adam Carpenter --- docs/package.json | 4 ++-- docs/yarn.lock | 8 ++++---- packages/core/package.json | 2 +- packages/demo/package.json | 2 +- packages/react/package.json | 4 ++-- packages/vue/package.json | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/package.json b/docs/package.json index 22bbba9b3..5990eb1ff 100644 --- a/docs/package.json +++ b/docs/package.json @@ -52,7 +52,7 @@ "@web3-onboard/blocto": "^2.0.0-alpha.1", "@web3-onboard/cede-store": "^2.0.2", "@web3-onboard/coinbase": "^2.2.4", - "@web3-onboard/core": "^2.20.2-alpha.1", + "@web3-onboard/core": "^2.20.3-alpha.1", "@web3-onboard/dcent": "^2.2.7", "@web3-onboard/enkrypt": "^2.0.4", "@web3-onboard/fortmatic": "^2.0.19", @@ -61,7 +61,7 @@ "@web3-onboard/gas": "^2.1.8", "@web3-onboard/gnosis": "^2.1.10", "@web3-onboard/infinity-wallet": "^2.0.4", - "@web3-onboard/injected-wallets": "^2.10.1-alpha.1", + "@web3-onboard/injected-wallets": "^2.10.1", "@web3-onboard/keepkey": "^2.3.7", "@web3-onboard/keystone": "^2.3.7", "@web3-onboard/ledger": "^2.4.6", diff --git a/docs/yarn.lock b/docs/yarn.lock index 621d21a3c..bcb02c51b 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -4437,10 +4437,10 @@ "@walletconnect/window-getters" "^1.0.1" tslib "1.14.1" -"@web3-onboard/blocto@^2.0.0-alpha.1": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@web3-onboard/blocto/-/blocto-2.0.0.tgz#eb631e911b7c13ad11089bb3574e97b673f14463" - integrity sha512-99/YzRuE9VBXWVLI6tAKxwFvCXq7WV24a3rM76yY5yVEEeNfewh8PWQ/2Yfz71Vfi6YWVPKzGo3LHspz4caTzA== +"@web3-onboard/blocto@^2.0.0": + version "2.0.0-alpha.1" + resolved "https://registry.yarnpkg.com/@web3-onboard/blocto/-/blocto-2.0.0-alpha.1.tgz#8781646d98520b80be090c622e218b9dfea12221" + integrity sha512-YBhsjkVdL6Z/SXoQeFNt5Rjj1WxlXg1oKOBOZOqfioPuMwmi8RJOLcLi7evhVUdGs5T8sYCBWg+eDeA/K6XK7w== dependencies: "@blocto/sdk" "^0.4.6" "@web3-onboard/common" "^2.3.1" diff --git a/packages/core/package.json b/packages/core/package.json index 046064a46..0d012e3a8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/core", - "version": "2.20.3-alpha.1", + "version": "2.20.3", "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", diff --git a/packages/demo/package.json b/packages/demo/package.json index 9e1464d71..f94f69998 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -27,7 +27,7 @@ "@web3-onboard/cede-store": "^2.0.2", "@web3-onboard/blocto": "2.0.0", "@web3-onboard/coinbase": "^2.2.3", - "@web3-onboard/core": "^2.20.3-alpha.1", + "@web3-onboard/core": "^2.20.3", "@web3-onboard/dcent": "^2.2.7", "@web3-onboard/enkrypt": "^2.0.3", "@web3-onboard/fortmatic": "^2.0.18", diff --git a/packages/react/package.json b/packages/react/package.json index 1693d0e7a..bd92f512e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/react", - "version": "2.8.8-alpha.1", + "version": "2.8.8", "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", @@ -63,7 +63,7 @@ }, "dependencies": { "@web3-onboard/common": "^2.3.3", - "@web3-onboard/core": "^2.20.3-alpha.1", + "@web3-onboard/core": "^2.20.3", "use-sync-external-store": "1.0.0" }, "peerDependencies": { diff --git a/packages/vue/package.json b/packages/vue/package.json index 002b79a8f..8e4369ba5 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/vue", - "version": "2.7.7-alpha.1", + "version": "2.7.7", "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 standardized 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", @@ -63,7 +63,7 @@ "@vueuse/core": "^8.4.2", "@vueuse/rxjs": "^8.2.0", "@web3-onboard/common": "^2.3.3", - "@web3-onboard/core": "^2.20.3-alpha.1", + "@web3-onboard/core": "^2.20.3", "vue-demi": "^0.12.4" }, "peerDependencies": {