mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
Sync master
with develop
(#11215)
* Revert "lint fix" This reverts commit6dfab2e3c6
. * Revert "Adding "What's New" notification for Ledger Support Update (#11188)" This reverts commit939a34f16c
. * Revert "Disable Ledger Live toggle for Firefox users (#11169)" This reverts commitdec34fa4c6
. * Revert "Implement Ledger Live bridge (#10293)" This reverts commit397417bf09
. * Version v9.5.7 * Update CHANGELOG.md Co-authored-by: Mark Stacey <markjstacey@gmail.com> * Revert "Revert "Implement Ledger Live bridge (#10293)"" This reverts commit56db48a1c3
. * Revert "Revert "Disable Ledger Live toggle for Firefox users (#11169)"" This reverts commit6e0da428ac
. * Revert "Revert "Adding "What's New" notification for Ledger Support Update (#11188)"" This reverts commit7365f87f9e
. * Revert "Revert "lint fix"" This reverts commit02b442aace
. * Track version in correct place (i.e. package.json) for master to develop sync for v9.5.7 Co-authored-by: Mark Stacey <markjstacey@gmail.com>
This commit is contained in:
parent
3fc29bf4f2
commit
9e92ab41ee
@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [9.5.7]
|
||||
### Fixed
|
||||
- Revert "Add Ledger Live Support" ([#10293](https://github.com/MetaMask/metamask-extension/pull/10293)), which introduced a UI crash for some locales
|
||||
|
||||
## [9.5.6]
|
||||
### Added
|
||||
- [#10293](https://github.com/MetaMask/metamask-extension/pull/10293): Add Ledger Live Support
|
||||
@ -2249,7 +2253,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
### Uncategorized
|
||||
- Added the ability to restore accounts from seed words.
|
||||
|
||||
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v9.5.6...HEAD
|
||||
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v9.5.7...HEAD
|
||||
[9.5.7]: https://github.com/MetaMask/metamask-extension/compare/v9.5.6...v9.5.7
|
||||
[9.5.6]: https://github.com/MetaMask/metamask-extension/compare/v9.5.5...v9.5.6
|
||||
[9.5.5]: https://github.com/MetaMask/metamask-extension/compare/v9.5.4...v9.5.5
|
||||
[9.5.4]: https://github.com/MetaMask/metamask-extension/compare/v9.5.3...v9.5.4
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "metamask-crx",
|
||||
"version": "9.5.6",
|
||||
"version": "9.5.7",
|
||||
"private": true,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user