diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index d1172d3caa0a..241904405fd5 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -2,7 +2,7 @@ 24.6 ----- - +* [**] Block editor: Highlight text fixes [https://github.com/WordPress/gutenberg/pull/57650] 24.5 ----- diff --git a/build.gradle b/build.gradle index 5dbdd2f08470..0c97698e2583 100644 --- a/build.gradle +++ b/build.gradle @@ -23,8 +23,8 @@ ext { automatticAboutVersion = '1.4.0' automatticRestVersion = '1.0.8' automatticTracksVersion = '3.5.0' - gutenbergMobileVersion = 'v1.115.0' - wordPressAztecVersion = 'v2.0' + gutenbergMobileVersion = 'v1.116.0-alpha1' + wordPressAztecVersion = 'v2.1.0' wordPressFluxCVersion = '2.72.0' wordPressLoginVersion = '1.14.1' wordPressPersistentEditTextVersion = '1.0.2'