Skip to content

Commit

Permalink
Mobile Release v1.59.1 (#34039)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: Gerardo Pacheco <[email protected]>
  • Loading branch information
3 people authored Aug 13, 2021
1 parent 65b18b9 commit 7ea5e5b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/react-native-aztec/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-bridge/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-native-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native-editor/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-editor/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7ea5e5b

Please sign in to comment.