From 7ea5e5bfa6d66a7eb43e36475b7206838073cc2b Mon Sep 17 00:00:00 2001 From: David Calhoun <438664+dcalhoun@users.noreply.github.com> Date: Thu, 12 Aug 2021 21:35:22 -0500 Subject: [PATCH] Mobile Release v1.59.1 (#34039) * Release script: Update react-native-editor version to 1.59.0 * Release script: Update with changes from 'npm run core preios' * Update release notes * Release script: Update react-native-editor version to 1.59.1 * Release script: Update with changes from 'npm run core preios' * Mobile - Global styles - Add color to the list of styles to include in the filter (#34000) * Rich text - toTree - Add optional chaining in replacements before accessing its type (#34020) * Update 1.59.1 changelog * Reinstate Unreleased section of changelog Co-authored-by: jhnstn Co-authored-by: Gerardo Pacheco --- packages/react-native-aztec/package.json | 2 +- packages/react-native-bridge/package.json | 2 +- packages/react-native-editor/CHANGELOG.md | 6 ++++++ packages/react-native-editor/ios/Podfile.lock | 4 ++-- packages/react-native-editor/package.json | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/packages/react-native-aztec/package.json b/packages/react-native-aztec/package.json index 05046912138029..8d805ffd19b787 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.0", + "version": "1.59.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 78acbe5d2515af..cb7f2c192469e7 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.0", + "version": "1.59.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 61d1403665d5f2..ddd759094d1878 100644 --- a/packages/react-native-editor/CHANGELOG.md +++ b/packages/react-native-editor/CHANGELOG.md @@ -9,6 +9,12 @@ For each user feature we should also add a importance categorization label to i [*] → Minor enhancements and fixes that address annoyances — things our users can miss. --> +## Unreleased + +## 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] + ## 1.59.0 - [*] [Android] Fix UBE's inaccessible "more" toolbar item. [#33740] - [*] Image block: Add a "featured" banner and ability to set or remove an image as featured. (iOS only) [#31345] diff --git a/packages/react-native-editor/ios/Podfile.lock b/packages/react-native-editor/ios/Podfile.lock index 629a9a917255a1..64ea1c98cae28a 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.0): + - Gutenberg (1.59.1): - 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.0): + - RNTAztecView (1.59.1): - React-Core - WordPress-Aztec-iOS (~> 1.19.4) - WordPress-Aztec-iOS (1.19.4) diff --git a/packages/react-native-editor/package.json b/packages/react-native-editor/package.json index 8e9ce6a83a7b06..58b9b8582a0e3a 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.0", + "version": "1.59.1", "description": "Mobile WordPress gutenberg editor.", "author": "The WordPress Contributors", "license": "GPL-2.0-or-later",