Skip to content

Commit ef8f9a5

Browse files
authored
Merge pull request #1496 from blocknative/release/2.19.1
Release 2.19.1 (develop)
2 parents 76d89a5 + 6df924e commit ef8f9a5

File tree

16 files changed

+22
-51
lines changed

16 files changed

+22
-51
lines changed

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@web3-onboard/fortmatic": "^2.0.14",
6262
"@web3-onboard/gas": "^2.1.4",
6363
"@web3-onboard/gnosis": "^2.1.6",
64-
"@web3-onboard/injected-wallets": "^2.6.1",
64+
"@web3-onboard/injected-wallets": "^2.6.2",
6565
"@web3-onboard/keepkey": "^2.3.3",
6666
"@web3-onboard/keystone": "^2.3.3",
6767
"@web3-onboard/ledger": "^2.4.2",
@@ -72,7 +72,7 @@
7272
"@web3-onboard/tallyho": "^2.0.1",
7373
"@web3-onboard/torus": "^2.2.0",
7474
"@web3-onboard/trezor": "^2.3.3",
75-
"@web3-onboard/trust": "^2.0.0-alpha.1",
75+
"@web3-onboard/trust": "^2.0.0",
7676
"@web3-onboard/uauth": "^2.0.1",
7777
"@web3-onboard/walletconnect": "^2.2.1",
7878
"@web3-onboard/web3auth": "^2.1.4",

examples/with-vite-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@web3-onboard/dcent": "^2.2.1",
1414
"@web3-onboard/fortmatic": "^2.0.14",
1515
"@web3-onboard/gnosis": "^2.1.5",
16-
"@web3-onboard/injected-wallets": "^2.6.1-alpha.1",
16+
"@web3-onboard/injected-wallets": "^2.6.2",
1717
"@web3-onboard/keepkey": "^2.3.1",
1818
"@web3-onboard/keystone": "^2.3.1",
1919
"@web3-onboard/ledger": "^2.3.1",

examples/with-vuejs-v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"serve": "vite preview"
88
},
99
"dependencies": {
10-
"@web3-onboard/injected-wallets": "^2.6.1-alpha.1",
10+
"@web3-onboard/injected-wallets": "^2.6.2",
1111
"@web3-onboard/vue": "^2.3.1",
1212
"vue": "^2.6.12",
1313
"vue-template-compiler": "^2.7.10"

examples/with-vuejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
99
},
1010
"dependencies": {
11-
"@web3-onboard/injected-wallets": "^2.6.1-alpha.1",
11+
"@web3-onboard/injected-wallets": "^2.6.2",
1212
"@web3-onboard/vue": "^2.3.1",
1313
"pinia": "^2.0.16",
1414
"vue": "^3.2.37",

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

packages/core/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/core",
3-
"version": "2.14.0",
3+
"version": "2.14.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",
@@ -87,7 +87,7 @@
8787
"@unstoppabledomains/resolution": "^8.0",
8888
"@web3-onboard/common": "^2.2.3",
8989
"bignumber.js": "^9.0.0",
90-
"bnc-sdk": "^4.6.2",
90+
"bnc-sdk": "^4.6.5",
9191
"bowser": "^2.11.0",
9292
"ethers": "5.5.3",
9393
"eventemitter3": "^4.0.7",

packages/core/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ import {
3232
} from './store/actions.js'
3333
import type { PatchedEIP1193Provider } from '@web3-onboard/transaction-preview'
3434
import { getBlocknativeSdk } from './services.js'
35-
import { defaultBnIcon } from './icons/index.js'
3635

3736
const API = {
3837
connectWallet,

packages/core/src/views/account-center/Maximized.svelte

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,6 @@
220220
margin-top: 12px;
221221
color: var(--text-color);
222222
}
223-
224-
.powered-by {
225-
color: var(--onboard-gray-400, var(--gray-400));
226-
font-size: var(--onboard-font-size-7, var(--font-size-7));
227-
line-height: var(--onboard-font-line-height-3, var(--font-line-height-3));
228-
}
229223
</style>
230224

231225
{#if disconnectConfirmModal}

packages/demo/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"webpack-dev-server": "4.7.4"
2424
},
2525
"dependencies": {
26-
"@web3-onboard/core": "^2.14.0",
26+
"@web3-onboard/core": "^2.14.1",
2727
"@web3-onboard/coinbase": "^2.1.4",
28-
"@web3-onboard/transaction-preview": "^2.0.1-alpha.1",
28+
"@web3-onboard/transaction-preview": "^2.0.1",
2929
"@web3-onboard/dcent": "^2.2.3",
3030
"@web3-onboard/frontier": "^2.0.0",
3131
"@web3-onboard/fortmatic": "^2.0.14",
@@ -34,12 +34,13 @@
3434
"@web3-onboard/keepkey": "^2.3.3",
3535
"@web3-onboard/keystone": "^2.3.3",
3636
"@web3-onboard/ledger": "^2.4.2",
37-
"@web3-onboard/injected-wallets": "^2.6.2-alpha.4",
37+
"@web3-onboard/injected-wallets": "^2.6.2",
3838
"@web3-onboard/magic": "^2.1.3",
3939
"@web3-onboard/phantom": "^2.0.0-alpha.1",
4040
"@web3-onboard/portis": "^2.1.3",
4141
"@web3-onboard/sequence": "^2.0.4",
4242
"@web3-onboard/trezor": "^2.3.3",
43+
"@web3-onboard/trust": "^2.0.0",
4344
"@web3-onboard/torus": "^2.2.1",
4445
"@web3-onboard/tallyho": "^2.0.1",
4546
"@web3-onboard/web3auth": "^2.1.4",

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.6.2-alpha.4",
3+
"version": "2.6.2",
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",

0 commit comments

Comments
 (0)