Skip to content

Commit 79e294c

Browse files
Emil Sjolanderfacebook-github-bot
Emil Sjolander
authored andcommitted
1.6.0 version bumps
Reviewed By: passy Differential Revision: D5415450 fbshipit-source-id: cf3c42303c4a63adf114199618d42dabdb123c42
1 parent 5d75c7c commit 79e294c

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

Yoga.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Yoga'
3-
spec.version = '1.5.0'
3+
spec.version = '1.6.0'
44
spec.license = { :type => 'BSD', :file => "LICENSE" }
55
spec.homepage = 'https://facebook.github.io/yoga/'
66
spec.documentation_url = 'https://facebook.github.io/yoga/docs/api/c/'
@@ -11,7 +11,7 @@ Pod::Spec.new do |spec|
1111
spec.authors = 'Facebook'
1212
spec.source = {
1313
:git => 'https://github.com/facebook/yoga.git',
14-
:tag => '1.5.0',
14+
:tag => '1.6.0',
1515
}
1616

1717
spec.module_name = 'yoga'

YogaKit.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
podspec = Pod::Spec.new do |spec|
22
spec.name = 'YogaKit'
3-
spec.version = '1.5.0'
3+
spec.version = '1.6.0'
44
spec.license = { :type => 'BSD', :file => "LICENSE" }
55
spec.homepage = 'https://facebook.github.io/yoga/'
66
spec.documentation_url = 'https://facebook.github.io/yoga/docs/api/yogakit/'
@@ -11,14 +11,14 @@ podspec = Pod::Spec.new do |spec|
1111
spec.authors = 'Facebook'
1212
spec.source = {
1313
:git => 'https://github.com/facebook/yoga.git',
14-
:tag => '1.5.0',
14+
:tag => '1.6.0',
1515
}
1616

1717
spec.platform = :ios
1818
spec.ios.deployment_target = '8.0'
1919
spec.ios.frameworks = 'UIKit'
2020

21-
spec.dependency 'Yoga', '~> 1.5'
21+
spec.dependency 'Yoga', '~> 1.6'
2222
spec.source_files = 'YogaKit/Source/*.{h,m,swift}'
2323
spec.public_header_files = 'YogaKit/Source/{YGLayout,UIView+Yoga}.h'
2424
spec.private_header_files = 'YogaKit/Source/YGLayout+Private.h'

YogaKit/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
YogaKit is available to install via [CocoaPods](https://cocoapods.org/).
99

1010
```
11-
pod 'YogaKit', '~> 1.5'
11+
pod 'YogaKit', '~> 1.6'
1212
```
1313

1414
## Getting Started

YogaKit/YogaKitSample/Podfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ PODS:
44
- IGListKit/Default (2.1.0):
55
- IGListKit/Diffing
66
- IGListKit/Diffing (2.1.0)
7-
- Yoga (1.5.0)
8-
- YogaKit (1.5.0):
9-
- Yoga (~> 1.5)
7+
- Yoga (1.6.0)
8+
- YogaKit (1.6.0):
9+
- Yoga (~> 1.6)
1010

1111
DEPENDENCIES:
1212
- IGListKit (~> 2.1.0)

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
org.gradle.jvmargs=-Xmx1536M
44

5-
VERSION_NAME=1.5.2-SNAPSHOT
5+
VERSION_NAME=1.6.0
66
POM_URL=https://github.com/facebook/yoga
77
POM_SCM_URL=https://github.com/facebook/yoga.git
88
POM_SCM_CONNECTION=scm:git:https://github.com/facebook/yoga.git

javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yoga-layout",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"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.",
55
"license": "BSD-3-Clause",
66
"repository": {

0 commit comments

Comments
 (0)