From 1c8e8cb3e403ccadad34da3ef01695d2a63dc9ff Mon Sep 17 00:00:00 2001 From: Paul Von Schrottky Date: Thu, 9 Dec 2021 13:36:31 -0300 Subject: [PATCH 1/3] Release script: Update react-native-editor version to 1.68.0 --- packages/react-native-aztec/package.json | 2 +- packages/react-native-bridge/package.json | 2 +- packages/react-native-editor/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/react-native-aztec/package.json b/packages/react-native-aztec/package.json index e87ee219a377d1..cf26a89eb0a894 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.67.0", + "version": "1.68.0", "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 19021b03ee8b5c..d04b27e4a8903a 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.67.0", + "version": "1.68.0", "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/package.json b/packages/react-native-editor/package.json index 55ed93cd26eba3..2cbb5b205c7794 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.67.0", + "version": "1.68.0", "description": "Mobile WordPress gutenberg editor.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", From f7861043def66649d9165a924b5324c23e3da17e Mon Sep 17 00:00:00 2001 From: Paul Von Schrottky Date: Thu, 9 Dec 2021 13:39:05 -0300 Subject: [PATCH 2/3] Release script: Update with changes from 'npm run core preios' --- packages/react-native-editor/ios/Podfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/react-native-editor/ios/Podfile.lock b/packages/react-native-editor/ios/Podfile.lock index 83d654fab35a05..5eead50f70d4c6 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.67.0): + - Gutenberg (1.68.0): - 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-1): - React-Core - - RNTAztecView (1.67.0): + - RNTAztecView (1.68.0): - React-Core - WordPress-Aztec-iOS (~> 1.19.6) - WordPress-Aztec-iOS (1.19.6) @@ -457,9 +457,9 @@ SPEC CHECKSUMS: BVLinearGradient: 1e5474c982efcfcaed47f368a61431bb38a4faf8 DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de FBLazyVector: 49cbe4b43e445b06bf29199b6ad2057649e4c8f5 - FBReactNativeSpec: 80e9cf1155002ee4720084d8813326d913815e2f + FBReactNativeSpec: 483e4a3c2982c1ce57d08e90fea6be852dd5f691 glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62 - Gutenberg: cb22fce31133194d87ce74b3f3d45ebf91b585cf + Gutenberg: c60e4e43b9cba783fd2e65aad912d1b6cf2f0098 RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c RCTRequired: 2f8cb5b7533219bf4218a045f92768129cf7050a RCTTypeSafety: 512728b73549e72ad7330b92f3d42936f2a4de5b @@ -496,7 +496,7 @@ SPEC CHECKSUMS: RNReanimated: 39a9478eb635667c9a4da08ac906add9901b145e RNScreens: 185dcb481fab2f3dc77413f62b43dc3df826029c RNSVG: 9c0db12736608e32841e90fe9773db70ea40de20 - RNTAztecView: 28dd2b1cdb74cb8161d76a7c1defbda1ad2f737a + RNTAztecView: bdcd4b1b309ed88241779868bfbba05ca8432795 WordPress-Aztec-iOS: 129276e7d1391acb08157641a54394668bb0d7f8 Yoga: 8c8436d4171c87504c648ae23b1d81242bdf3bbf From a879279c9f3be582471d00b2c945b7d13a3a6614 Mon Sep 17 00:00:00 2001 From: "Tanner W. Stokes" Date: Thu, 9 Dec 2021 14:23:39 -0500 Subject: [PATCH 3/3] RN editor - Update release notes for 1.68.0 release. --- packages/react-native-editor/CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/react-native-editor/CHANGELOG.md b/packages/react-native-editor/CHANGELOG.md index 4c4ec357ee9406..0c0f5e4c926770 100644 --- a/packages/react-native-editor/CHANGELOG.md +++ b/packages/react-native-editor/CHANGELOG.md @@ -10,9 +10,13 @@ For each user feature we should also add a importance categorization label to i --> ## Unreleased + +## 1.68.0 +- [**] Fix undo/redo functionality in links when applying text format [#36861] - [**] [iOS] Fix scroll update when typing in RichText component [#36914] -- [*] [Preformatted block] Fix an issue where the background color is not showing up for standard themes. [#36883] -- [***] Highlight text - enables color customization for specific text within a Pragraph block [#36028] +- [*] [Preformatted block] Fix an issue where the background color is not showing up for standard themes [#36883] +- [**] Update Gallery Block to default to the new format and auto-convert old galleries to the new format [#36191] +- [***] Highlight text - enables color customization for specific text within a Paragraph block [#36028] ## 1.67.0 - [**] Adds Clipboard Link Suggestion to Image block and Button block [#35972]