From 90af05f8ab4714fa6c3686371ab730c07aafcc28 Mon Sep 17 00:00:00 2001 From: Derek Blank Date: Fri, 21 Jul 2023 11:24:45 +1000 Subject: [PATCH 1/3] Release script: Update build.gradle gutenbergMobileVersion to ref --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dd40280889bc..e32cf2876694 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ ext { automatticRestVersion = '1.0.8' automatticStoriesVersion = '2.1.0' automatticTracksVersion = '3.0.0' - gutenbergMobileVersion = 'v1.100.0-alpha1' + gutenbergMobileVersion = '5985-81395d4b566105923b560c9d47aff2a9d7441060' wordPressAztecVersion = 'v1.6.4' wordPressFluxCVersion = '2.37.0' wordPressLoginVersion = '1.3.0' From 48bb01669e68437b73a0256cf9406193c8c40d5a Mon Sep 17 00:00:00 2001 From: Gerardo Date: Fri, 21 Jul 2023 12:02:25 +0200 Subject: [PATCH 2/3] Update release notes --- RELEASE-NOTES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index fd37b2fe4007..c553626dea7e 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -3,6 +3,7 @@ 22.9 ----- * [**] Block editor: Move undo/redo buttons to the navigation bar [https://github.com/wordpress-mobile/WordPress-Android/pull/18705] +* [***] Block editor: Editor UX improvements with new icons, colors and additional design enhancements. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5985] 22.8 ----- From 7814cf88faff2597d5cedc6e5b46297a5a57feab Mon Sep 17 00:00:00 2001 From: Carlos Garcia Date: Fri, 21 Jul 2023 12:14:45 +0200 Subject: [PATCH 3/3] Update Gutenberg Mobile ref with tag --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e32cf2876694..404a42ed00be 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ ext { automatticRestVersion = '1.0.8' automatticStoriesVersion = '2.1.0' automatticTracksVersion = '3.0.0' - gutenbergMobileVersion = '5985-81395d4b566105923b560c9d47aff2a9d7441060' + gutenbergMobileVersion = 'v1.100.1' wordPressAztecVersion = 'v1.6.4' wordPressFluxCVersion = '2.37.0' wordPressLoginVersion = '1.3.0'