Skip to content

Commit

Permalink
v2.0.2 Release
Browse files Browse the repository at this point in the history
- Update CodelesslyException to display better errors during development.
- Update external components with reactions.
- Add click and long click reactions to rectangle node.
  • Loading branch information
rayliverified committed Jul 3, 2024
1 parent fc14b4e commit fcb26e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.2
- Update CodelesslyException to display better errors during development.
- Update external components with reactions.
- Add click and long click reactions to rectangle node.

## 2.0.1
- Fix nested shrink-wrapping Stacks size calculations.

Expand Down
4 changes: 2 additions & 2 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.1
version: 2.0.2
homepage: https://codelessly.com/
repository: https://github.com/Codelessly/CodelesslySDK

Expand All @@ -18,7 +18,7 @@ platforms:
dependencies:
flutter:
sdk: flutter
codelessly_api: 2.0.0
codelessly_api: 2.0.2
codelessly_json_annotation: 4.8.1
firebase_core: ^3.1.1
firebase_auth: ^5.1.1
Expand Down

0 comments on commit fcb26e3

Please sign in to comment.