diff --git a/package.json b/package.json index 6bcd66880..6b5c02fb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web3-onboard-monorepo", - "version": "2.10.0", + "version": "2.11.0", "private": true, "workspaces": { "packages": ["./packages/*"], diff --git a/packages/core/package.json b/packages/core/package.json index 395c5e3b7..919708ef1 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/core", - "version": "2.8.3-alpha.1", + "version": "2.8.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 0f917e52c..e968e326e 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -28,7 +28,7 @@ "@web3-onboard/fortmatic": "^2.0.13", "@web3-onboard/gas": "^2.1.2", "@web3-onboard/gnosis": "^2.1.2", - "@web3-onboard/injected-wallets": "^2.2.2-alpha.1", + "@web3-onboard/injected-wallets": "^2.2.2", "@web3-onboard/keepkey": "^2.3.0", "@web3-onboard/keystone": "^2.3.0", "@web3-onboard/ledger": "^2.3.0", @@ -37,7 +37,7 @@ "@web3-onboard/sequence": "^2.0.1", "@web3-onboard/torus": "^2.1.2", "@web3-onboard/trezor": "^2.3.0", - "@web3-onboard/tallyho": "^2.0.0-alpha.1", + "@web3-onboard/tallyho": "^2.0.0", "@web3-onboard/walletconnect": "^2.1.2", "@web3-onboard/web3auth": "^2.1.2", "vconsole": "^3.9.5" diff --git a/packages/injected/package.json b/packages/injected/package.json index 59e9ba78f..7c584399c 100644 --- a/packages/injected/package.json +++ b/packages/injected/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/injected-wallets", - "version": "2.2.2-alpha.2", + "version": "2.2.2", "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 5ce6e1ca1..f00c30454 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/react", - "version": "2.3.3-alpha.1", + "version": "2.3.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", @@ -62,7 +62,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@web3-onboard/core": "^2.8.3-alpha.1", + "@web3-onboard/core": "^2.8.3", "@web3-onboard/common": "^2.2.2", "use-sync-external-store": "1.0.0" }, diff --git a/packages/tallyho/package.json b/packages/tallyho/package.json index 9ef2aac77..d56b6514d 100644 --- a/packages/tallyho/package.json +++ b/packages/tallyho/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/tallyho", - "version": "2.0.0-alpha.1", + "version": "2.0.0", "description": "Tally Ho 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", diff --git a/packages/vue/package.json b/packages/vue/package.json index bd35f54dd..06a25f33e 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/vue", - "version": "2.2.3-alpha.1", + "version": "2.2.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", @@ -63,7 +63,7 @@ "@vueuse/core": "^8.4.2", "@vueuse/rxjs": "^8.2.0", "@web3-onboard/common": "^2.2.2", - "@web3-onboard/core": "^2.8.3-alpha.1", + "@web3-onboard/core": "^2.8.3", "vue-demi": "^0.12.4" }, "peerDependencies": {