From 71af9a3a21d936aa5b77659b7220f3043a19dd51 Mon Sep 17 00:00:00 2001 From: Gerardo Pacheco Date: Fri, 25 Jun 2021 10:33:52 +0200 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 0c35152868c9..97b98a5967fd 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { ext.wordPressUtilsVersion = 'develop-bb54ee34c5fec5fa7375ce90a356adb5adbdcae0' ext.wordPressLoginVersion = '0.0.2' ext.detektVersion = '1.15.0' - ext.gutenbergMobileVersion = 'v1.56.0-alpha4' + ext.gutenbergMobileVersion = '3664-917f504f3d174bf83ea80b85fe7651cf74d105ad' repositories { maven { From 5454d608f6c8705ed02cb6c8d50a884f895da731 Mon Sep 17 00:00:00 2001 From: Gerardo Pacheco Date: Fri, 25 Jun 2021 14:57:54 +0200 Subject: [PATCH 2/3] Update RELEASE NOTES --- RELEASE-NOTES.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 1a46717325a7..7f4068b65702 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -2,7 +2,10 @@ 17.7 ----- - +* [*] Block editor: Tablet view fixes for inserter button. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3602] +* [**] Block editor: Fixed an issue where pressing enter inside a text-based block was not creating a new block when using Gboard [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3590] +* [*] Block editor: Tweaks to the badge component's styling, including change of background color and reduced padding. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3642] +* [***] Block editor: New block Layout grid. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3513] 17.6 ----- From a821913c0019e8f2ba6960657e1a6e13dea65b83 Mon Sep 17 00:00:00 2001 From: Gerardo Pacheco Date: Fri, 25 Jun 2021 14:58:02 +0200 Subject: [PATCH 3/3] Update Gutenberg ref --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 97b98a5967fd..30ee54ab984b 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { ext.wordPressUtilsVersion = 'develop-bb54ee34c5fec5fa7375ce90a356adb5adbdcae0' ext.wordPressLoginVersion = '0.0.2' ext.detektVersion = '1.15.0' - ext.gutenbergMobileVersion = '3664-917f504f3d174bf83ea80b85fe7651cf74d105ad' + ext.gutenbergMobileVersion = 'v1.56.0' repositories { maven {