Skip to content

Commit 46f9c8d

Browse files
committed
v1.3.0 Release
- Temporarily remove Windows support as Firebase Auth is not supported on Windows yet. - Update dependencies.
1 parent 1703138 commit 46f9c8d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.0
2+
- Temporarily remove Windows support as Firebase Auth is not supported on Windows yet.
3+
- Update dependencies.
4+
15
## 1.2.0
26
- Cache system improvements to load layouts better.
37
- Inkwell improvements.

pubspec.yaml

Lines changed: 2 additions & 3 deletions
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.2.0
3+
version: 1.3.0
44
homepage: https://codelessly.com/
55
repository: https://github.com/Codelessly/CodelesslySDK
66

@@ -12,14 +12,13 @@ platforms:
1212
android:
1313
ios:
1414
linux:
15-
windows:
1615
macos:
1716
web:
1817

1918
dependencies:
2019
flutter:
2120
sdk: flutter
22-
codelessly_api: 1.2.0
21+
codelessly_api: 1.3.0
2322
codelessly_json_annotation: 4.8.1
2423
firebase_core: ^2.25.4
2524
firebase_auth: ^4.17.5

0 commit comments

Comments
 (0)