Skip to content

Commit 7f5430a

Browse files
authored
Merge pull request #2282 from blocknative/release/2.28.0
Release 2.28.0 (develop)
2 parents 8f2ced9 + a411a35 commit 7f5430a

11 files changed

Lines changed: 1220 additions & 66 deletions

File tree

docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"@web3-onboard/core": "^2.22.3-alpha.2",
6161
"@web3-onboard/dcent": "^2.2.8",
6262
"@web3-onboard/enkrypt": "^2.1.1",
63+
"@web3-onboard/finoaconnect": "^2.0.0",
6364
"@web3-onboard/fortmatic": "^2.1.1",
6465
"@web3-onboard/frame": "^2.1.1",
6566
"@web3-onboard/frontier": "^2.1.1",

docs/yarn.lock

Lines changed: 1207 additions & 54 deletions
Large diffs are not rendered by default.

examples/with-sveltekit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
3636
"@fontsource/fira-mono": "^4.5.10",
3737
"@rollup/plugin-commonjs": "^25.0.7",
38-
"@web3-onboard/core": "^2.22.3-alpha.1",
38+
"@web3-onboard/core": "^2.22.3",
3939
"@web3-onboard/injected-wallets": "^2.8.5",
4040
"@web3-onboard/walletconnect": "^2.3.6",
4141
"assert": "^2.1.0",

examples/with-vanilla-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@web3-onboard/coinbase": "^2.2.2",
31-
"@web3-onboard/core": "^2.22.3-alpha.1",
31+
"@web3-onboard/core": "^2.22.3",
3232
"@web3-onboard/injected-wallets": "^2.8.4",
3333
"@web3-onboard/walletconnect": "^2.3.5"
3434
}

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

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.22.3-alpha.2",
3+
"version": "2.22.3",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@web3-onboard/bloom": "2.0.0",
3535
"@web3-onboard/capsule": "^2.3.0",
3636
"@web3-onboard/cede-store": "^2.3.1",
37-
"@web3-onboard/core": "2.22.3-alpha.2",
37+
"@web3-onboard/core": "2.22.3",
3838
"@web3-onboard/coinbase": "^2.4.1",
3939
"@web3-onboard/dcent": "^2.2.7",
4040
"@web3-onboard/enkrypt": "^2.1.1",

packages/finoaconnect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@
6060
},
6161
"dependencies": {
6262
"@finoa/finoa-connect-sdk": "^1.0.4",
63-
"@web3-onboard/core": "^2.22.3-alpha.1"
63+
"@web3-onboard/core": "^2.22.3"
6464
}
6565
}

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.9.3-alpha.2",
3+
"version": "2.9.3",
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.22.3-alpha.2",
64+
"@web3-onboard/core": "2.22.3",
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.1.3-alpha.2",
3+
"version": "2.1.3",
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.22.3-alpha.2",
66+
"@web3-onboard/core": "2.22.3",
6767
"solid-js": "^1.8.1"
6868
}
6969
}

0 commit comments

Comments
 (0)