Skip to content

Commit

Permalink
Mobile Release v1.71.0 (#38476)
Browse files Browse the repository at this point in the history
* Release script: Update react-native-editor version to 1.71.0

* Release script: Update with changes from 'npm run core preios'

* Updare CHANGELOG to reflect changes in  1.71.0

* Tests: Enable post type UI for templates and template parts (#38486)

* Tests: Enable post type UI for templates and template parts
* Only enable UI for block themes

* Mobile - Rich Text - Validate link colors (#38474)

* Mobile - Rich Text - Validate link colors

* Mobile - Rich Text - Update naming to match prop

Co-authored-by: George Mamadashvili <georgemamadashvili@gmail.com>
Co-authored-by: Gerardo Pacheco <gerardo.pacheco@automattic.com>
Co-authored-by: Matt Chowning <mchowning@gmail.com>
  • Loading branch information
4 people authored Feb 3, 2022
1 parent 30839fe commit 9d9ded1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 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.70.2",
"version": "1.71.0",
"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.70.2",
"version": "1.71.0",
"description": "Native bridge library used to integrate the block editor into a native App.",
"private": true,
"author": "The WordPress Contributors",
Expand Down
3 changes: 3 additions & 0 deletions packages/react-native-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ For each user feature we should also add a importance categorization label to i
-->

## Unreleased

## 1.71.0

- [*] Image block: Replacing the media for an image set as featured prompts to update the featured image [#34666]
- [***] Font size and line-height support for text-based blocks used in block-based themes [#38205]

Expand Down
8 changes: 4 additions & 4 deletions packages/react-native-editor/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PODS:
- ReactCommon/turbomodule/core (= 0.66.2)
- fmt (6.2.1)
- glog (0.3.5)
- Gutenberg (1.70.2):
- Gutenberg (1.71.0):
- React-Core (= 0.66.2)
- React-CoreModules (= 0.66.2)
- React-RCTImage (= 0.66.2)
Expand Down Expand Up @@ -312,7 +312,7 @@ PODS:
- React-Core
- RNSVG (9.13.7-wp-2):
- React-Core
- RNTAztecView (1.70.2):
- RNTAztecView (1.71.0):
- React-Core
- WordPress-Aztec-iOS (~> 1.19.7)
- WordPress-Aztec-iOS (1.19.7)
Expand Down Expand Up @@ -478,7 +478,7 @@ SPEC CHECKSUMS:
FBReactNativeSpec: 18438b1c04ce502ed681cd19db3f4508964c082a
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 5337263514dd6f09803962437687240c5dc39aa4
Gutenberg: 06f33910cbc56140fff5642e7f852a4851e11de5
Gutenberg: 4536edac6c1dc18942434e1e7dd8363a8116df2b
RCT-Folly: a21c126816d8025b547704b777a2ba552f3d9fa9
RCTRequired: 5e9e85f48da8dd447f5834ce14c6799ea8c7f41a
RCTTypeSafety: aba333d04d88d1f954e93666a08d7ae57a87ab30
Expand Down Expand Up @@ -517,7 +517,7 @@ SPEC CHECKSUMS:
RNReanimated: 7d8459391b2f3e1dc6dea919307db4adf4c1d254
RNScreens: ec0e85d1babdd61d7ec78c98072d9e6b62d96ff6
RNSVG: b3b9c40381636e5116894398d72a830be15b7258
RNTAztecView: c970d19e41e92874bae94fe5d5f1522e618d1eef
RNTAztecView: 36e4f31df7b0638b068dd7aa54042316a5024f63
WordPress-Aztec-iOS: 144f124148079084860368dfd27cb96e0952853e
Yoga: 9a08effa851c1d8cc1647691895540bc168ea65f

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.70.2",
"version": "1.71.0",
"description": "Mobile WordPress gutenberg editor.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down

0 comments on commit 9d9ded1

Please sign in to comment.