Skip to content

Commit d1b38dc

Browse files
committed
Bump versions for release
1 parent 95ad7d7 commit d1b38dc

File tree

14 files changed

+25
-25
lines changed

14 files changed

+25
-25
lines changed

examples/with-ledger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@web3-onboard/ledger": "^2.1.6",
13-
"@web3-onboard/react": "^2.2.4",
13+
"@web3-onboard/react": "^2.4.1",
1414
"next": "12.2.4",
1515
"react": "18.2.0",
1616
"react-dom": "18.2.0"

examples/with-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@web3-onboard/react": "2.2.6",
12+
"@web3-onboard/react": "2.4.1",
1313
"next": "12.2.5",
1414
"react": "18.2.0",
1515
"react-dom": "18.2.0"

examples/with-sveltekit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"type": "module",
3333
"dependencies": {
3434
"@fontsource/fira-mono": "^4.5.0",
35-
"@web3-onboard/walletconnect": "^2.1.2",
35+
"@web3-onboard/walletconnect": "^2.2.0",
3636
"buffer": "^6.0.3"
3737
}
3838
}

examples/with-vite-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
"@web3-onboard/coinbase": "^2.1.3",
1313
"@web3-onboard/dcent": "^2.2.1",
1414
"@web3-onboard/fortmatic": "^2.0.14",
15-
"@web3-onboard/gnosis": "^2.1.3",
15+
"@web3-onboard/gnosis": "^2.2.0",
1616
"@web3-onboard/injected-wallets": "^2.2.4",
1717
"@web3-onboard/keepkey": "^2.3.1",
1818
"@web3-onboard/keystone": "^2.3.1",
1919
"@web3-onboard/ledger": "^2.3.1",
2020
"@web3-onboard/magic": "^2.1.3",
2121
"@web3-onboard/mew": "^2.1.3",
2222
"@web3-onboard/portis": "^2.1.3",
23-
"@web3-onboard/react": "^2.3.5",
24-
"@web3-onboard/sequence": "^2.0.3-alpha.1",
23+
"@web3-onboard/react": "^2.4.1",
24+
"@web3-onboard/sequence": "^2.0.3",
2525
"@web3-onboard/tallyho": "^2.0.1",
2626
"@web3-onboard/torus": "^2.1.3",
2727
"@web3-onboard/trezor": "^2.3.1",
28-
"@web3-onboard/walletconnect": "^2.1.3",
28+
"@web3-onboard/walletconnect": "^2.2.0",
2929
"react": "^18.2.0",
3030
"react-dom": "^18.2.0"
3131
},

examples/with-vuejs-v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"dependencies": {
1010
"@web3-onboard/injected-wallets": "^2.2.0",
11-
"@web3-onboard/vue": "^2.2.1",
11+
"@web3-onboard/vue": "^2.3.1",
1212
"vue": "^2.6.12",
1313
"vue-template-compiler": "^2.7.10"
1414
},

examples/with-vuejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@web3-onboard/injected-wallets": "^2.0.15",
12-
"@web3-onboard/vue": "^2.1.6",
12+
"@web3-onboard/vue": "^2.3.1",
1313
"pinia": "^2.0.16",
1414
"vue": "^3.2.37",
1515
"vue-router": "^4.1.2"

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.10.1-alpha.1",
3+
"version": "2.10.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
@@ -23,22 +23,22 @@
2323
},
2424
"dependencies": {
2525
"@web3-onboard/coinbase": "^2.1.3",
26-
"@web3-onboard/core": "^2.10.1-alpha.1",
26+
"@web3-onboard/core": "^2.10.1",
2727
"@web3-onboard/dcent": "^2.2.2",
2828
"@web3-onboard/fortmatic": "^2.0.14",
2929
"@web3-onboard/gas": "^2.1.3",
30-
"@web3-onboard/gnosis": "^2.1.3",
30+
"@web3-onboard/gnosis": "^2.2.0",
3131
"@web3-onboard/injected-wallets": "^2.3.0",
3232
"@web3-onboard/keepkey": "^2.3.2",
3333
"@web3-onboard/keystone": "^2.3.2",
3434
"@web3-onboard/ledger": "^2.3.2",
3535
"@web3-onboard/magic": "^2.1.3",
3636
"@web3-onboard/portis": "^2.1.3",
37-
"@web3-onboard/sequence": "^2.0.3-alpha.1",
37+
"@web3-onboard/sequence": "^2.0.3",
3838
"@web3-onboard/torus": "^2.1.3",
3939
"@web3-onboard/trezor": "^2.3.2",
4040
"@web3-onboard/tallyho": "^2.0.1",
41-
"@web3-onboard/walletconnect": "^2.2.0-alpha.1",
41+
"@web3-onboard/walletconnect": "^2.2.0",
4242
"@web3-onboard/web3auth": "^2.1.3",
4343
"vconsole": "^3.9.5"
4444
},

packages/gnosis/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/gnosis",
3-
"version": "2.1.5-alpha.1",
3+
"version": "2.1.5",
44
"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.",
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.4.1-alpha.1",
3+
"version": "2.4.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",
@@ -62,7 +62,7 @@
6262
"typescript": "^4.5.5"
6363
},
6464
"dependencies": {
65-
"@web3-onboard/core": "^2.10.1-alpha.1",
65+
"@web3-onboard/core": "^2.10.1",
6666
"@web3-onboard/common": "^2.2.3",
6767
"use-sync-external-store": "1.0.0"
6868
},

0 commit comments

Comments
 (0)