Skip to content

Commit 64fe1c0

Browse files
authored
Merge pull request #1845 from blocknative/release/2.24.5
Release 2.24.5 (develop)
2 parents 8a10e96 + 346b6d6 commit 64fe1c0

File tree

11 files changed

+23
-32
lines changed

11 files changed

+23
-32
lines changed

docs/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4543,10 +4543,10 @@
45434543
ethers "5.5.4"
45444544
joi "17.9.1"
45454545

4546-
"@web3-onboard/core@^2.20.4":
4547-
version "2.20.4"
4548-
resolved "https://registry.yarnpkg.com/@web3-onboard/core/-/core-2.20.4.tgz#ccc9ff509e56720e526b4ceae5459a1f2a435d22"
4549-
integrity sha512-IFI3DVq5QgFj5w1TyL61gHmeOlkX8AJiBAARO3cd4zW8I3h9K2+7HeE7LbsfwefZYLILzXCfF0gMB3qRN/GWYQ==
4546+
"@web3-onboard/core@^2.20.5-alpha.1":
4547+
version "2.20.5-alpha.1"
4548+
resolved "https://registry.yarnpkg.com/@web3-onboard/core/-/core-2.20.5-alpha.1.tgz#823799c7dc0127bec1f38c3781acb2aa1d303da5"
4549+
integrity sha512-BcjPvkgY+Ybql9DCjkyfRSIGFd32AHQTdAqyrBbii+ljT1tZdnhjaXOJm3uncuCvWCdTo8rvqZDoIfIDR5AmuA==
45504550
dependencies:
45514551
"@web3-onboard/common" "^2.3.3"
45524552
bignumber.js "^9.0.0"
@@ -4588,10 +4588,10 @@
45884588
"@web3-onboard/common" "^2.3.3"
45894589
fortmatic "^2.2.1"
45904590

4591-
"@web3-onboard/frame@^2.0.1":
4592-
version "2.0.1"
4593-
resolved "https://registry.yarnpkg.com/@web3-onboard/frame/-/frame-2.0.1.tgz#10cb9ff190b69789c523d5a3a6a4df1b8428f9c8"
4594-
integrity sha512-oWhhNjS2vIg3l3HC7rS6bcQ9F8nief3atZwPDnT4FDkRZHCht9pNr4tAD428LEahJa3NWZQD63MdtVzIV/8C3g==
4591+
"@web3-onboard/frame@^2.0.2-alpha.1":
4592+
version "2.0.2-alpha.1"
4593+
resolved "https://registry.yarnpkg.com/@web3-onboard/frame/-/frame-2.0.2-alpha.1.tgz#952ebdf460b7f8ed0043e2265089588f5f6760ad"
4594+
integrity sha512-rgUVateHp9kGE1RPb/e641tTSHq4I0Cc3h/T9388QxsUDAwV2xsZbnokAPOJYv0rbIxC8XIkWFGF5wTdNTatew==
45954595
dependencies:
45964596
"@web3-onboard/common" "^2.3.3"
45974597
eth-provider "^0.13.6"

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

packages/cede-store/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/cede-store",
3-
"version": "2.1.0-alpha.1",
3+
"version": "2.1.0",
44
"description": "cede.store 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
"keywords": [
66
"Ethereum",

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.20.5-alpha.1",
3+
"version": "2.20.5",
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
@@ -24,14 +24,14 @@
2424
"webpack-dev-server": "4.7.4"
2525
},
2626
"dependencies": {
27-
"@web3-onboard/cede-store": "^2.1.0-alpha.1",
27+
"@web3-onboard/cede-store": "^2.1.0",
2828
"@web3-onboard/blocto": "2.0.0",
2929
"@web3-onboard/coinbase": "^2.2.5",
30-
"@web3-onboard/core": "^2.20.5-alpha.1",
30+
"@web3-onboard/core": "^2.20.5",
3131
"@web3-onboard/dcent": "^2.2.7",
3232
"@web3-onboard/enkrypt": "^2.0.3",
3333
"@web3-onboard/fortmatic": "^2.0.18",
34-
"@web3-onboard/frame": "^2.0.2-alpha.1",
34+
"@web3-onboard/frame": "^2.0.2",
3535
"@web3-onboard/frontier": "^2.0.3",
3636
"@web3-onboard/gas": "^2.1.7",
3737
"@web3-onboard/gnosis": "^2.1.9",
@@ -52,7 +52,7 @@
5252
"@web3-onboard/trust": "^2.0.3",
5353
"@web3-onboard/uauth": "^2.1.1",
5454
"@web3-onboard/venly": "^2.0.0",
55-
"@web3-onboard/walletconnect": "^2.4.3-alpha.1",
55+
"@web3-onboard/walletconnect": "^2.4.3",
5656
"@web3-onboard/web3auth": "^2.2.2",
5757
"@web3-onboard/xdefi": "^2.0.3",
5858
"@web3-onboard/zeal": "^2.0.3",

packages/frame/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/frame",
3-
"version": "2.0.2-alpha.1",
3+
"version": "2.0.2",
44
"description": "Frame 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
"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.3-alpha.1",
3+
"version": "2.10.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.8.10-alpha.1",
3+
"version": "2.8.10",
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",
@@ -63,7 +63,7 @@
6363
},
6464
"dependencies": {
6565
"@web3-onboard/common": "^2.3.3",
66-
"@web3-onboard/core": "^2.20.5-alpha.1",
66+
"@web3-onboard/core": "^2.20.5",
6767
"use-sync-external-store": "1.0.0"
6868
},
6969
"peerDependencies": {

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.7.9-alpha.1",
3+
"version": "2.7.9",
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",
@@ -63,7 +63,7 @@
6363
"@vueuse/core": "^8.4.2",
6464
"@vueuse/rxjs": "^8.2.0",
6565
"@web3-onboard/common": "^2.3.3",
66-
"@web3-onboard/core": "^2.20.5-alpha.1",
66+
"@web3-onboard/core": "^2.20.5",
6767
"vue-demi": "^0.12.4"
6868
},
6969
"peerDependencies": {

packages/walletconnect/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/walletconnect",
3-
"version": "2.4.3-alpha.1",
3+
"version": "2.4.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",
@@ -62,7 +62,7 @@
6262
"@ethersproject/providers": "5.5.0",
6363
"@walletconnect/client": "^1.8.0",
6464
"@walletconnect/ethereum-provider": "2.9.0",
65-
"@walletconnect/modal":"2.6.0",
65+
"@walletconnect/modal": "2.6.0",
6666
"@walletconnect/qrcode-modal": "^1.8.0",
6767
"@web3-onboard/common": "^2.3.3",
6868
"joi": "17.9.1",

0 commit comments

Comments
 (0)