Skip to content

Commit 47c8b68

Browse files
authored
Merge pull request #25007 from MetaMask/Version-v11.16.4
v11.16.4
2 parents 9fe5a06 + 38bd59c commit 47c8b68

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [11.16.4]
10+
911
## [11.16.3]
1012
### Changed
1113
- Update Trezor logo ([#24343]https://github.com/MetaMask/metamask-extension/pull/24343)
@@ -4760,7 +4762,8 @@ Update styles and spacing on the critical error page ([#20350](https://github.c
47604762
- Added the ability to restore accounts from seed words.
47614763

47624764

4763-
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v11.16.3...HEAD
4765+
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v11.16.4...HEAD
4766+
[11.16.4]: https://github.com/MetaMask/metamask-extension/compare/v11.16.3...v11.16.4
47644767
[11.16.3]: https://github.com/MetaMask/metamask-extension/compare/v11.16.2...v11.16.3
47654768
[11.16.2]: https://github.com/MetaMask/metamask-extension/compare/v11.16.1...v11.16.2
47664769
[11.16.1]: https://github.com/MetaMask/metamask-extension/compare/v11.16.0...v11.16.1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metamask-crx",
3-
"version": "11.16.3",
3+
"version": "11.16.4",
44
"private": true,
55
"repository": {
66
"type": "git",

ui/pages/home/home.component.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ export default class Home extends PureComponent {
841841
!newNetworkAddedConfigurationId;
842842

843843
const showSmartTransactionsOptInModal =
844-
canSeeModals && isSmartTransactionsOptInModalAvailable;
844+
false && canSeeModals && isSmartTransactionsOptInModalAvailable;
845845

846846
const showWhatsNew =
847847
canSeeModals &&

0 commit comments

Comments
 (0)