Skip to content

Commit

Permalink
release: v1.1.1 (#7)
Browse files Browse the repository at this point in the history
* Build(deps): Bump axios from 0.19.2 to 0.21.1

Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](axios/axios@v0.19.2...v0.21.1)

Signed-off-by: dependabot[bot] <[email protected]>

* chore: ignore ide specific files

* Build(deps): Bump axios from 0.21.1 to 0.21.2

Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](axios/axios@v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Build(deps): Bump tmpl from 1.0.4 to 1.0.5

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Build(deps): Bump merge-deep from 3.0.2 to 3.0.3

Bumps [merge-deep](https://github.com/jonschlinkert/merge-deep) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/jonschlinkert/merge-deep/releases)
- [Commits](jonschlinkert/merge-deep@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: merge-deep
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Build(deps): Bump tar from 4.4.13 to 4.4.19

Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v4.4.13...v4.4.19)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix: Update WalletConnect to latest Version (#6)

This updates the WalletConnect Version to the latest to support the new V2 protocol.

* chore: Change display name of wallet connect to be clearer

* fix: install latest version of wallet connect

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
perfectmak and dependabot[bot] authored Dec 31, 2021
1 parent 142ed02 commit 4bf8f53
Show file tree
Hide file tree
Showing 4 changed files with 496 additions and 217 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ yarn-error.log*

# ignore typechain generated files
src/modules/contracts/generated

# Ignore ide specific files
.code
.idea
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@portis/web3": "^2.0.0-beta.54",
"@sentry/browser": "^5.15.5",
"@toruslabs/torus-embed": "^1.4.3",
"@walletconnect/web3-provider": "^1.0.0-beta.47",
"axios": "^0.19.2",
"@walletconnect/web3-provider": "1.7.0",
"axios": "^0.21.2",
"bignumber.js": "^9.0.0",
"eth-qr-scanner": "^1.1.0",
"formik": "^2.1.4",
Expand Down
2 changes: 1 addition & 1 deletion src/modules/wallets/pages/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const SupportedProvidersDisplayInfo: ProviderDisplayInfo[] = [
{
provider: SupportedProvider.WalletConnect,
icon: WalletConnectIcon,
name: 'Scan QR Code',
name: 'Wallet Connect',
},
{
provider: SupportedProvider.Fortmatic,
Expand Down
Loading

0 comments on commit 4bf8f53

Please sign in to comment.