From 2fd8127ad58e090e6aa448400c065fe373a54044 Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Mon, 7 Mar 2022 14:50:50 -0700 Subject: [PATCH] 0.14.2 Release - Master (#168) * Added gnosis safe wallet that was missed in original deploy * Updates for web3 onboard packages, fix for gnosis and some slight changes in text for new name web3-onboard * Update version for new release --- .gitignore | 2 ++ package.json | 11 ++++++----- public/manifest.json | 4 +++- src/App.js | 2 +- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 81b368c5..f6d2a875 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,5 @@ yarn-debug.log* yarn-error.log* .vercel + +/.cert diff --git a/package.json b/package.json index 75ca68e7..434058ea 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,18 @@ { "name": "onboard-notify-react", - "version": "0.14.1", + "version": "0.14.2", "dependencies": { "@web3-onboard/fortmatic": "^2.0.0", - "@web3-onboard/gnosis": "^2.0.0", - "@web3-onboard/injected-wallets": "^2.0.0", + "@web3-onboard/gnosis": "^2.0.1", + "@web3-onboard/injected-wallets": "^2.0.1", "@web3-onboard/keepkey": "^2.0.0", + "@web3-onboard/keystone": "^2.0.0", "@web3-onboard/ledger": "^2.0.0", "@web3-onboard/portis": "^2.0.0", - "@web3-onboard/react": "^2.0.1", + "@web3-onboard/react": "^2.0.3", "@web3-onboard/torus": "^2.0.0", "@web3-onboard/trezor": "^2.0.1", - "@web3-onboard/walletconnect": "^2.0.0", + "@web3-onboard/walletconnect": "^2.0.1", "@web3-onboard/walletlink": "^2.0.0", "bnc-notify": "^1.9.4", "bnc-notify-staging": "https://github.com/blocknative/notify#develop", diff --git a/public/manifest.json b/public/manifest.json index 0e95b1f8..208c3b37 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -11,5 +11,7 @@ "start_url": ".", "display": "standalone", "theme_color": "#000000", - "background_color": "#ffffff" + "background_color": "#ffffff", + "description": "A React Demo app for Web3-Onboard and Notify", + "iconPath": "blocknative-favicon.ico" } diff --git a/src/App.js b/src/App.js index 35f06f72..1cfeb228 100644 --- a/src/App.js +++ b/src/App.js @@ -309,7 +309,7 @@ const App = () => {
-

Onboarding Users with Onboard

+

Onboarding Users with Web3-Onboard

{wallet && (