Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 68c784b

Browse files
committedMar 20, 2025·
Update version to 2.2.0
1 parent bf2ccd4 commit 68c784b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed
 

‎CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@
77

88
# Change Log
99

10-
## [2.1.0](https://github.com/layoutBox/FlexLayout/releases/tag/2.1.0)
10+
## [2.2.0](https://github.com/layoutBox/FlexLayout/releases/tag/2.2.0)
11+
12+
#### Upgrade yoga to v3.2.1
13+
14+
Added by [OhKanghoon](https://github.com/OhKanghoon) in Pull Request [#271](https://github.com/layoutBox/FlexLayout/pull/266)
1115

1216
#### Upgrade yoga to v3.1.0
1317

14-
Added by [OhKanghoon](https://github.com/OhKanghoon) in Pull Request [#255](https://github.com/layoutBox/FlexLayout/pull/266)
18+
Added by [OhKanghoon](https://github.com/OhKanghoon) in Pull Request [#266](https://github.com/layoutBox/FlexLayout/pull/266)
1519

1620

1721
## [2.0.10](https://github.com/layoutBox/FlexLayout/releases/tag/2.0.10)

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

0 commit comments

Comments
 (0)
Please sign in to comment.