Skip to content

Commit

Permalink
Update to 1.3.25
Browse files Browse the repository at this point in the history
  • Loading branch information
lucdion committed Dec 23, 2022
1 parent f630895 commit e9100fc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,17 @@

# Change Log

## [1.3.25](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.25)
Released on 2022-12-23

#### Add `flex.cornerRadius(_ value: CGFloat)` function

Added by [minhaaan](https://github.com/minhaaan) in Pull Request [#209](https://github.com/layoutBox/FlexLayout/pull/209)

## [1.3.24](https://github.com/layoutBox/FlexLayout/releases/tag/1.3.24)
Released on 2022-04-08

####Change the access control of margin padding functions
#### Change the access control of margin padding functions

Added by [OhKanghoon](https://github.com/OhKanghoon) in Pull Request [#199](https://github.com/layoutBox/FlexLayout/pull/199)

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.24"
spec.version = "1.3.25"
spec.summary = "FlexLayout"
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
spec.license = "MIT license"
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.3.23)
- FlexLayout (1.3.24)
- Nimble (9.2.1)
- PinLayout (1.10.2)
- Quick (4.0.0)
Expand All @@ -24,7 +24,7 @@ EXTERNAL SOURCES:
:path: "./"

SPEC CHECKSUMS:
FlexLayout: 5b44c0538e7eaa2110e3160dfdfb74611676fb91
FlexLayout: 4c4dec5e4aafab84908dd864bb097baebef0d44e
Nimble: e7e615c0335ee4bf5b0d786685451e62746117d5
PinLayout: d6b1960e4b182b4da1481b9aa6728f621e20708d
Quick: 6473349e43b9271a8d43839d9ba1c442ed1b7ac4
Expand Down

0 comments on commit e9100fc

Please sign in to comment.