Skip to content

Commit 1d3bdd4

Browse files
committed
Update version + update changelog
1 parent 99ddd6e commit 1d3bdd4

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@
77

88
# Change Log
99

10+
## [1.3.19](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.19)
11+
Released on 2020-05-29
12+
13+
Add baseline item support.
14+
Note that for now baseline support is only for the first baseline.
15+
16+
Added by [Michael Ong](https://github.com/rantingmong) in Pull Request [#159](https://github.com/layoutBox/FlexLayout/pull/159)
17+
18+
## [1.3.18](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.18)
19+
Released on 2020-05-01
20+
21+
Adds Swift Package Manager Support
22+
23+
Added by [gcox](https://github.com/gcox) in Pull Request [#150](https://github.com/layoutBox/FlexLayout/pull/150)
24+
1025
## [1.3.17](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.17)
1126
Released on 2019-10-090
1227

FlexLayout.podspec

+1-1
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.17"
4+
spec.version = "1.3.19"
55
spec.summary = "FlexLayout"
66
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
77
spec.license = "MIT license"

0 commit comments

Comments
 (0)