From 0c3168f1506701a637491c7a33bf174aba5bcf72 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 16 Nov 2017 02:59:27 -0800 Subject: [PATCH] v1.7.0 Summary: Version bumps. Reviewed By: emilsjolander Differential Revision: D6284124 fbshipit-source-id: 08f6116bb0237791210847976533206055376f1a --- Yoga.podspec | 4 ++-- YogaKit.podspec | 6 +++--- YogaKit/README.md | 2 +- YogaKit/YogaKitSample/Podfile.lock | 6 +++--- gradle.properties | 2 +- javascript/package.json | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Yoga.podspec b/Yoga.podspec index 729713629c..4e83b83af2 100644 --- a/Yoga.podspec +++ b/Yoga.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'Yoga' - spec.version = '1.6.0' + spec.version = '1.7.0' spec.license = { :type => 'BSD', :file => "LICENSE" } spec.homepage = 'https://facebook.github.io/yoga/' spec.documentation_url = 'https://facebook.github.io/yoga/docs/api/c/' @@ -11,7 +11,7 @@ Pod::Spec.new do |spec| spec.authors = 'Facebook' spec.source = { :git => 'https://github.com/facebook/yoga.git', - :tag => '1.6.0', + :tag => '1.7.0', } spec.module_name = 'yoga' diff --git a/YogaKit.podspec b/YogaKit.podspec index 939ba62ac5..e98f0257bb 100644 --- a/YogaKit.podspec +++ b/YogaKit.podspec @@ -1,6 +1,6 @@ podspec = Pod::Spec.new do |spec| spec.name = 'YogaKit' - spec.version = '1.6.0' + spec.version = '1.7.0' spec.license = { :type => 'BSD', :file => "LICENSE" } spec.homepage = 'https://facebook.github.io/yoga/' spec.documentation_url = 'https://facebook.github.io/yoga/docs/api/yogakit/' @@ -11,14 +11,14 @@ podspec = Pod::Spec.new do |spec| spec.authors = 'Facebook' spec.source = { :git => 'https://github.com/facebook/yoga.git', - :tag => '1.6.0', + :tag => '1.7.0', } spec.platform = :ios spec.ios.deployment_target = '8.0' spec.ios.frameworks = 'UIKit' - spec.dependency 'Yoga', '~> 1.6' + spec.dependency 'Yoga', '~> 1.7' spec.source_files = 'YogaKit/Source/*.{h,m,swift}' spec.public_header_files = 'YogaKit/Source/{YGLayout,UIView+Yoga}.h' spec.private_header_files = 'YogaKit/Source/YGLayout+Private.h' diff --git a/YogaKit/README.md b/YogaKit/README.md index 5c9e51b980..cd1cc2f390 100644 --- a/YogaKit/README.md +++ b/YogaKit/README.md @@ -8,7 +8,7 @@ YogaKit is available to install via [CocoaPods](https://cocoapods.org/). ``` -pod 'YogaKit', '~> 1.6' +pod 'YogaKit', '~> 1.7' ``` ## Getting Started diff --git a/YogaKit/YogaKitSample/Podfile.lock b/YogaKit/YogaKitSample/Podfile.lock index 6e9139c641..8600fade7b 100644 --- a/YogaKit/YogaKitSample/Podfile.lock +++ b/YogaKit/YogaKitSample/Podfile.lock @@ -4,9 +4,9 @@ PODS: - IGListKit/Default (2.1.0): - IGListKit/Diffing - IGListKit/Diffing (2.1.0) - - Yoga (1.6.0) - - YogaKit (1.6.0): - - Yoga (~> 1.6) + - Yoga (1.7.0) + - YogaKit (1.7.0): + - Yoga (~> 1.7) DEPENDENCIES: - IGListKit (~> 2.1.0) diff --git a/gradle.properties b/gradle.properties index 74914f8a09..e9ec612896 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx1536M -VERSION_NAME=1.6.1-SNAPSHOT +VERSION_NAME=1.7.0 POM_URL=https://github.com/facebook/yoga POM_SCM_URL=https://github.com/facebook/yoga.git POM_SCM_CONNECTION=scm:git:https://github.com/facebook/yoga.git diff --git a/javascript/package.json b/javascript/package.json index c208b7db22..cc4445c36e 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "yoga-layout", - "version": "1.6.0", + "version": "1.7.0", "description": "Yoga is a cross-platform layout engine enabling maximum collaboration within your team by implementing an API many designers are familiar with, and opening it up to developers across different platforms.", "license": "BSD-3-Clause", "repository": {