Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile Release v1.65.0 #36055

Merged
merged 4 commits into from
Oct 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.64.1",
"version": "1.65.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.64.1",
"version": "1.65.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,8 +10,11 @@ For each user feature we should also add a importance categorization label to i
-->

## Unreleased

## 1.65.0
- [**] Search block - Text and background color support [#35511]
- [*] [Embed Block] Fix loading glitch with resolver resolution approach [#35798]
* [*] Fixed an issue where the Help screens may not respect an iOS device's notch. [#35570]
- [**] Block inserter indicates newly available block types [#35201]
- [*] Add support for the Mark HTML tag [#35956]

Expand Down
10 changes: 5 additions & 5 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.64.1):
- Gutenberg (1.65.0):
- 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.1):
- RNTAztecView (1.65.0):
- React-Core
- WordPress-Aztec-iOS (~> 1.19.5)
- WordPress-Aztec-iOS (1.19.5)
Expand Down Expand Up @@ -457,9 +457,9 @@ SPEC CHECKSUMS:
BVLinearGradient: 1e5474c982efcfcaed47f368a61431bb38a4faf8
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
FBLazyVector: 49cbe4b43e445b06bf29199b6ad2057649e4c8f5
FBReactNativeSpec: 80e9cf1155002ee4720084d8813326d913815e2f
FBReactNativeSpec: 576cdc0b18dc6371ce9033ceda15ad7e8cb6d5e6
glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62
Gutenberg: 3c1d0e213f3a4c99195e132ea19c42b6681e2d18
Gutenberg: 0dc62f9914304edd96818b94cd45b23ad64397db
RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c
RCTRequired: 2f8cb5b7533219bf4218a045f92768129cf7050a
RCTTypeSafety: 512728b73549e72ad7330b92f3d42936f2a4de5b
Expand Down Expand Up @@ -496,7 +496,7 @@ SPEC CHECKSUMS:
RNReanimated: 39a9478eb635667c9a4da08ac906add9901b145e
RNScreens: 185dcb481fab2f3dc77413f62b43dc3df826029c
RNSVG: 9c0db12736608e32841e90fe9773db70ea40de20
RNTAztecView: 7dc60600a65f44cc6375a0daad08a4612d39c3d4
RNTAztecView: 90a5dc5fbd880394d36d29f00d526f90f242b4b8
WordPress-Aztec-iOS: af36d9cb86a0109b568f516874870e2801ba1bd9
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.64.1",
"version": "1.65.0",
"description": "Mobile WordPress gutenberg editor.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down