Skip to content

Commit 131a476

Browse files
authored
Merge pull request #394 from blocknative/develop
Release 1.10.2
2 parents a1accde + 14a69a0 commit 131a476

File tree

3 files changed

+709
-737
lines changed

3 files changed

+709
-737
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bnc-onboard",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"description": "Onboard users to web3 by allowing them to select a wallet, get that wallet ready to transact and have access to synced wallet state.",
55
"keywords": [
66
"ethereum",
@@ -45,12 +45,12 @@
4545
"typescript": "^3.6.4"
4646
},
4747
"dependencies": {
48-
"@ledgerhq/hw-app-eth": "^5.7.0",
49-
"@ledgerhq/hw-transport-u2f": "^5.7.0",
50-
"@portis/web3": "^2.0.0-beta.42",
48+
"@ledgerhq/hw-app-eth": "^5.19.0",
49+
"@ledgerhq/hw-transport-u2f": "^5.19.0",
50+
"@portis/web3": "^2.0.0-beta.55",
5151
"@toruslabs/torus-embed": "^1.3.0",
5252
"@unilogin/provider": "^0.5.21",
53-
"@walletconnect/web3-provider": "^1.0.11",
53+
"@walletconnect/web3-provider": "^1.0.13",
5454
"authereum": "^0.0.4-beta.157",
5555
"bignumber.js": "^9.0.0",
5656
"bnc-sdk": "^2.1.4",

src/elements/Button.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
<button
4141
on:click={onclick}
42-
class="bn-onboard-prepare-button"
42+
class="bn-onboard-custom bn-onboard-prepare-button"
4343
class:bn-onboard-prepare-button-right={position === 'right'}
4444
class:bn-onboard-prepare-button-left={position === 'left'}
4545
class:bn-onboard-prepare-button-center={position !== 'left' && position !== 'right'}

0 commit comments

Comments
 (0)