1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Merge remote-tracking branch 'origin/master' into Version-v10.29.0

This commit is contained in:
Dan J Miller 2023-04-20 13:47:31 -02:30
commit 9e127f01ce
5 changed files with 20 additions and 8 deletions

View File

@ -163,6 +163,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [skip e2e] bump coverage ([#18165](https://github.com/MetaMask/metamask-extension/pull/18165))
- Fix disabled 'eth_sign' event & add 'Request Disabled' event type ([#18007](https://github.com/MetaMask/metamask-extension/pull/18007))
- Fixed hardware wallet info popup on token allowance screen ([#17881](https://github.com/MetaMask/metamask-extension/pull/17881))
## [10.28.3]
### Fixed
- Fix network switching prompted by dapps for users that added the network prior to v10.28.0. ([#18513](https://github.com/MetaMask/metamask-extension/pull/18513))
## [10.28.2]
### Fixed
- Fix network switching prompted by dapps by fixing the `wallet_switchEthereumChain` handler. ([#18483](https://github.com/MetaMask/metamask-extension/pull/18483))
- Fix to ensure all users see the NFT and transaction security notifications ([#18460](https://github.com/MetaMask/metamask-extension/pull/18460))
- Fix issue blocking Hindi, Japanese and Turkish language users from installing from the Chrome store ([#18487](https://github.com/MetaMask/metamask-extension/pull/18487))
## [10.28.1]
### Changed
@ -3803,6 +3812,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.29.0...HEAD
[10.29.0]: https://github.com/MetaMask/metamask-extension/compare/v10.28.1...v10.29.0
[Unreleased]: https://github.com/MetaMask/metamask-extension/compare/v10.28.3...HEAD
[10.28.3]: https://github.com/MetaMask/metamask-extension/compare/v10.28.2...v10.28.3
[10.28.2]: https://github.com/MetaMask/metamask-extension/compare/v10.28.1...v10.28.2
[10.28.1]: https://github.com/MetaMask/metamask-extension/compare/v10.28.0...v10.28.1
[10.28.0]: https://github.com/MetaMask/metamask-extension/compare/v10.27.0...v10.28.0
[10.27.0]: https://github.com/MetaMask/metamask-extension/compare/v10.26.2...v10.27.0

View File

@ -1601,11 +1601,11 @@
"description": "Is the bolded text in 'holdToRevealContent1'"
},
"holdToRevealContent3": {
"message": "इसे किसी के साथ साझा न करें। $1$2",
"message": "इसे किसी के साथ साझा न करें। $1,$2",
"description": "$1 is a message from 'holdToRevealContent4' and $2 is a text link with the message from 'holdToRevealContent5'"
},
"holdToRevealContent4": {
"message": "MetaMask सपोर्ट इसका अनुरोध नहीं करेगा,",
"message": "MetaMask सपोर्ट इसका अनुरोध नहीं करेगा",
"description": "Part of 'holdToRevealContent3'"
},
"holdToRevealContent5": {

View File

@ -1601,11 +1601,11 @@
"description": "Is the bolded text in 'holdToRevealContent1'"
},
"holdToRevealContent3": {
"message": "これは誰にも教えないでください。$1$2",
"message": "これは誰にも教えないでください。$1$2",
"description": "$1 is a message from 'holdToRevealContent4' and $2 is a text link with the message from 'holdToRevealContent5'"
},
"holdToRevealContent4": {
"message": "MetaMask サポートがこの情報を尋ねることはなく",
"message": "MetaMask サポートがこの情報を尋ねることはなく",
"description": "Part of 'holdToRevealContent3'"
},
"holdToRevealContent5": {

View File

@ -1593,7 +1593,7 @@
"message": "GKİ'yi göstermek için basılı tut"
},
"holdToRevealContent1": {
"message": "Gizli Kurtarma İfadeniz: $1$",
"message": "Gizli Kurtarma İfadeniz: $1",
"description": "$1 is a bolded text with the message from 'holdToRevealContent2'"
},
"holdToRevealContent2": {

View File

@ -34616,14 +34616,14 @@ __metadata:
linkType: hard
"vm2@npm:^3.9.3":
version: 3.9.11
resolution: "vm2@npm:3.9.11"
version: 3.9.15
resolution: "vm2@npm:3.9.15"
dependencies:
acorn: ^8.7.0
acorn-walk: ^8.2.0
bin:
vm2: bin/vm2
checksum: aab39e6e4b59146d24abacd79f490e854a6e058a8b23d93d2be5aca7720778e2605d2cc028ccc4a5f50d3d91b0c38be9a6247a80d2da1a6de09425cc437770b4
checksum: 1df70d5a88173651c0062901aba67e5edfeeb3f699fe6c305f5efb6a5a7391e5724cbf98a6516600b65016c6824dc07cc79947ea4222f8537ae1d9ce0b730ad7
languageName: node
linkType: hard