diff --git a/CHANGELOG.md b/CHANGELOG.md index c679c42..4061445 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index 98bc349..f0cf147 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: 2.0.0 +version: 2.0.1 homepage: https://codelessly.com/ repository: https://github.com/Codelessly/CodelesslySDK @@ -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