We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d47c1 commit e26ac3eCopy full SHA for e26ac3e
CHANGELOG.md
@@ -7,6 +7,16 @@
7
8
# Change Log
9
10
+## [2.0.01](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.01)
11
+Released on 2023-10-01
12
+
13
+#### Update Yoga core to 2.0
14
15
+FlexLayout version has been increased to reflect the new Yoga core version.
16
17
+Added by [OhKanghoon](https://github.com/OhKanghoon) in Pull Request [#230](https://github.com/layoutBox/FlexLayout/pull/230)
18
19
20
## [1.3.33](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.33)
21
Released on 2023-06-24
22
FlexLayout.podspec
@@ -1,7 +1,7 @@
1
2
Pod::Spec.new do |spec|
3
spec.name = "FlexLayout"
4
- spec.version = "1.3.33"
+ spec.version = "2.0.01"
5
spec.summary = "FlexLayout"
6
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
spec.license = "MIT license"
0 commit comments