diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa86dd0..860fe592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.3 +- Update GoogleFonts v5.0.0 +- Update CodelesslyAPI v0.0.3. + ## 0.0.2 - Upgrade to Flutter 3.10 and Dart 3. - Add support for listview and pageview. diff --git a/pubspec.yaml b/pubspec.yaml index 6024e6d8..9f181127 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,8 +1,6 @@ name: codelessly_sdk -description: Codelessly Cloud UI SDK for Flutter apps. - -version: 0.0.2 - +description: Codelessly CloudUIâ„¢ - Supercharge your Flutter apps with dynamic UI and real-time updates. Build and publish UI without code!" +version: 0.0.3 homepage: https://codelessly.com/ repository: https://github.com/Codelessly/CodelesslySDK @@ -38,9 +36,6 @@ dependencies: provider: ^6.0.5 json_path: ^0.6.0 meta: ^1.9.1 - # Uncomment to develop locally. -# codelessly_api: -# path: ../codelessly_api dev_dependencies: build_runner: ^2.4.5 @@ -54,7 +49,6 @@ dependency_overrides: flutter: uses-material-design: true - assets: - assets/codelessly_logo.png