Skip to content

Commit 4e1cc5c

Browse files
committed
Merge in main
2 parents e82e62c + ba7e8e3 commit 4e1cc5c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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.24.18",
3+
"version": "2.24.19",
44
"private": true,
55
"workspaces": {
66
"packages": [

packages/demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"@web3-onboard/frame": "^2.0.2",
4141
"@web3-onboard/frontier": "^2.0.3",
4242
"@web3-onboard/gas": "^2.1.7",
43-
"@web3-onboard/gnosis": "^2.2.1-alpha.1",
43+
"@web3-onboard/gnosis": "^2.2.1",
4444
"@web3-onboard/infinity-wallet": "^2.0.3",
45-
"@web3-onboard/injected-wallets": "^2.10.9",
45+
"@web3-onboard/injected-wallets": "^2.10.11",
4646
"@web3-onboard/keepkey": "^2.3.7",
4747
"@web3-onboard/keystone": "^2.3.7",
4848
"@web3-onboard/ledger": "^2.5.2",
@@ -59,7 +59,7 @@
5959
"@web3-onboard/trust": "^2.0.3",
6060
"@web3-onboard/uauth": "^2.1.2",
6161
"@web3-onboard/venly": "^2.0.0",
62-
"@web3-onboard/walletconnect": "^2.5.3-alpha.1",
62+
"@web3-onboard/walletconnect": "^2.5.3",
6363
"@web3-onboard/web3auth": "^2.2.2",
6464
"@web3-onboard/xdefi": "^2.0.5",
6565
"@web3-onboard/zeal": "^2.0.3",

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.2.1-alpha.1",
3+
"version": "2.2.1",
44
"description": "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/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.10.11-alpha.1",
3+
"version": "2.10.11",
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/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.5.3-alpha.1",
3+
"version": "2.5.3",
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",

0 commit comments

Comments
 (0)