diff --git a/packages/animations/CHANGELOG.md b/packages/animations/CHANGELOG.md index 4de722030d5..a11fca7c5b9 100644 --- a/packages/animations/CHANGELOG.md +++ b/packages/animations/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.0.0+2] - February 18, 20200 + +* Fixes to pubspec.yaml + + ## [1.0.0+1] - February 18, 20200 * Fixes to pubspec.yaml diff --git a/packages/animations/pubspec.yaml b/packages/animations/pubspec.yaml index 090d579c57c..3acac8f1ab3 100644 --- a/packages/animations/pubspec.yaml +++ b/packages/animations/pubspec.yaml @@ -1,11 +1,10 @@ name: animations description: Fancy pre-built animations that can easily be integrated into any Flutter application. -version: 1.0.0+1 +version: 1.0.0+2 homepage: https://github.com/flutter/packages/tree/master/packages/animations environment: sdk: ">=2.2.2 <3.0.0" - flutter: ">=1.13.9" dependencies: flutter: