Skip to content

Commit

Permalink
Merge pull request #25007 from MetaMask/Version-v11.16.4
Browse files Browse the repository at this point in the history
v11.16.4
  • Loading branch information
danjm authored Jun 3, 2024
2 parents 9fe5a06 + 38bd59c commit 47c8b68
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [11.16.4]

## [11.16.3]
### Changed
- Update Trezor logo ([#24343]https://github.com/MetaMask/metamask-extension/pull/24343)
Expand Down Expand Up @@ -4760,7 +4762,8 @@ 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.3...HEAD
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v11.16.4...HEAD
[11.16.4]: https://github.com/MetaMask/metamask-extension/compare/v11.16.3...v11.16.4
[11.16.3]: https://github.com/MetaMask/metamask-extension/compare/v11.16.2...v11.16.3
[11.16.2]: https://github.com/MetaMask/metamask-extension/compare/v11.16.1...v11.16.2
[11.16.1]: https://github.com/MetaMask/metamask-extension/compare/v11.16.0...v11.16.1
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.3",
"version": "11.16.4",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion ui/pages/home/home.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ export default class Home extends PureComponent {
!newNetworkAddedConfigurationId;

const showSmartTransactionsOptInModal =
canSeeModals && isSmartTransactionsOptInModalAvailable;
false && canSeeModals && isSmartTransactionsOptInModalAvailable;

const showWhatsNew =
canSeeModals &&
Expand Down

0 comments on commit 47c8b68

Please sign in to comment.