Skip to content

Commit f112676

Browse files
committed
v1.8.0 Release
- Custom Layout IDs support! Use a human readable ID for CodelesslyWidgets to help identify and differentiate CloudUI in your code.
1 parent 229e5c6 commit f112676

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.8.0
2+
- Custom Layout IDs support! Use a human readable ID for CodelesslyWidgets to help identify and differentiate CloudUI in your code.
3+
14
## 1.7.0
25
- Teams v1 support.
36

pubspec.yaml

+5-5
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: 1.7.0
3+
version: 1.8.0
44
homepage: https://codelessly.com/
55
repository: https://github.com/Codelessly/CodelesslySDK
66

@@ -18,11 +18,11 @@ platforms:
1818
dependencies:
1919
flutter:
2020
sdk: flutter
21-
codelessly_api: 1.7.0
21+
codelessly_api: 1.8.0
2222
codelessly_json_annotation: 4.8.1
23-
firebase_core: ^2.30.1
24-
firebase_auth: ^4.19.4
25-
cloud_firestore: ^4.17.2
23+
firebase_core: ^2.31.0
24+
firebase_auth: ^4.19.5
25+
cloud_firestore: ^4.17.3
2626
firebase_ui_firestore: ^1.6.3
2727
equatable: ^2.0.5
2828
google_fonts: ^6.2.1

0 commit comments

Comments
 (0)