From a4c2106d3bb3c88a8905521b82ecd72d7d1385be Mon Sep 17 00:00:00 2001 From: Michael Goderbauer Date: Tue, 28 Jul 2020 12:20:27 -0700 Subject: [PATCH] Prepare animations for 1.1.2 (#183) --- packages/animations/CHANGELOG.md | 4 ++++ packages/animations/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/animations/CHANGELOG.md b/packages/animations/CHANGELOG.md index 3fe05ccf720..5625d1a6b70 100644 --- a/packages/animations/CHANGELOG.md +++ b/packages/animations/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [1.1.2] - July 28, 2020 + +* Fixes for upcoming changes to the flutter framework. + ## [1.1.1] - June 19, 2020 * Hide implementation of `DualTransitionBuilder` as the widget has been implemented in the Flutter framework. diff --git a/packages/animations/pubspec.yaml b/packages/animations/pubspec.yaml index 3635d0f8112..f14256bb50b 100644 --- a/packages/animations/pubspec.yaml +++ b/packages/animations/pubspec.yaml @@ -1,6 +1,6 @@ name: animations description: Fancy pre-built animations that can easily be integrated into any Flutter application. -version: 1.1.1 +version: 1.1.2 homepage: https://github.com/flutter/packages/tree/master/packages/animations environment: