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.76.1 #41196

Merged
merged 13 commits into from
May 23, 2022
Merged
Show file tree
Hide file tree
Changes from 12 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
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const MoveBlocks = () => {
<View style={ styles.helpDetailContainer }>
<HelpDetailSectionHeadingText
text={ __( 'Drag & drop' ) }
badge="NEW"
badge={ __( 'NEW' ) }
/>
<HelpDetailBodyText
text={ __(
Expand Down
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.76.0",
"version": "1.76.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wordpress/react-native-bridge",
"version": "1.76.0",
"version": "1.76.1",
"description": "Native bridge library used to integrate the block editor into a native App.",
"private": true,
"author": "The WordPress Contributors",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-native-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ For each user feature we should also add a importance categorization label to i
## Unreleased

- [*] [a11y] Improve text read by screen readers for BottomSheetSelectControl [#41036]

## 1.76.1

- [*] BlockList - Add internal onLayout from CellRendererComponent to BlockListItemCell [#41105]
- [*] Fix Drag & Drop Chip positioning issue with RTL languages [#41053]
- [*] Add drag & drop help guide in Help & Support screen [#40961]
- [**] Fix drag mode not being enabled when long-pressing over Shortcode block [#41155]

## 1.76.0

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 @@ -13,7 +13,7 @@ PODS:
- ReactCommon/turbomodule/core (= 0.66.2)
- fmt (6.2.1)
- glog (0.3.5)
- Gutenberg (1.76.0):
- Gutenberg (1.76.1):
- React-Core (= 0.66.2)
- React-CoreModules (= 0.66.2)
- React-RCTImage (= 0.66.2)
Expand Down Expand Up @@ -337,7 +337,7 @@ PODS:
- React-Core
- RNSVG (9.13.6):
- React-Core
- RNTAztecView (1.76.0):
- RNTAztecView (1.76.1):
- React-Core
- WordPress-Aztec-iOS (~> 1.19.8)
- WordPress-Aztec-iOS (1.19.8)
Expand Down Expand Up @@ -503,7 +503,7 @@ SPEC CHECKSUMS:
FBReactNativeSpec: 18438b1c04ce502ed681cd19db3f4508964c082a
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 5337263514dd6f09803962437687240c5dc39aa4
Gutenberg: 2398cf3b4c356206c72f83c216d3d01b624cc689
Gutenberg: 9d1e70315e26fc3e9e8445b3f17c8ecb29f77e1b
RCT-Folly: a21c126816d8025b547704b777a2ba552f3d9fa9
RCTRequired: 5e9e85f48da8dd447f5834ce14c6799ea8c7f41a
RCTTypeSafety: aba333d04d88d1f954e93666a08d7ae57a87ab30
Expand Down Expand Up @@ -542,10 +542,10 @@ SPEC CHECKSUMS:
RNReanimated: d87c75f1076bab3402d6cd0b7322be51d333d10e
RNScreens: 953633729a42e23ad0c93574d676b361e3335e8b
RNSVG: 36a7359c428dcb7c6bce1cc546fbfebe069809b0
RNTAztecView: 0783a43eb5241e38587a52cb4eadc0ef2852607a
RNTAztecView: def74944705c4bef636fc653d11eaa1f49b64c22
WordPress-Aztec-iOS: 7d11d598f14c82c727c08b56bd35fbeb7dafb504
Yoga: 9a08effa851c1d8cc1647691895540bc168ea65f

PODFILE CHECKSUM: d0a2d4714ee19a1821eb2a30029333be8d6a729f

COCOAPODS: 1.10.1
COCOAPODS: 1.11.3
geriux marked this conversation as resolved.
Show resolved Hide resolved
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.76.0",
"version": "1.76.1",
"description": "Mobile WordPress gutenberg editor.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down