diff --git a/packages/react-native-aztec/package.json b/packages/react-native-aztec/package.json index 8d805ffd19b78..52346c7e96b14 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.59.1", + "version": "1.59.2", "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 cb7f2c192469e..423a04f31472c 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.59.1", + "version": "1.59.2", "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 76ea1f0d2899f..3f70b89738f08 100644 --- a/packages/react-native-editor/CHANGELOG.md +++ b/packages/react-native-editor/CHANGELOG.md @@ -12,6 +12,10 @@ For each user feature we should also add a importance categorization label to i ## Unreleased - [**] Embed block: Add "Resize for smaller devices" setting. [#33654] +## 1.59.2 +- [*] Inserter: Prevent non-deterministic order of inserter items [#34078] +- [*] Fix missing block title of core/latest-posts block [#34116] + ## 1.59.1 - [*] Global styles - Add color to the block styles filter list [#34000] - [*] Rich text - toTree - Add check in replacements before accessing its type [#34020] diff --git a/packages/react-native-editor/ios/Podfile.lock b/packages/react-native-editor/ios/Podfile.lock index 64ea1c98cae28..4aee61bfd310b 100644 --- a/packages/react-native-editor/ios/Podfile.lock +++ b/packages/react-native-editor/ios/Podfile.lock @@ -12,7 +12,7 @@ PODS: - React-jsi (= 0.64.0) - ReactCommon/turbomodule/core (= 0.64.0) - glog (0.3.5) - - Gutenberg (1.59.1): + - Gutenberg (1.59.2): - React-Core (= 0.64.0) - React-CoreModules (= 0.64.0) - React-RCTImage (= 0.64.0) @@ -303,7 +303,7 @@ PODS: - React-Core - RNSVG (9.13.7-wp): - React-Core - - RNTAztecView (1.59.1): + - RNTAztecView (1.59.2): - React-Core - WordPress-Aztec-iOS (~> 1.19.4) - WordPress-Aztec-iOS (1.19.4) @@ -459,7 +459,7 @@ SPEC CHECKSUMS: FBLazyVector: 49cbe4b43e445b06bf29199b6ad2057649e4c8f5 FBReactNativeSpec: ebf5d0d5406a50fed4bd7e93460435dfddcab39a glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62 - Gutenberg: d92d60f689617e6d85195fefb14daa9dffaad4dc + Gutenberg: 1b16d32dfe8d75a586074cab73a41e0a9d339c60 RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c RCTRequired: 2f8cb5b7533219bf4218a045f92768129cf7050a RCTTypeSafety: 512728b73549e72ad7330b92f3d42936f2a4de5b @@ -496,7 +496,7 @@ SPEC CHECKSUMS: RNReanimated: ca6105fdc2739ea1b3a7a5350b6490d8160143bc RNScreens: eb4e23256e7f2a5a1af87ea24dfeb49aea0ef310 RNSVG: 1b6dcbec5884b6dbe256bf8c38eeeab0acf05926 - RNTAztecView: 72b258339a24ba652dc98dc7aa21db9669fe904e + RNTAztecView: f260a58a9941f27ca9bf29a96e24703bc1e9cb29 WordPress-Aztec-iOS: 870c93297849072aadfc2223e284094e73023e82 Yoga: 8c8436d4171c87504c648ae23b1d81242bdf3bbf diff --git a/packages/react-native-editor/package.json b/packages/react-native-editor/package.json index 58b9b8582a0e3..705ccb5608a13 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.59.1", + "version": "1.59.2", "description": "Mobile WordPress gutenberg editor.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later",