Skip to content

Commit 8cbbb78

Browse files
committed
v0.0.8 Release
- Update CodelesslyAPI v0.0.8. - Text field and code-gen improvements. - Fix text field counter text not working properly.
1 parent 6d8baeb commit 8cbbb78

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.0.8
2+
- Update CodelesslyAPI v0.0.8.
3+
- Text field and code-gen improvements.
4+
- Fix text field counter text not working properly.
5+
16
## 0.0.7
27
- Update CodelesslyAPI v0.0.7.
38
- Add support for Tabs.

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: codelessly_sdk
22
description: Codelessly CloudUI™ - Supercharge your Flutter apps with dynamic UI and real-time updates. Build and publish UI without code!
3-
version: 0.0.7
3+
version: 0.0.8
44
homepage: https://codelessly.com/
55
repository: https://github.com/Codelessly/CodelesslySDK
66

@@ -19,7 +19,7 @@ platforms:
1919
dependencies:
2020
flutter:
2121
sdk: flutter
22-
codelessly_api: 0.0.7
22+
codelessly_api: 0.0.8
2323
equatable: ^2.0.5
2424
google_fonts: ^5.1.0
2525
json_annotation: ^4.8.1

0 commit comments

Comments
 (0)