Skip to content

Commit

Permalink
Merge release 1.33.0 of GB-mobile to master (#24156)
Browse files Browse the repository at this point in the history
* Release script: Update react-native-editor version to 1.33.0

* Update release notes.

* Update version numbers for packages.

* Revert "Reduce spacing between label and slider control (#23580)" (#24109)

This reverts commit 2a67de0.

Co-authored-by: Antonis Lilis <[email protected]>
  • Loading branch information
SergioEstevao and antonis committed Jul 23, 2020
1 parent 2c08cc0 commit 594e689
Show file tree
Hide file tree
Showing 6 changed files with 138 additions and 136 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": "0.2.0",
"version": "1.33.0",
"description": "Aztec view for react-native.",
"private": true,
"author": "The WordPress Contributors",
Expand Down
13 changes: 7 additions & 6 deletions packages/react-native-bridge/Gutenberg.podspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
package = JSON.parse(File.read(File.join(File.expand_path('../..'), 'package.json')))
gutenbergPackage = JSON.parse(File.read(File.join(File.expand_path('../..'), 'package.json')))
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
# Use the same RN version that the JS tools use
react_native_version = package['devDependencies']['react-native']
react_native_version = gutenbergPackage['devDependencies']['react-native']
# Extract the tagged version if package.json points to a tag
react_native_version = react_native_version.split("#v").last if react_native_version.include? "#v"

Pod::Spec.new do |s|
s.name = 'Gutenberg'
s.version = package['version']
s.summary = 'Printing since 1440'
s.name = 'Gutenberg'
s.version = package['version']
s.summary = 'Printing since 1440'
s.homepage = package['homepage']
s.license = package['license']
s.authors = 'Automattic'
s.authors = 'Automattic'
s.platform = :ios, '11.0'
s.source = { :git => 'https://github.com/WordPress/gutenberg.git' }
s.source_files = 'ios/**/*.{h,m,swift}'
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.1.0",
"version": "1.33.0",
"description": "Native bridge library used to integrate the block editor into a native App.",
"private": true,
"author": "The WordPress Contributors",
Expand Down
1 change: 1 addition & 0 deletions packages/react-native-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ For each user feature we should also add a importance categorization label to i

* [***] Media editing support in Media & Text block.
* [***] New block: Social Icons
* [*] Cover block placeholder is updated to allow users start the block with a background color

## 1.32.0

Expand Down
8 changes: 4 additions & 4 deletions packages/react-native-editor/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ PODS:
- DoubleConversion
- glog
- glog (0.3.5)
- Gutenberg (8.5.1):
- Gutenberg (1.33.0):
- React (= 0.61.5)
- React-CoreModules (= 0.61.5)
- React-RCTImage (= 0.61.5)
Expand Down Expand Up @@ -243,7 +243,7 @@ PODS:
- React
- RNSVG (9.13.6-gb):
- React
- RNTAztecView (0.2.0):
- RNTAztecView (1.33.0):
- React-Core
- WordPress-Aztec-iOS (~> 1.19.3)
- WordPress-Aztec-iOS (1.19.3)
Expand Down Expand Up @@ -377,7 +377,7 @@ SPEC CHECKSUMS:
FBReactNativeSpec: 118d0d177724c2d67f08a59136eb29ef5943ec75
Folly: 30e7936e1c45c08d884aa59369ed951a8e68cf51
glog: 1f3da668190260b06b429bb211bfbee5cd790c28
Gutenberg: 04a90a71ab9a5e61b9dd185270dec12dff3c2777
Gutenberg: 26f1ba13f6edd966506ebc5dbeee727ccaaa6a68
RCTRequired: b153add4da6e7dbc44aebf93f3cf4fcae392ddf1
RCTTypeSafety: 9aa1b91d7f9310fc6eadc3cf95126ffe818af320
React: b6a59ef847b2b40bb6e0180a97d0ca716969ac78
Expand Down Expand Up @@ -405,7 +405,7 @@ SPEC CHECKSUMS:
ReactCommon: 198c7c8d3591f975e5431bec1b0b3b581aa1c5dd
ReactNativeDarkMode: f61376360c5d983907e5c316e8e1c853a8c2f348
RNSVG: 68a534a5db06dcbdaebfd5079349191598caef7b
RNTAztecView: 30c445fb62fc5b2f43adf14bf30ce2888e7a4746
RNTAztecView: 8826fac3758dc309c31366d54ed819d177e7cbfa
WordPress-Aztec-iOS: b7ac8b30f746992e85d9668453ac87c2cdcecf4f
Yoga: f2a7cd4280bfe2cca5a7aed98ba0eb3d1310f18b

Expand Down
Loading

0 comments on commit 594e689

Please sign in to comment.