Skip to content

Commit

Permalink
doc: update CHANGELOG and version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurélien Lepage committed Sep 11, 2019
1 parent 5d60c76 commit 865c7ea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.1.2] - 2019-09-11
### Fixed
- [#1](https://github.com/mobiten/flutter_staggered_animations/issues/1) Do not forward animation after dispose
- Remove misleading usage of staggeredList instead of staggeredGrid in GridView sample

## [0.1.1] - 2019-09-05
### Added
- Logo in README
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ Easily add staggered animations to your `ListView`, `GridView`, `Column` and `Ro
Add the package as a dependency in your pubspec.yaml file.
```yaml
dependencies:
flutter_staggered_animations: "^0.1.1"
flutter_staggered_animations: "^0.1.2"
```

### Import
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Expand Up @@ -40,7 +40,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.1"
version: "0.1.2"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_staggered_animations
description: Easily add staggered animations to your ListView, GridView, Column and Row children as shown in Material Design guidelines
version: 0.1.1
version: 0.1.2
authors:
- Aurélien Lepage <aurelien@mobiten.com>
- Charles-Henri Dumalin <charles-henri@mobiten.com>
Expand Down

0 comments on commit 865c7ea

Please sign in to comment.