diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8f710..3e75242 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 4.4.0 + +- Add CornerRadius typedValue. +- Fix icon props deserialization for backwards compatibility. + ## 4.3.0 - Create new Placeholders node. diff --git a/pubspec.yaml b/pubspec.yaml index e456e1e..e4d2b96 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: codelessly_api description: Flutter's layouts and widgets represented as models and JSON data. This API is used by the Codelessly Editor and CloudUI SDK to render Flutter Widgets. -version: 4.3.0 +version: 4.4.0 homepage: https://codelessly.com/ repository: https://github.com/Codelessly/CodelesslyAPI