Skip to content

Commit

Permalink
Mobile Release v1.59.2 (#34109)
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

* Release script: Update react-native-editor version to 1.59.2

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

* Inserter: Prevent non-deterministic order of inserter items (#34078)

* Prevent non-deterministic order of inserter items

* Add block variations to getInserterItems unit test

* Display core block variations before non-core blocks

* Rename toTyped to groupByType

* Update react-native-editor CHANGELOG

* [RNMobile] Fix missing block title of core/latest-posts block (#34116)

* Update react-native-editor CHANGELOG

* [TEST] Use npm install in RN E2E Tests (iOS) workflow

* Revert "[TEST] Use npm install in RN E2E Tests (iOS) workflow"

This reverts commit 2b7e0e6.

Co-authored-by: jhnstn <[email protected]>
Co-authored-by: David Calhoun <[email protected]>
Co-authored-by: Gerardo Pacheco <[email protected]>
  • Loading branch information
4 people authored Aug 18, 2021
1 parent 0028d20 commit 253d9b6
Show file tree
Hide file tree
Showing 5 changed files with 11 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.59.1",
"version": "1.59.2",
"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.1",
"version": "1.59.2",
"description": "Native bridge library used to integrate the block editor into a native App.",
"private": true,
"author": "The WordPress Contributors",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-native-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ For each user feature we should also add a importance categorization label to i
## Unreleased
- [**] Embed block: Add "Resize for smaller devices" setting. [#33654]

## 1.59.2
- [*] Inserter: Prevent non-deterministic order of inserter items [#34078]
- [*] Fix missing block title of core/latest-posts block [#34116]

## 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]
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 @@ -12,7 +12,7 @@ PODS:
- React-jsi (= 0.64.0)
- ReactCommon/turbomodule/core (= 0.64.0)
- glog (0.3.5)
- Gutenberg (1.59.1):
- Gutenberg (1.59.2):
- 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.1):
- RNTAztecView (1.59.2):
- React-Core
- WordPress-Aztec-iOS (~> 1.19.4)
- WordPress-Aztec-iOS (1.19.4)
Expand Down Expand Up @@ -459,7 +459,7 @@ SPEC CHECKSUMS:
FBLazyVector: 49cbe4b43e445b06bf29199b6ad2057649e4c8f5
FBReactNativeSpec: ebf5d0d5406a50fed4bd7e93460435dfddcab39a
glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62
Gutenberg: d92d60f689617e6d85195fefb14daa9dffaad4dc
Gutenberg: 1b16d32dfe8d75a586074cab73a41e0a9d339c60
RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c
RCTRequired: 2f8cb5b7533219bf4218a045f92768129cf7050a
RCTTypeSafety: 512728b73549e72ad7330b92f3d42936f2a4de5b
Expand Down Expand Up @@ -496,7 +496,7 @@ SPEC CHECKSUMS:
RNReanimated: ca6105fdc2739ea1b3a7a5350b6490d8160143bc
RNScreens: eb4e23256e7f2a5a1af87ea24dfeb49aea0ef310
RNSVG: 1b6dcbec5884b6dbe256bf8c38eeeab0acf05926
RNTAztecView: 72b258339a24ba652dc98dc7aa21db9669fe904e
RNTAztecView: f260a58a9941f27ca9bf29a96e24703bc1e9cb29
WordPress-Aztec-iOS: 870c93297849072aadfc2223e284094e73023e82
Yoga: 8c8436d4171c87504c648ae23b1d81242bdf3bbf

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

0 comments on commit 253d9b6

Please sign in to comment.