Skip to content

Commit

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

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

* Update changelog

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

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

* [RNMobile] Show always the symbol icon in the block picker for reusable blocks (#34873)

In case the reusable block only contains a single block, the icon of that block is used when presenting the reusable block in the block picker. This change limits this behaviour to the web version of the editor, so now in the native version, it will always use the symbol icon.

Co-authored-by: Antonis Lilis <antonis.lilis@automattic.com>

* Update react-native-editor changelog

* Fix broken Podfile lockfile

Remove a conflict marker that was committed accidentally

Co-authored-by: Antonis Lilis <antonis.lilis@automattic.com>
Co-authored-by: Matthew Kevins <mmkevins@yahoo.com>
  • Loading branch information
3 people committed Sep 17, 2021
1 parent d4674c7 commit c4180a8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/react-native-aztec/package.json
@@ -1,6 +1,6 @@
{
"name": "@wordpress/react-native-aztec",
"version": "1.61.0",
"version": "1.61.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
@@ -1,6 +1,6 @@
{
"name": "@wordpress/react-native-bridge",
"version": "1.61.0",
"version": "1.61.1",
"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
Expand Up @@ -19,6 +19,9 @@ For each user feature we should also add a importance categorization label to i
- [**] Enable embed preview for Instagram and Vimeo providers. [#34563]
- [**] Embed block: Add error bottom sheet with retry and convert to link actions. [#34604]

## 1.61.1
- [*] Fix crash related to reusable blocks in the block picker. [#34873]

## 1.61.0
- [**] Enable embed preview for a list of providers (for now only YouTube and Twitter) [#34446]
- [***] Inserter: Add Inserter Block Search [https://github.com/WordPress/gutenberg/pull/33237]
Expand Down
10 changes: 5 additions & 5 deletions packages/react-native-editor/ios/Podfile.lock
Expand Up @@ -12,7 +12,7 @@ PODS:
- React-jsi (= 0.64.0)
- ReactCommon/turbomodule/core (= 0.64.0)
- glog (0.3.5)
- Gutenberg (1.61.0):
- Gutenberg (1.61.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.61.0):
- RNTAztecView (1.61.1):
- React-Core
- WordPress-Aztec-iOS (~> 1.19.4)
- WordPress-Aztec-iOS (1.19.4)
Expand Down Expand Up @@ -457,9 +457,9 @@ SPEC CHECKSUMS:
BVLinearGradient: 2c791e973a3df0df46028210c530fde52c06b717
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
FBLazyVector: 49cbe4b43e445b06bf29199b6ad2057649e4c8f5
FBReactNativeSpec: ca068ae274cbd52c8638d4b44a8b9c6a35ae975e
FBReactNativeSpec: ebf5d0d5406a50fed4bd7e93460435dfddcab39a
glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62
Gutenberg: c0b1c47cf3c63f795570e83a12a5df2cb38d9c5e
Gutenberg: 8b56e49bc038788477b6a0498a60fa3a918cb409
RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c
RCTRequired: 2f8cb5b7533219bf4218a045f92768129cf7050a
RCTTypeSafety: 512728b73549e72ad7330b92f3d42936f2a4de5b
Expand Down Expand Up @@ -496,7 +496,7 @@ SPEC CHECKSUMS:
RNReanimated: ca6105fdc2739ea1b3a7a5350b6490d8160143bc
RNScreens: eb4e23256e7f2a5a1af87ea24dfeb49aea0ef310
RNSVG: 1b6dcbec5884b6dbe256bf8c38eeeab0acf05926
RNTAztecView: e632368bd658eb1ead726ce7ac1c010c6bd10a72
RNTAztecView: d6c908d948d64585f4c82e64ee068eb2b181028d
WordPress-Aztec-iOS: 870c93297849072aadfc2223e284094e73023e82
Yoga: 8c8436d4171c87504c648ae23b1d81242bdf3bbf

Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@wordpress/react-native-editor",
"version": "1.61.0",
"version": "1.61.1",
"description": "Mobile WordPress gutenberg editor.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down

0 comments on commit c4180a8

Please sign in to comment.