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.58.2 #33870

Merged
merged 16 commits into from
Aug 4, 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.58.1",
"version": "1.58.2",
"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.58.1",
"version": "1.58.2",
"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 @@ -13,6 +13,9 @@ For each user feature we should also add a importance categorization label to i
- [*] [Android] Fix UBE's inaccessible "more" toolbar item. [#33740]
- [*] Image block: Add a "featured" banner and ability to set or remove an image as featured. (iOS only) [#31345]

## 1.58.2
- [*] Fix issue with text input in alt text settings [#33845]

## 1.58.1
- [*] Global styles: Check for undefined values and merge user colors [#33707]
- [*] [Embed block] Disable paragraph transform [#33745]
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.58.1):
- Gutenberg (1.58.2):
- React-Core (= 0.64.0)
- React-CoreModules (= 0.64.0)
- React-RCTImage (= 0.64.0)
Expand Down Expand Up @@ -301,7 +301,7 @@ PODS:
- React-Core
- RNSVG (9.13.7-wp):
- React-Core
- RNTAztecView (1.58.1):
- RNTAztecView (1.58.2):
- React-Core
- WordPress-Aztec-iOS (~> 1.19.4)
- WordPress-Aztec-iOS (1.19.4)
Expand Down Expand Up @@ -452,9 +452,9 @@ SPEC CHECKSUMS:
BVLinearGradient: 2c791e973a3df0df46028210c530fde52c06b717
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
FBLazyVector: 49cbe4b43e445b06bf29199b6ad2057649e4c8f5
FBReactNativeSpec: ebf5d0d5406a50fed4bd7e93460435dfddcab39a
FBReactNativeSpec: 917598f7e7d135665a8a6e94c4e471669096e979
glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62
Gutenberg: 312cc0156f0ab87f7027d29b98c676c047b15275
Gutenberg: 259efbc88815a4b23c54cf13691e5760e516b833
RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c
RCTRequired: 2f8cb5b7533219bf4218a045f92768129cf7050a
RCTTypeSafety: 512728b73549e72ad7330b92f3d42936f2a4de5b
Expand Down Expand Up @@ -490,7 +490,7 @@ SPEC CHECKSUMS:
RNReanimated: ca6105fdc2739ea1b3a7a5350b6490d8160143bc
RNScreens: eb4e23256e7f2a5a1af87ea24dfeb49aea0ef310
RNSVG: 1b6dcbec5884b6dbe256bf8c38eeeab0acf05926
RNTAztecView: 4d60f4b4396285fd6a4e8a4de4eef0135b662cd7
RNTAztecView: 0851da20d1d112a19d899ae17b12c326dc4ef650
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.58.1",
"version": "1.58.2",
"description": "Mobile WordPress gutenberg editor.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down