Skip to content

Commit 9e7dfcb

Browse files
committed
Update for 2.0.1 release
1 parent 41b1ba0 commit 9e7dfcb

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.0.1] - 2022-10-30
8+
### Changed
9+
- fixed `ShakeEffect.hz` calculations and adjusted defaults
10+
711
## [2.0.0] - 2022-10-23
812
### Added
913
- effects now use "smart" parameters. See README: Other Effect Parameters

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ packages:
6161
path: ".."
6262
relative: true
6363
source: path
64-
version: "2.0.0"
64+
version: "2.0.1"
6565
flutter_lints:
6666
dependency: "direct dev"
6767
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_animate
22
description: Add beautiful animated effects & builders in Flutter, via an easy, customizable, unified API.
3-
version: 2.0.0
3+
version: 2.0.1
44
repository: https://github.com/gskinner/flutter_animate
55
issue_tracker: https://github.com/gskinner/flutter_animate/issues
66

0 commit comments

Comments
 (0)