Skip to content

Commit 8275596

Browse files
chore(release): sync stable to main for version 7.76.3 (#30122)
This PR syncs the stable branch to main for version 7.76.0. *Synchronization Process:* - Fetches the latest changes from the remote repository - Resets the branch to match the stable branch - Attempts to merge changes from main into the branch - Handles merge conflicts if they occur *File Preservation:* Preserves specific files from the stable branch: - CHANGELOG.md - bitrise.yml - android/app/build.gradle - ios/MetaMask.xcodeproj/project.pbxproj - package.json Indicates the next version candidate of main to 7.76.0
2 parents a15f040 + 22894fd commit 8275596

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [7.76.3]
11+
12+
### Added
13+
14+
- Added Predict transaction publishing hooks to support the Polymarket Deposit Wallet flow. (#29914)
15+
- Added support for depositing to a Polymarket Deposit Wallet in Predict, while preserving legacy Safe behavior for users with existing Polymarket activity. (#29917)
16+
- Added Polymarket Deposit Wallet order placement support in Predict. (#29933)
17+
- Added support for claiming Predict positions through the Polymarket Deposit Wallet. (#29936)
18+
19+
### Fixed
20+
21+
- Disabled Predict withdrawals for Polymarket Deposit Wallet users with a temporary "withdrawals unavailable" bottom sheet, while legacy Safe users keep the existing flow. (#29941)
22+
1023
## [7.76.0]
1124

1225
### Added
@@ -11422,7 +11435,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1142211435
- [#957](https://github.com/MetaMask/metamask-mobile/pull/957): fix timeouts (#957)
1142311436
- [#954](https://github.com/MetaMask/metamask-mobile/pull/954): Bugfix: onboarding navigation (#954)
1142411437

11425-
[Unreleased]: https://github.com/MetaMask/metamask-mobile/compare/v7.76.0...HEAD
11438+
[Unreleased]: https://github.com/MetaMask/metamask-mobile/compare/v7.76.3...HEAD
11439+
[7.76.3]: https://github.com/MetaMask/metamask-mobile/compare/v7.76.0...v7.76.3
1142611440
[7.76.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.75.1...v7.76.0
1142711441
[7.75.1]: https://github.com/MetaMask/metamask-mobile/compare/v7.75.0...v7.75.1
1142811442
[7.75.0]: https://github.com/MetaMask/metamask-mobile/compare/v7.74.3...v7.75.0

0 commit comments

Comments
 (0)