diff --git a/packages/react-native-aztec/android/build.gradle b/packages/react-native-aztec/android/build.gradle index f489205ffa5af8..0c93a9c858e928 100644 --- a/packages/react-native-aztec/android/build.gradle +++ b/packages/react-native-aztec/android/build.gradle @@ -11,7 +11,7 @@ buildscript { espressoVersion = '3.0.1' // libs - aztecVersion = 'v2.1.1' + aztecVersion = 'v2.1.2' wordpressUtilsVersion = '3.3.0' // main diff --git a/packages/react-native-editor/CHANGELOG.md b/packages/react-native-editor/CHANGELOG.md index 4b8e321c72e1ab..8f4fcc63edd0fa 100644 --- a/packages/react-native-editor/CHANGELOG.md +++ b/packages/react-native-editor/CHANGELOG.md @@ -11,6 +11,7 @@ For each user feature we should also add a importance categorization label to i ## Unreleased - [*] Fix a crash when pasting file images and special comment markup [#60476] +- [*] Update Aztec to v2.1.2 [#61007] ## 1.117.0 - [*] Add empty fallback option for the BottomSheetSelectControl component [#60333]