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

feat: v7.35.1 #12359

Merged
merged 27 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
6b053d1
bump version
sethkfman Nov 4, 2024
66c4b2d
updated changelog
sethkfman Nov 4, 2024
ddf02e4
Bump version 1478
sethkfman Nov 4, 2024
48017cb
Bump version number to 1479
metamaskbot Nov 5, 2024
ad4d81f
feat (cherry-pick): display staking transaction methods (#12110) (#12…
matthewwalsh0 Nov 6, 2024
049ef39
chore: disable pooled staking feature flag (#12210)
amitabh94 Nov 6, 2024
3e574e3
fix (cherry-pick): hide internal transaction origins in confirmation …
vinistevam Nov 7, 2024
5c6ccd7
chore: disable pooled staking release for v7.35.0 (#12211)
jclancy93 Nov 7, 2024
b078933
chore(runway): cherry-pick fix: Update `transaction-controller` versi…
runway-github[bot] Nov 8, 2024
5ed86bb
fix: Kylan/7.35.0 e446dc1 cherry pick (#12249)
kylanhurt Nov 8, 2024
39608bb
chore: cherry pick staking analytics (#12203)
jclancy93 Nov 12, 2024
824ba07
fix: Add migration to fix NotificationServicesController bug (#12219)…
kylanhurt Nov 12, 2024
6963be6
feat: conditionally display stake/earn text based on pooled staking f…
amitabh94 Nov 12, 2024
0c8d878
Bump version number to 1493
metamaskbot Nov 13, 2024
58552f5
fix pod verison
sethkfman Nov 13, 2024
478107e
chore: multi cherry pick 7.35.0 (#12269)
kylanhurt Nov 13, 2024
750701e
chore: Remove notifications logic from wallet view (#12276) (#12291)
kylanhurt Nov 14, 2024
bd155dd
Bump version number to 1495
metamaskbot Nov 14, 2024
b173edc
chore(runway): cherry-pick fix: transaction reject crash (#12312)
runway-github[bot] Nov 15, 2024
f58f08a
Bump version number to 1497
metamaskbot Nov 15, 2024
4996e27
Selected cherry-picked commit for release/7.35.1 (#12357)
runway-github[bot] Nov 20, 2024
fb4a9e6
chore(runway): Bump version to 7.35.1 (#12358)
runway-github[bot] Nov 20, 2024
c36406f
Bump version number to 1502
metamaskbot Nov 20, 2024
bf59934
Merge branch 'main' into release/7.35.1
sethkfman Nov 21, 2024
459ce6e
remove changes against main
sethkfman Nov 22, 2024
106290e
updated attribution
sethkfman Nov 22, 2024
e08085e
Update Attributions
metamaskbot Nov 22, 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
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

## Current Main Branch

## 7.35.0 - Nov 15, 2024
## 7.35.1 - Nov 20, 2024
### Fixed
- [#12331](https://github.com/MetaMask/metamask-mobile/pull/12331): fix: tags pending approvals receiving undefined (#12331)

## 7.35.0 - Nov 4, 2024
### Added
- [#12078](https://github.com/MetaMask/metamask-mobile/pull/12078): chore(runway): cherry-pick feat: add favorites to browser menu (#12078)
- [#12159](https://github.com/MetaMask/metamask-mobile/pull/12159): feat: Add re-simulation feature (#12107) (#12159)
- [#12107](https://github.com/MetaMask/metamask-mobile/pull/12107): feat: Add re-simulation feature (#12107)
- [#11770](https://github.com/MetaMask/metamask-mobile/pull/11770): feat: enable Security Alerts API (#11770)
- [#11812](https://github.com/MetaMask/metamask-mobile/pull/11812): feat: network value component for re-designed confirmation pages (#11812)
- [#11608](https://github.com/MetaMask/metamask-mobile/pull/11608): feat: enable sentry performance reporting on local development builds (#11608)
Expand Down
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ android {
applicationId "io.metamask"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionName "7.35.0"
versionCode 1497
versionName "7.35.1"
versionCode 1502
testBuildType System.getProperty('testBuildType', 'debug')
missingDimensionStrategy 'react-native-camera', 'general'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
Loading
Loading