diff --git a/packages/react-native-aztec/package.json b/packages/react-native-aztec/package.json index ba382a39b52aa..7c3a0f31eed78 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.86.0", + "version": "1.86.1", "description": "Aztec view for react-native.", "private": true, "author": "The WordPress Contributors", diff --git a/packages/react-native-bridge/package.json b/packages/react-native-bridge/package.json index 4458cfeb3a305..b497edb86f040 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.86.0", + "version": "1.86.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 5551a5344dab9..4b2b00b997589 100644 --- a/packages/react-native-editor/CHANGELOG.md +++ b/packages/react-native-editor/CHANGELOG.md @@ -11,13 +11,13 @@ For each user feature we should also add a importance categorization label to i ## Unreleased +## 1.86.1 +- [*] Block Actions Menu - Fix block title regression and adds integration tests [#46699] + ## 1.86.0 - [**] Upgrade React Native to 0.69.4 [#43485] - [**] Prevent error message from unneccesarily firing when uploading to Gallery block [#46175] -## 1.85.0 -- [*] [iOS] Fixed iOS Voice Control support within Image block captions. [#44850] - ## 1.85.1 - [**] Prevent error message from unneccesarily firing when uploading to Gallery block [#46175] diff --git a/packages/react-native-editor/ios/Podfile.lock b/packages/react-native-editor/ios/Podfile.lock index e376938d797c9..a9dd6d174a27e 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.69.4) - fmt (6.2.1) - glog (0.3.5) - - Gutenberg (1.86.0): + - Gutenberg (1.86.1): - React-Core (= 0.69.4) - React-CoreModules (= 0.69.4) - React-RCTImage (= 0.69.4) @@ -362,7 +362,7 @@ PODS: - React-Core - RNSVG (9.13.6): - React-Core - - RNTAztecView (1.86.0): + - RNTAztecView (1.86.1): - React-Core - WordPress-Aztec-iOS (~> 1.19.8) - SDWebImage (5.11.1): @@ -540,14 +540,14 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: boost: a7c83b31436843459a1961bfd74b96033dc77234 BVLinearGradient: ace34fab72158c068ae989a0ebdbf86cb4ef0e49 - DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662 + DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54 FBLazyVector: c71b8c429a8af2aff1013934a7152e9d9d0c937d FBReactNativeSpec: 2ff441cbe6e58c1778d8a5cf3311831a6a8c0809 fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 - glog: 5337263514dd6f09803962437687240c5dc39aa4 - Gutenberg: 943a12eae51ca3dcda2ef86b4efe4f4a23854763 + glog: 3d02b25ca00c2d456734d0bcff864cbc62f6ae1a + Gutenberg: d5a7f8a1047c0076a75a3e0a6400d22c324eef83 libwebp: 60305b2e989864154bd9be3d772730f08fc6a59c - RCT-Folly: a21c126816d8025b547704b777a2ba552f3d9fa9 + RCT-Folly: b9d9fe1fc70114b751c076104e52f3b1b5e5a95a RCTRequired: bd9d2ab0fda10171fcbcf9ba61a7df4dc15a28f4 RCTTypeSafety: e44e139bf6ec8042db396201834fc2372f6a21cd React: 482cd1ba23c471be1aed3800180be2427418d7be @@ -588,7 +588,7 @@ SPEC CHECKSUMS: RNReanimated: 8b189a09da0345d84b33b8cde57a57f8ed847352 RNScreens: 953633729a42e23ad0c93574d676b361e3335e8b RNSVG: 36a7359c428dcb7c6bce1cc546fbfebe069809b0 - RNTAztecView: 634d437faf2908196c7d1237c210936466d6a37d + RNTAztecView: 24db190c1b8b792a8b56f51835483547a8790d78 SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d WordPress-Aztec-iOS: 7d11d598f14c82c727c08b56bd35fbeb7dafb504 diff --git a/packages/react-native-editor/package.json b/packages/react-native-editor/package.json index 1a8649b93f64d..263486c9a0eb0 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.86.0", + "version": "1.86.1", "description": "Mobile WordPress gutenberg editor.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later",