diff --git a/packages/react-native-aztec/android/build.gradle b/packages/react-native-aztec/android/build.gradle index dc111e06a1192..341cb437cdf44 100644 --- a/packages/react-native-aztec/android/build.gradle +++ b/packages/react-native-aztec/android/build.gradle @@ -9,7 +9,7 @@ buildscript { jSoupVersion = '1.10.3' wordpressUtilsVersion = '2.3.0' espressoVersion = '3.0.1' - aztecVersion = 'v1.6.2' + aztecVersion = 'v1.6.3' } } diff --git a/packages/react-native-editor/CHANGELOG.md b/packages/react-native-editor/CHANGELOG.md index 777483f0472a4..b342e1fcbab9a 100644 --- a/packages/react-native-editor/CHANGELOG.md +++ b/packages/react-native-editor/CHANGELOG.md @@ -12,6 +12,7 @@ For each user feature we should also add a importance categorization label to i ## Unreleased - [*] Bump Android `minSdkVersion` to 24 [#47604] - [*] Update React Native Reanimated to 2.9.1-wp-3 [#47574] +- [*] Bump Aztec version to `1.6.3` [#47610] ## 1.87.3 - [*] Fix insert blocks not handling raw string properly in unsupported block editor [#47472]