Skip to content

Commit

Permalink
Mobile Release v1.59.0 (#33913)
Browse files Browse the repository at this point in the history
* Release script: Update react-native-editor version to 1.59.0

* Release script: Update with changes from 'npm run core preios'

* Update release notes

Co-authored-by: jhnstn <jason@readysetandco.com>
  • Loading branch information
jhnstn and jhnstn authored Aug 6, 2021
1 parent e3010b2 commit a4bc4d1
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
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.2",
"version": "1.59.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.58.2",
"version": "1.59.0",
"description": "Native bridge library used to integrate the block editor into a native App.",
"private": true,
"author": "The WordPress Contributors",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ For each user feature we should also add a importance categorization label to i
[*] → Minor enhancements and fixes that address annoyances — things our users can miss.
-->

## Unreleased
## 1.59.0
- [*] [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]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 ";
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
Expand Down Expand Up @@ -711,7 +711,7 @@
COPY_PHASE_STRIP = YES;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 ";
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
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.2):
- Gutenberg (1.59.0):
- 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.2):
- RNTAztecView (1.59.0):
- 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: 917598f7e7d135665a8a6e94c4e471669096e979
FBReactNativeSpec: b32f3d9c53be11cf28e0d4987900315fe5331c9a
glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62
Gutenberg: 259efbc88815a4b23c54cf13691e5760e516b833
Gutenberg: d92d60f689617e6d85195fefb14daa9dffaad4dc
RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c
RCTRequired: 2f8cb5b7533219bf4218a045f92768129cf7050a
RCTTypeSafety: 512728b73549e72ad7330b92f3d42936f2a4de5b
Expand Down Expand Up @@ -490,7 +490,7 @@ SPEC CHECKSUMS:
RNReanimated: ca6105fdc2739ea1b3a7a5350b6490d8160143bc
RNScreens: eb4e23256e7f2a5a1af87ea24dfeb49aea0ef310
RNSVG: 1b6dcbec5884b6dbe256bf8c38eeeab0acf05926
RNTAztecView: 0851da20d1d112a19d899ae17b12c326dc4ef650
RNTAztecView: 72b258339a24ba652dc98dc7aa21db9669fe904e
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.2",
"version": "1.59.0",
"description": "Mobile WordPress gutenberg editor.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
Expand Down

0 comments on commit a4bc4d1

Please sign in to comment.