Skip to content

Commit

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

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

* Update Changelog

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

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

* Fix updating the block list after block removal (#35721)

* Cover block: Change dimRatio to 50 if media added and dimRatio is set to 100 (#35789)

* Change opacity to 50 if media added and opacity is set to 100 to prevent background color obscuring image

* Fixes cover opacity bug on mobile (#35792)

Co-authored-by: Glen Davies <glen.davies@a8c.com>
Co-authored-by: Antonis Lilis <antonis.lilis@automattic.com>

* Mobile - Update Changelog

Co-authored-by: Riad Benguella <benguella@gmail.com>
Co-authored-by: Glen Davies <glendaviesnz@users.noreply.github.com>
Co-authored-by: Glen Davies <glen.davies@a8c.com>
Co-authored-by: Antonis Lilis <antonis.lilis@automattic.com>
  • Loading branch information
5 people committed Oct 21, 2021
1 parent a0c59f2 commit 45d4247
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
@@ -1,6 +1,6 @@
{
"name": "@wordpress/react-native-aztec",
"version": "1.64.0",
"version": "1.64.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.64.0",
"version": "1.64.1",
"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
Expand Up @@ -12,6 +12,10 @@ For each user feature we should also add a importance categorization label to i
## Unreleased
- [**] Search block - Text and background color support [#35511]

## 1.64.1
- [**] Fix updating the block list after block removal [#35721]
- [**] Cover block: Change dimRatio to 50 if media added and dimRatio is set to 100 [#35792]

## 1.64.0
- [*] [Embed block] Fix inline preview cut-off when editing URL [#35321]
- [**] [Embed block] Detect when an embeddable URL is pasted into an empty paragraph. [#35204]
Expand Down
8 changes: 4 additions & 4 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.64.0):
- Gutenberg (1.64.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-1):
- React-Core
- RNTAztecView (1.64.0):
- RNTAztecView (1.64.1):
- 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: 80e9cf1155002ee4720084d8813326d913815e2f
glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62
Gutenberg: 6a0dc70eb414b84006a47fbce8c9616e5b16a3f1
Gutenberg: 3c1d0e213f3a4c99195e132ea19c42b6681e2d18
RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c
RCTRequired: 2f8cb5b7533219bf4218a045f92768129cf7050a
RCTTypeSafety: 512728b73549e72ad7330b92f3d42936f2a4de5b
Expand Down Expand Up @@ -496,7 +496,7 @@ SPEC CHECKSUMS:
RNReanimated: 39a9478eb635667c9a4da08ac906add9901b145e
RNScreens: 185dcb481fab2f3dc77413f62b43dc3df826029c
RNSVG: 9c0db12736608e32841e90fe9773db70ea40de20
RNTAztecView: 8a55fd26a10a4784baeeca88d0cd548a0f5e5b7e
RNTAztecView: 176373bf98fa6f82beb67f99063767ca83ca84b4
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.64.0",
"version": "1.64.1",
"description": "Mobile WordPress gutenberg editor.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down

0 comments on commit 45d4247

Please sign in to comment.