Skip to content

Commit 2fbf197

Browse files
authored
Merge pull request #1975 from blocknative/release/2.24.15
Release - 2.24.15 (develop)
2 parents 62afbc6 + befa884 commit 2fbf197

File tree

6 files changed

+7
-7
lines changed

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

packages/bitget/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/bitget",
3-
"version": "2.0.1-alpha.1",
3+
"version": "2.0.1",
44
"description": "bitget-wallet SDK wallet module for connecting to Web3-Onboard. 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/bitkeep/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/bitkeep",
3-
"version": "2.0.1-alpha.1",
3+
"version": "2.0.1",
44
"description": "Bitkeep Wallet SDK wallet module for connecting to Web3-Onboard. 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@safe-global/safe-apps-provider": "^0.18.0",
2929
"@safe-global/safe-apps-sdk": "^8.1.0",
3030
"@web3-onboard/arcana-auth": "^2.0.0",
31-
"@web3-onboard/bitget": "2.0.1-alpha.1",
31+
"@web3-onboard/bitget": "2.0.1",
3232
"@web3-onboard/blocto": "2.0.0",
3333
"@web3-onboard/cede-store": "^2.1.0",
3434
"@web3-onboard/coinbase": "^2.2.6",
@@ -46,7 +46,7 @@
4646
"@web3-onboard/keystone": "^2.3.7",
4747
"@web3-onboard/ledger": "^2.5.2",
4848
"@web3-onboard/magic": "^2.1.6",
49-
"@web3-onboard/metamask": "^2.0.0-alpha.1",
49+
"@web3-onboard/metamask": "^2.0.0",
5050
"@web3-onboard/mew-wallet": "^2.0.3",
5151
"@web3-onboard/phantom": "^2.0.3",
5252
"@web3-onboard/portis": "^2.1.6",

packages/metamask/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/metamask",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0",
44
"description": "MetaMask 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/solid/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/solid",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0",
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",

0 commit comments

Comments
 (0)