Skip to content
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.62.2",
"version": "1.63.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.62.2",
"version": "1.63.0",
"description": "Native bridge library used to integrate the block editor into a native App.",
"private": true,
"author": "The WordPress Contributors",
Expand Down
18 changes: 10 additions & 8 deletions packages/react-native-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,19 @@ For each user feature we should also add a importance categorization label to i
-->

## Unreleased
- [**] [Embed block] Add the top 5 specific embed blocks to the Block inserter list [#34967]
- [*] [Embed block] Fix inline preview cut-off when editing URL [#35321]

1.62.2
------
* Same as 1.62.1 but with the changelog.
## 1.63.0
- [**] [Embed block] Add the top 5 specific embed blocks to the Block inserter list [#34967]
- [*] Embed block: Fix URL update when edited after setting a bad URL of a provider [#35013]
- [**] Users can now contact support from inside the block editor screen. [#34890]

## 1.62.2
- Same as 1.62.1 but with the changelog.

1.62.1
------
* [**] Image block: fix height and border regression. [https://github.com/WordPress/gutenberg/pull/34957]
* [**] Column block: fix width attribute flout cutoff. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3921]
## 1.62.1
- [**] Image block: fix height and border regression. [https://github.com/WordPress/gutenberg/pull/34957]
- [**] Column block: fix width attribute flout cutoff. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3921]

## 1.62.0
- [**] [Embed block] Implement WP embed preview component [#34004]
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.62.2):
- Gutenberg (1.63.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.62.2):
- RNTAztecView (1.63.0):
- 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: 1e5474c982efcfcaed47f368a61431bb38a4faf8
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
FBLazyVector: 49cbe4b43e445b06bf29199b6ad2057649e4c8f5
FBReactNativeSpec: ebf5d0d5406a50fed4bd7e93460435dfddcab39a
FBReactNativeSpec: 483e4a3c2982c1ce57d08e90fea6be852dd5f691
glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62
Gutenberg: 2e61ed255ded30ff9132da6ea386120ae05909f5
Gutenberg: 85dff717292b9bc07b4dc999ae106aa7e778699c
RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c
RCTRequired: 2f8cb5b7533219bf4218a045f92768129cf7050a
RCTTypeSafety: 512728b73549e72ad7330b92f3d42936f2a4de5b
Expand Down Expand Up @@ -496,7 +496,7 @@ SPEC CHECKSUMS:
RNReanimated: 39a9478eb635667c9a4da08ac906add9901b145e
RNScreens: 185dcb481fab2f3dc77413f62b43dc3df826029c
RNSVG: 9c0db12736608e32841e90fe9773db70ea40de20
RNTAztecView: b7264eaa89c472a1b08efb2af048294a99acdc25
RNTAztecView: ce9b100a1e03dcb382bde38cf81a3530c2cc8b93
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.62.2",
"version": "1.63.0",
"description": "Mobile WordPress gutenberg editor.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down