diff --git a/packages/react-native-aztec/package.json b/packages/react-native-aztec/package.json index 9d234f6bc94a2d..191cd3ed076453 100644 --- a/packages/react-native-aztec/package.json +++ b/packages/react-native-aztec/package.json @@ -1,6 +1,6 @@ { "name": "@wordpress/react-native-aztec", - "version": "1.70.0", + "version": "1.70.1", "description": "Aztec view for react-native.", "private": true, "author": "The WordPress Contributors", diff --git a/packages/react-native-bridge/CHANGELOG.md b/packages/react-native-bridge/CHANGELOG.md index 54fa1a237f03af..b3811036ce7a75 100644 --- a/packages/react-native-bridge/CHANGELOG.md +++ b/packages/react-native-bridge/CHANGELOG.md @@ -2,13 +2,14 @@ ## Unreleased -- [***] Fix launching video preview on Android 11+ [#38377] +## 1.70.1 +- [***] Fix launching video preview on Android 11+ [#38377] ## 1.70.0 -- [**] Fix Android handling of Hebrew and Indonesian translations [#37565] +- [**] Fix Android handling of Hebrew and Indonesian translations [#37565] -## 1.70.1 +## 1.50.0 -- [***] Bump minimum deployment target to iOS 13.0 [#27577] +- [***] Bump minimum deployment target to iOS 13.0 [#27577] diff --git a/packages/react-native-bridge/package.json b/packages/react-native-bridge/package.json index b5625118120106..aab8936a05afba 100644 --- a/packages/react-native-bridge/package.json +++ b/packages/react-native-bridge/package.json @@ -1,6 +1,6 @@ { "name": "@wordpress/react-native-bridge", - "version": "1.70.0", + "version": "1.70.1", "description": "Native bridge library used to integrate the block editor into a native App.", "private": true, "author": "The WordPress Contributors", diff --git a/packages/react-native-editor/CHANGELOG.md b/packages/react-native-editor/CHANGELOG.md index aceb2414c94122..1bafc6ec31881c 100644 --- a/packages/react-native-editor/CHANGELOG.md +++ b/packages/react-native-editor/CHANGELOG.md @@ -17,6 +17,12 @@ For each user feature we should also add a importance categorization label to i ## 1.70.0 +## 1.70.1 + +- [**] [Gallery block] Fix crash when adding images and selecting a gallery item [#38238] + +## 1.70.0 + - [**] Fix content justification attribute in Buttons block [#37887] - [*] Hide help button from Unsupported Block Editor. [#37221] - [*] Add contrast checker to text-based blocks [#34902] diff --git a/packages/react-native-editor/ios/Podfile.lock b/packages/react-native-editor/ios/Podfile.lock index 1bdbec46b67e46..12533ef4e13e4b 100644 --- a/packages/react-native-editor/ios/Podfile.lock +++ b/packages/react-native-editor/ios/Podfile.lock @@ -13,7 +13,7 @@ PODS: - ReactCommon/turbomodule/core (= 0.66.2) - fmt (6.2.1) - glog (0.3.5) - - Gutenberg (1.70.0): + - Gutenberg (1.70.1): - React-Core (= 0.66.2) - React-CoreModules (= 0.66.2) - React-RCTImage (= 0.66.2) @@ -312,7 +312,7 @@ PODS: - React-Core - RNSVG (9.13.7-wp-2): - React-Core - - RNTAztecView (1.70.0): + - RNTAztecView (1.70.1): - React-Core - WordPress-Aztec-iOS (~> 1.19.7) - WordPress-Aztec-iOS (1.19.7) @@ -478,7 +478,7 @@ SPEC CHECKSUMS: FBReactNativeSpec: 18438b1c04ce502ed681cd19db3f4508964c082a fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 glog: 5337263514dd6f09803962437687240c5dc39aa4 - Gutenberg: 0323a8b47ced6c684b85694e8050863b66355b80 + Gutenberg: fcb33167ba66bdf75d09763d75293838011c7eb5 RCT-Folly: a21c126816d8025b547704b777a2ba552f3d9fa9 RCTRequired: 5e9e85f48da8dd447f5834ce14c6799ea8c7f41a RCTTypeSafety: aba333d04d88d1f954e93666a08d7ae57a87ab30 @@ -517,7 +517,7 @@ SPEC CHECKSUMS: RNReanimated: 7d8459391b2f3e1dc6dea919307db4adf4c1d254 RNScreens: ec0e85d1babdd61d7ec78c98072d9e6b62d96ff6 RNSVG: b3b9c40381636e5116894398d72a830be15b7258 - RNTAztecView: 6a95231d2ca2ad8270347480f06ec4104677f48b + RNTAztecView: 6913348e6b05ea7fbc4cc43339563694f78875ba WordPress-Aztec-iOS: 144f124148079084860368dfd27cb96e0952853e Yoga: 9a08effa851c1d8cc1647691895540bc168ea65f diff --git a/packages/react-native-editor/package.json b/packages/react-native-editor/package.json index b351bcc44bf1df..c9a40e67b7347c 100644 --- a/packages/react-native-editor/package.json +++ b/packages/react-native-editor/package.json @@ -1,6 +1,6 @@ { "name": "@wordpress/react-native-editor", - "version": "1.70.0", + "version": "1.70.1", "description": "Mobile WordPress gutenberg editor.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later",