diff --git a/CHANGELOG.md b/CHANGELOG.md index d1628bc..ad4c28b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.2 +- Update external components with reactions. +- Add click and long click reactions to rectangle node. + ## 2.0.0 - Update Checkbox shrinkwrap and padding sizing. - Change default Stroke cap to none. diff --git a/pubspec.yaml b/pubspec.yaml index 19fffc0..144ec41 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: 2.0.0 +version: 2.0.2 homepage: https://codelessly.com/ repository: https://github.com/Codelessly/CodelesslyAPI