Skip to content

Commit

Permalink
Update to version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc Dion committed Feb 27, 2018
1 parent 7b9e498 commit f984344
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@

# Change Log

## [1.3.2](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.1)
Released on 2018-02-27

* Update Yoga core to latest master
* Yoga core updated to facebook/yoga@295d111
* Yoga core tests and their buck configuration added, see core-tests folder
* Add buck tests to CI config
* Added by [Alexey Zinchenko](https://github.com/zintus) in Pull Request [#62](https://github.com/layoutBox/FlexLayout/pull/62)


## [1.3.1](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.1)
Released on 2018-02-23

* Integrates Yoga's sources into FlexLayout

* Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#61](https://github.com/layoutBox/FlexLayout/pull/61)



## [1.2.2](https://github.com/layoutBox/FlexLayout/releases/tag/1.2.2)
Released on 2017-12-20

Expand Down
2 changes: 1 addition & 1 deletion FlexLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |spec|
spec.name = "FlexLayout"
spec.version = "1.3.1"
spec.version = "1.3.2"
spec.summary = "FlexLayout"

spec.homepage = "https://github.com/lucdion/FlexLayout.git"
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- FlexLayout (1.2.4)
- FlexLayout (1.3.1)
- Nimble (7.0.3)
- PinLayout (1.5.9)
- Quick (1.2.0)
Expand All @@ -19,7 +19,7 @@ EXTERNAL SOURCES:
:path: ./

SPEC CHECKSUMS:
FlexLayout: f274aa4829f3591fbbafffe79de155f44cb57862
FlexLayout: 168842acc6c674a2324cbd09b09abe580381696f
Nimble: 7f5a9c447a33002645a071bddafbfb24ea70e0ac
PinLayout: b2ebf8622b28e82b6e1216ab4e4a0a8d082214fe
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
Expand Down

0 comments on commit f984344

Please sign in to comment.