Skip to content

Commit f984344

Browse files
author
Luc Dion
committed
Update to version 1.3.2
1 parent 7b9e498 commit f984344

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@
77

88
# Change Log
99

10+
## [1.3.2](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.1)
11+
Released on 2018-02-27
12+
13+
* Update Yoga core to latest master
14+
* Yoga core updated to facebook/yoga@295d111
15+
* Yoga core tests and their buck configuration added, see core-tests folder
16+
* Add buck tests to CI config
17+
* Added by [Alexey Zinchenko](https://github.com/zintus) in Pull Request [#62](https://github.com/layoutBox/FlexLayout/pull/62)
18+
19+
20+
## [1.3.1](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.1)
21+
Released on 2018-02-23
22+
23+
* Integrates Yoga's sources into FlexLayout
24+
25+
* Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#61](https://github.com/layoutBox/FlexLayout/pull/61)
26+
27+
28+
1029
## [1.2.2](https://github.com/layoutBox/FlexLayout/releases/tag/1.2.2)
1130
Released on 2017-12-20
1231

FlexLayout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |spec|
33
spec.name = "FlexLayout"
4-
spec.version = "1.3.1"
4+
spec.version = "1.3.2"
55
spec.summary = "FlexLayout"
66

77
spec.homepage = "https://github.com/lucdion/FlexLayout.git"

Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- FlexLayout (1.2.4)
2+
- FlexLayout (1.3.1)
33
- Nimble (7.0.3)
44
- PinLayout (1.5.9)
55
- Quick (1.2.0)
@@ -19,7 +19,7 @@ EXTERNAL SOURCES:
1919
:path: ./
2020

2121
SPEC CHECKSUMS:
22-
FlexLayout: f274aa4829f3591fbbafffe79de155f44cb57862
22+
FlexLayout: 168842acc6c674a2324cbd09b09abe580381696f
2323
Nimble: 7f5a9c447a33002645a071bddafbfb24ea70e0ac
2424
PinLayout: b2ebf8622b28e82b6e1216ab4e4a0a8d082214fe
2525
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08

0 commit comments

Comments
 (0)