From 961be6c96ee9eb2922b067e0ac83bbdb9ea261cb Mon Sep 17 00:00:00 2001 From: jhnstn Date: Thu, 17 Mar 2022 14:26:46 -0400 Subject: [PATCH 1/5] Release script: Update react-native-aztec, react-native-bridge, and react-native-editor to version 1.72.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 7d72fa7f23d06f..03897270cd51fe 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.71.3", + "version": "1.72.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 46b9b18557bd5b..ef619e42d01aa8 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.71.3", + "version": "1.72.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 2b943ac9fbd110..a798c5dc49f6c3 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.71.3", + "version": "1.72.0", "description": "Mobile WordPress gutenberg editor.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", From 8a92c89e08d251b0ed36b580fdf4a63646557c38 Mon Sep 17 00:00:00 2001 From: jhnstn Date: Thu, 17 Mar 2022 14:31:29 -0400 Subject: [PATCH 2/5] Release script: Update with changes from 'run native preios' --- packages/react-native-editor/ios/Podfile.lock | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/packages/react-native-editor/ios/Podfile.lock b/packages/react-native-editor/ios/Podfile.lock index 568a50c551d4db..4d4d3a61193ea8 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.71.3): + - Gutenberg (1.72.0): - React-Core (= 0.66.2) - React-CoreModules (= 0.66.2) - React-RCTImage (= 0.66.2) @@ -306,7 +306,7 @@ PODS: - React-Core - RNGestureHandler (2.2.0-wp-4): - React-Core - - RNReanimated (2.2.4-wp-1): + - RNReanimated (2.4.1-wp-1): - DoubleConversion - FBLazyVector - FBReactNativeSpec @@ -331,14 +331,13 @@ PODS: - React-RCTNetwork - React-RCTSettings - React-RCTText - - React-RCTVibration - ReactCommon/turbomodule/core - Yoga - RNScreens (2.9.0): - React-Core - RNSVG (9.13.6): - React-Core - - RNTAztecView (1.71.3): + - RNTAztecView (1.72.0): - React-Core - WordPress-Aztec-iOS (~> 1.19.8) - WordPress-Aztec-iOS (1.19.8) @@ -504,7 +503,7 @@ SPEC CHECKSUMS: FBReactNativeSpec: 18438b1c04ce502ed681cd19db3f4508964c082a fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9 glog: 5337263514dd6f09803962437687240c5dc39aa4 - Gutenberg: 73f91585dcc713fdf0e7ce028f2686a3308b0549 + Gutenberg: d4aa92827295cbe7f4f6b2712e5733422662c5fe RCT-Folly: a21c126816d8025b547704b777a2ba552f3d9fa9 RCTRequired: 5e9e85f48da8dd447f5834ce14c6799ea8c7f41a RCTTypeSafety: aba333d04d88d1f954e93666a08d7ae57a87ab30 @@ -540,10 +539,10 @@ SPEC CHECKSUMS: RNCClipboard: 99fc8ad669a376b756fbc8098ae2fd05c0ed0668 RNCMaskedView: c298b644a10c0c142055b3ae24d83879ecb13ccd RNGestureHandler: 93b98c40b9419b1a82b008b513c182fe09288d1f - RNReanimated: 6aee4bed42a400d9472b7e843762ab4119cf201c + RNReanimated: ae78e43201015a3fb2982a6e3ffe3507ee7f2d81 RNScreens: 953633729a42e23ad0c93574d676b361e3335e8b RNSVG: 36a7359c428dcb7c6bce1cc546fbfebe069809b0 - RNTAztecView: 9c5f318a1a73d246160432dd478ca4d1fcb0a1e5 + RNTAztecView: 96f6f9abfe001ae6bf5bcfe9272741a7005f3ce2 WordPress-Aztec-iOS: 7d11d598f14c82c727c08b56bd35fbeb7dafb504 Yoga: 9a08effa851c1d8cc1647691895540bc168ea65f From 064805cd263ccfae965d27949bffeb08378b7397 Mon Sep 17 00:00:00 2001 From: jhnstn Date: Thu, 17 Mar 2022 16:33:09 -0400 Subject: [PATCH 3/5] Update release notes --- packages/react-native-editor/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/react-native-editor/CHANGELOG.md b/packages/react-native-editor/CHANGELOG.md index 4374cc83ac8939..6e3db71e3c070e 100644 --- a/packages/react-native-editor/CHANGELOG.md +++ b/packages/react-native-editor/CHANGELOG.md @@ -11,6 +11,8 @@ For each user feature we should also add a importance categorization label to i ## Unreleased +## 1.72.0 + - [*] Add GIF badge for animated GIFs uploaded to Image blocks [#38996] - [*] Small refinement to media upload errors, including centring and tweaking copy. [#38951] - [*] Update gesture handler and reanimated libraries [#39098] From bb171c7a3151e5c18149a182c3dab8a4c78417ec Mon Sep 17 00:00:00 2001 From: jhnstn Date: Fri, 18 Mar 2022 09:52:17 -0400 Subject: [PATCH 4/5] Add new changelog item --- packages/react-native-editor/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react-native-editor/CHANGELOG.md b/packages/react-native-editor/CHANGELOG.md index 6e3db71e3c070e..9684571223890e 100644 --- a/packages/react-native-editor/CHANGELOG.md +++ b/packages/react-native-editor/CHANGELOG.md @@ -16,6 +16,7 @@ For each user feature we should also add a importance categorization label to i - [*] Add GIF badge for animated GIFs uploaded to Image blocks [#38996] - [*] Small refinement to media upload errors, including centring and tweaking copy. [#38951] - [*] Update gesture handler and reanimated libraries [#39098] +- [*] Pass the ol start and reversed to native RichText too [#39354] ## 1.71.3 From fa8ea2090ffc456c122b37e7b937a5d3c2e92f3d Mon Sep 17 00:00:00 2001 From: jhnstn Date: Fri, 18 Mar 2022 10:56:52 -0400 Subject: [PATCH 5/5] Add new release note --- packages/react-native-editor/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native-editor/CHANGELOG.md b/packages/react-native-editor/CHANGELOG.md index 9684571223890e..fa8dbd9f760fd6 100644 --- a/packages/react-native-editor/CHANGELOG.md +++ b/packages/react-native-editor/CHANGELOG.md @@ -16,7 +16,7 @@ For each user feature we should also add a importance categorization label to i - [*] Add GIF badge for animated GIFs uploaded to Image blocks [#38996] - [*] Small refinement to media upload errors, including centring and tweaking copy. [#38951] - [*] Update gesture handler and reanimated libraries [#39098] -- [*] Pass the ol start and reversed to native RichText too [#39354] +- [*] Fix issue with list's starting index and the order [#39354] ## 1.71.3