diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ca8e4ff..d5042d0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ +## 0.0.6 +- Update visibility rendering. + ## 0.0.5 - Update CodelesslyAPI v0.0.5. - Fix image rendering. - Fix layout loading with conditions. -- Revamp example app.\ +- Revamp example app. - Fix multi-variables not being registered. - Fix auto-scale rendering. - Provide BuildContext as a parameter for `CodelesslyFunction`. diff --git a/pubspec.yaml b/pubspec.yaml index b040b0b8..5c60adfd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: 0.0.5 +version: 0.0.6 homepage: https://codelessly.com/ repository: https://github.com/Codelessly/CodelesslySDK