Skip to content

Commit

Permalink
v2.0.1 Release
Browse files Browse the repository at this point in the history
- Fix nested shrink-wrapping Stacks size calculations.
  • Loading branch information
rayliverified committed Jun 25, 2024
1 parent 73ae558 commit c8077bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.1
- Fix nested shrink-wrapping Stacks size calculations.

## 2.0.0
- Firebase v3.1.0 support.
- Update Checkbox shrinkwrap and padding sizing.
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: codelessly_sdk
description: Codelessly CloudUI™ - Supercharge your Flutter apps with dynamic UI and real-time updates. Build and publish UI without code!
version: 2.0.0
version: 2.0.1
homepage: https://codelessly.com/
repository: https://github.com/Codelessly/CodelesslySDK

Expand All @@ -20,9 +20,9 @@ dependencies:
sdk: flutter
codelessly_api: 2.0.0
codelessly_json_annotation: 4.8.1
firebase_core: ^3.1.0
firebase_auth: ^5.1.0
cloud_firestore: ^5.0.1
firebase_core: ^3.1.1
firebase_auth: ^5.1.1
cloud_firestore: ^5.0.2
firebase_ui_firestore: ^1.6.4
equatable: ^2.0.5
google_fonts: ^6.2.1
Expand Down

0 comments on commit c8077bb

Please sign in to comment.