From d9e4e31c547669290b52f7255ae3bc7795bf84f9 Mon Sep 17 00:00:00 2001 From: Ray Li Date: Mon, 19 Jun 2023 12:22:05 -0500 Subject: [PATCH] v0.0.3 Release --- CHANGELOG.md | 10 +++++++--- pubspec.yaml | 5 ++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1de19ec..e9af73f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ +## 0.0.3 +- Update SDK constraints. +- Update ReadMe. + ## 0.0.2 - Upgrade to Flutter 3.10 and Dart 3. -- Add support for listview and pageview. -- Add support for api call action. +- Add support for Listview and Pageview. +- Add support for API call action. - Remove `ScrollLinkableMixin`. - Add method to compare two font weights. - Add method to generate a random ID. @@ -9,4 +13,4 @@ - Update documentation. ## 0.0.1 -- Initial Pre-release. \ No newline at end of file +- Initial Release. \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index cb0a488..c2c0665 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,11 +1,10 @@ name: codelessly_api -description: Codelessly Core 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: 0.0.2 +version: 0.0.3 homepage: https://codelessly.com/ repository: https://github.com/Codelessly/CodelesslyAPI -issue_tracker: https://github.com/Codelessly/CodelesslyAPI/issues environment: sdk: ">=3.0.0 <4.0.0"