Skip to content

Commit

Permalink
Mobile Release v1.67.0 (#36848)
Browse files Browse the repository at this point in the history
Merging the v1.67.0 mobile release.
  • Loading branch information
SiobhyB committed Nov 26, 2021
1 parent b92ad52 commit 27d413c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/react-native-aztec/package.json
@@ -1,6 +1,6 @@
{
"name": "@wordpress/react-native-aztec",
"version": "1.66.0",
"version": "1.67.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
@@ -1,6 +1,6 @@
{
"name": "@wordpress/react-native-bridge",
"version": "1.66.0",
"version": "1.67.0",
"description": "Native bridge library used to integrate the block editor into a native App.",
"private": true,
"author": "The WordPress Contributors",
Expand Down
5 changes: 4 additions & 1 deletion packages/react-native-editor/CHANGELOG.md
Expand Up @@ -10,9 +10,12 @@ For each user feature we should also add a importance categorization label to i
-->

## Unreleased

## 1.67.0
- [**] Adds Clipboard Link Suggestion to Image block and Button block [#35972]
- [*] [Embed block] Included Link in Block Settings [#36099]
- [**] Fix tab titles translation of inserter menu [#36534]
- [*] [Media&Text block] Fix an issue where the text font size would be bigger than expected in some cases [#36570]
- [*] [Media & Text block] Fix an issue where the text font size would be bigger than expected in some cases [#36570]
- [**] [Gallery block] When a gallery block is added, the media options are auto opened for v2 of the Gallery block. [#36757]

## 1.66.0
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.66.0):
- Gutenberg (1.67.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.66.0):
- RNTAztecView (1.67.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: ebf5d0d5406a50fed4bd7e93460435dfddcab39a
FBReactNativeSpec: ee3fc80110975e231c8537d2e434a8afabe66fdc
glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62
Gutenberg: 5f1e73aa4f5ad36a6d0dda5787f15ca81f468275
Gutenberg: cb22fce31133194d87ce74b3f3d45ebf91b585cf
RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c
RCTRequired: 2f8cb5b7533219bf4218a045f92768129cf7050a
RCTTypeSafety: 512728b73549e72ad7330b92f3d42936f2a4de5b
Expand Down Expand Up @@ -496,7 +496,7 @@ SPEC CHECKSUMS:
RNReanimated: 39a9478eb635667c9a4da08ac906add9901b145e
RNScreens: 185dcb481fab2f3dc77413f62b43dc3df826029c
RNSVG: 9c0db12736608e32841e90fe9773db70ea40de20
RNTAztecView: 976532cf04d8afa435d00b6f0f9cd78063fa6dcd
RNTAztecView: 59ba50af03168074634543b40595a9c29afa39ff
WordPress-Aztec-iOS: af36d9cb86a0109b568f516874870e2801ba1bd9
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.66.0",
"version": "1.67.0",
"description": "Mobile WordPress gutenberg editor.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down

0 comments on commit 27d413c

Please sign in to comment.