From 81c7ac0a670783d0ce9e2fe7c7942292d8eae74c Mon Sep 17 00:00:00 2001 From: Siobhan Date: Thu, 3 Aug 2023 12:42:03 +0100 Subject: [PATCH 1/3] Update RELEASE-NOTES --- RELEASE-NOTES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index c64f3d5de320..15139559d8c1 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -3,6 +3,9 @@ 23.0 ----- * [**] [internal] Upgrade React Native to 0.71.11 [https://github.com/wordpress-mobile/WordPress-Android/pull/18613] +* [*] Block editor: Remove visual gap in mobile toolbar when a Gallery block is selected [https://github.com/WordPress/gutenberg/pull/52966] +* [*] Block editor: Remove Gallery caption button on mobile [https://github.com/WordPress/gutenberg/pull/53010] +* [*] Block editor: Fix Gallery block selection when adding media [https://github.com/WordPress/gutenberg/pull/53127] 22.9 ----- From 8cf52fdf2fcaca3618e4949fc5acc2b5e4bb7b11 Mon Sep 17 00:00:00 2001 From: Siobhan Date: Thu, 3 Aug 2023 12:47:54 +0100 Subject: [PATCH 2/3] Update Gutenberg Mobile reference --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a681939a4673..c0df16e46c8c 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ ext { automatticRestVersion = '1.0.8' automatticStoriesVersion = '2.2.0' automatticTracksVersion = '3.2.0' - gutenbergMobileVersion = 'v1.101.0-alpha2' + gutenbergMobileVersion = '6024-12a85bbf321238c108656233ab60e27705ad84c4' wordPressAztecVersion = 'v1.7.0' wordPressFluxCVersion = 'trunk-628b0b4def5df5a3d9e33c64a136cdcd0423a8a3' wordPressLoginVersion = '1.4.0' From 0e49048167113a64717a8c188f24961f48df5c1e Mon Sep 17 00:00:00 2001 From: Siobhan Date: Thu, 3 Aug 2023 17:51:38 +0100 Subject: [PATCH 3/3] Update Gutenberg Mobile reference --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c0df16e46c8c..d71d1441bdae 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ ext { automatticRestVersion = '1.0.8' automatticStoriesVersion = '2.2.0' automatticTracksVersion = '3.2.0' - gutenbergMobileVersion = '6024-12a85bbf321238c108656233ab60e27705ad84c4' + gutenbergMobileVersion = 'v1.101.0' wordPressAztecVersion = 'v1.7.0' wordPressFluxCVersion = 'trunk-628b0b4def5df5a3d9e33c64a136cdcd0423a8a3' wordPressLoginVersion = '1.4.0'