Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Master sync #25263

Closed
wants to merge 24 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
169292b
Version bump
Gudahtt Jun 6, 2024
907b36d
chore: bumps MMI packages (#24581)
zone-live May 20, 2024
bdea2e5
chore: adds to allowlist AccountsController:getSelectedAccount and ot…
zone-live Jun 3, 2024
08d8395
chore: applies patch for tx-controller
zone-live Jun 7, 2024
47fdf26
Update changelog
zone-live Jun 6, 2024
240d7d7
fix: Add resolution for rpc-websockets to handle deps audit failure (…
danjm Jun 6, 2024
6b9a6e2
fix: Include missing files in Sentry release artifact upload (#25113)
Gudahtt Jun 6, 2024
f19bcdf
Version v11.16.8 alternative - patch selected network controller (#25…
jiexi Jun 7, 2024
ef12a9d
Update lockfile
Gudahtt Jun 7, 2024
b2930c2
Update LavaMoat policies
metamaskbot Jun 7, 2024
9a0fa83
fix: Update minimum browser warning version, and gracefully fail if c…
danjm Jun 7, 2024
4095493
fix: Fix types associated with auto lock timer call (#25109)
danjm Jun 6, 2024
2d74793
Update changelog for v11.16.8
danjm Jun 7, 2024
7735ab1
Merge pull request #25090 from MetaMask/Version-v11.16.8
danjm Jun 7, 2024
74bd71b
Version 11.16.9
FrederikBolding Jun 10, 2024
5540d6e
fix: patch in decryption hotfix
FrederikBolding Jun 10, 2024
d72fe72
Update changelog
FrederikBolding Jun 10, 2024
d392c02
Merge pull request #25172 from MetaMask/Version-v11.16.9
danjm Jun 10, 2024
8d721ab
Version bump
Gudahtt Jun 12, 2024
46a141e
fix: Capture Segment errors during initialization
Gudahtt Jun 12, 2024
ee0b90d
Update changelog
Gudahtt Jun 12, 2024
87d2795
fix: Disable MV3 for MV2 Flask production build (#25209)
FrederikBolding Jun 11, 2024
f795589
Merge pull request #25254 from MetaMask/Version-v11.16.10
danjm Jun 12, 2024
774ce92
Merge origin/develop into master-sync
hjetpoluru Jun 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [11.16.10]
### Fixed
- Capture Segment errors during initialization ([#25253](https://github.com/MetaMask/metamask-extension/pull/25253))

## [11.16.9]
### Fixed
- Fix an issue where Snaps would be unable to decrypt older state ([#25172](https://github.com/MetaMask/metamask-extension/pull/25172))

## [11.16.8]
### Changed
- Prepare for increasing the minimum Chromium version supported by MetaMask ([#25142](https://github.com/MetaMask/metamask-extension/pull/25142))
- Users on Chromium versions lower than 109 will now see a warning that they need to update their browser.
Assuming their Chromium browser does not support the Offscreen Document api, the warning will include a note
that Snaps and Hardware wallets do not work on their current browser version.
- [MMI] Updates MMI packages to latest versions ([#24581](https://github.com/MetaMask/metamask-extension/pull/24581))

### Fixed
- Fix bug that could cause users to be locked out of MetaMask if they previously emptied the "Auto-lock timer" advanced setting
input field and save it in that empty state. ([#25109](https://github.com/MetaMask/metamask-extension/pull/25109))
- Fix bug that can prevent updates to network data in connected dapps after manually switching the network in the wallet ui ([#25127](https://github.com/MetaMask/metamask-extension/pull/25127))
- [MMI] Fixed an issue that prevented MMI transactions from being sent correctly ([#24947](https://github.com/MetaMask/metamask-extension/pull/24947))
- [MMI] Better support for MMI Portfolio Dashboard with an update to the allow list ([#24992](https://github.com/MetaMask/metamask-extension/pull/24992))

## [11.16.7]
### Fixed
- Fix bug that breaks dapps that expect users to switch chains manually([#25046]https://github.com/MetaMask/metamask-extension/pull/25046)
Expand Down Expand Up @@ -4785,7 +4808,10 @@ Update styles and spacing on the critical error page ([#20350](https://github.c
- Added the ability to restore accounts from seed words.


[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v11.16.7...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v11.16.10...HEAD
[11.16.10]: https://github.com/MetaMask/metamask-extension/compare/v11.16.9...v11.16.10
[11.16.9]: https://github.com/MetaMask/metamask-extension/compare/v11.16.8...v11.16.9
[11.16.8]: https://github.com/MetaMask/metamask-extension/compare/v11.16.7...v11.16.8
[11.16.7]: https://github.com/MetaMask/metamask-extension/compare/v11.16.6...v11.16.7
[11.16.6]: https://github.com/MetaMask/metamask-extension/compare/v11.16.5...v11.16.6
[11.16.5]: https://github.com/MetaMask/metamask-extension/compare/v11.16.4...v11.16.5
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metamask-crx",
"version": "11.16.7",
"version": "11.16.10",
"private": true,
"repository": {
"type": "git",
Expand Down
Loading