Skip to content

Commit 1498246

Browse files
committed
bump versions for release
1 parent 45c4d2c commit 1498246

File tree

10 files changed

+15
-33
lines changed

10 files changed

+15
-33
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-onboard-monorepo",
3-
"version": "2.28.1",
3+
"version": "2.28.2",
44
"private": true,
55
"workspaces": {
66
"packages": [

packages/capsule/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/capsule",
3-
"version": "2.4.0-alpha.1",
3+
"version": "2.4.0",
44
"description": "Capsule SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"module": "dist/index.js",
66
"browser": "dist/index.js",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/core",
3-
"version": "2.23.1-alpha.1",
3+
"version": "2.23.1",
44
"description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",

packages/demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"@web3-onboard/bitget": "2.1.1",
3333
"@web3-onboard/blocto": "^2.1.1",
3434
"@web3-onboard/bloom": "2.0.0",
35-
"@web3-onboard/capsule": "^2.4.0-alpha.1",
35+
"@web3-onboard/capsule": "^2.4.0",
3636
"@web3-onboard/cede-store": "^2.3.1",
37-
"@web3-onboard/core": "2.23.1-alpha.1",
37+
"@web3-onboard/core": "2.23.1",
3838
"@web3-onboard/coinbase": "^2.4.1",
3939
"@web3-onboard/dcent": "^2.2.7",
4040
"@web3-onboard/enkrypt": "^2.1.1",
@@ -45,7 +45,7 @@
4545
"@web3-onboard/gas": "^2.2.1",
4646
"@web3-onboard/gnosis": "^2.3.1",
4747
"@web3-onboard/infinity-wallet": "^2.1.1",
48-
"@web3-onboard/injected-wallets": "^2.11.3-alpha.1",
48+
"@web3-onboard/injected-wallets": "^2.11.3",
4949
"@web3-onboard/keepkey": "^2.3.8",
5050
"@web3-onboard/keplr": "2.0.0",
5151
"@web3-onboard/keystone": "^2.3.8",
@@ -67,7 +67,7 @@
6767
"@web3-onboard/uauth": "^2.2.1",
6868
"@web3-onboard/venly": "^2.1.1",
6969
"@web3-onboard/wagmi": "^2.0.1",
70-
"@web3-onboard/walletconnect": "^2.6.2-alpha.1",
70+
"@web3-onboard/walletconnect": "^2.6.2",
7171
"@web3-onboard/web3auth": "^2.4.0",
7272
"@web3-onboard/xdefi": "^2.1.1",
7373
"@web3-onboard/zeal": "^2.1.1",

packages/injected/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/injected-wallets",
3-
"version": "2.11.3-alpha.1",
3+
"version": "2.11.3",
44
"description": "Injected wallet module for connecting browser extension and mobile wallets to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/react",
3-
"version": "2.10.0",
3+
"version": "2.10.1",
44
"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.",
55
"keywords": [
66
"Ethereum",
@@ -61,7 +61,7 @@
6161
"typescript": "^5.4.5"
6262
},
6363
"dependencies": {
64-
"@web3-onboard/core": "2.23.1-alpha.1",
64+
"@web3-onboard/core": "2.23.1",
6565
"@web3-onboard/common": "^2.4.1",
6666
"use-sync-external-store": "1.0.0"
6767
},

packages/solid/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/solid",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "A collection of solid Composables for integrating Web3-Onboard in to a Solid 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.",
55
"keywords": [
66
"Ethereum",
@@ -63,7 +63,7 @@
6363
},
6464
"dependencies": {
6565
"@web3-onboard/common": "^2.4.1",
66-
"@web3-onboard/core": "2.23.1-alpha.1",
66+
"@web3-onboard/core": "2.23.1",
6767
"solid-js": "^1.8.1"
6868
}
6969
}

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/vue",
3-
"version": "2.9.0",
3+
"version": "2.9.1",
44
"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.",
55
"keywords": [
66
"Ethereum",
@@ -62,7 +62,7 @@
6262
"@vueuse/core": "^8.4.2",
6363
"@vueuse/rxjs": "^8.2.0",
6464
"@web3-onboard/common": "^2.4.1",
65-
"@web3-onboard/core": "2.23.1-alpha.1",
65+
"@web3-onboard/core": "2.23.1",
6666
"vue-demi": "^0.12.4"
6767
},
6868
"peerDependencies": {

packages/walletconnect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/walletconnect",
3-
"version": "2.6.2-alpha.1",
3+
"version": "2.6.2",
44
"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.",
55
"keywords": [
66
"Ethereum",

yarn.lock

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5944,24 +5944,6 @@
59445944
"@walletconnect/window-getters" "^1.0.1"
59455945
tslib "1.14.1"
59465946

5947-
"@web3-onboard/core@^2.22.3":
5948-
version "2.23.0"
5949-
resolved "https://registry.yarnpkg.com/@web3-onboard/core/-/core-2.23.0.tgz#fff882ca67e954ba3b38680b876eca676e54d8d1"
5950-
integrity sha512-2gzBgVDq0eV6tLqAHzvYY6McRlq+6TgEkfkk31JuZUOy2vq2mhwAl3/MuXmItm/GSd3ePLpQl/Kiyr1V3I56yg==
5951-
dependencies:
5952-
"@web3-onboard/common" "^2.4.1"
5953-
bnc-sdk "^4.6.7"
5954-
bowser "^2.11.0"
5955-
eventemitter3 "^4.0.7"
5956-
joi "17.9.1"
5957-
lodash.merge "^4.6.2"
5958-
lodash.partition "^4.6.0"
5959-
nanoid "^4.0.0"
5960-
rxjs "^7.5.5"
5961-
svelte "^3.49.0"
5962-
svelte-i18n "^3.3.13"
5963-
viem "2.12.0"
5964-
59655947
"@web3-onboard/wagmi@2.0.0":
59665948
version "2.0.0"
59675949
resolved "https://registry.yarnpkg.com/@web3-onboard/wagmi/-/wagmi-2.0.0.tgz#9beda01b4539d399aa0420e7afaacc09fc25ed7d"

0 commit comments

Comments
 (0)