Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Commit

Permalink
apply ledger webusb fix for chromium 91.x (#538)
Browse files Browse the repository at this point in the history
* apply ledger webusb fix for chromium 91.x

* update changelog
  • Loading branch information
kwunyeung authored Jun 3, 2021
1 parent 6bce4e8 commit cd03ee7
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [Unreleased]
* Fixes Ledger WebUSB + Chrome 91.x issue (https://github.com/LedgerHQ/ledgerjs/issues/607)

## v0.41.x-14.1
* [#426] Updated proposal tally result, added activeVotingPower value to active proposal collection.
* [#524] Added `noreferrer` to Banner links
Expand Down
37 changes: 32 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@babel/runtime": "^7.13.17",
"@ledgerhq/hw-transport-web-ble": "^5.50.0",
"@ledgerhq/hw-transport-webusb": "^5.49.0",
"@ledgerhq/hw-transport-webusb": "^5.53.0",
"@types/meteor-universe-i18n": "^1.14.5",
"axios": "^0.21.1",
"babel-polyfill": "^6.26.0",
Expand Down

0 comments on commit cd03ee7

Please sign in to comment.