Skip to content

Commit

Permalink
Updating changelog and pubspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-rosso committed Aug 23, 2019
1 parent ef7d75c commit 894a97c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions flare_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.4.5] - 2019-08-23 09:51:30

Small changes to fix warnings caught by the Dart static analyzer.

## [1.4.4] - 2019-07-24 11:43:51

Adding getArtboard method to Actor class. Allows finding artboards by name.
Expand Down
2 changes: 1 addition & 1 deletion flare_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flare_dart
description: Vector design and runtime animation.
version: 1.4.4
version: 1.4.5
author: "2Dimensions Team <info@2dimensions.com>"
homepage: https://github.com/2d-inc/Flare-Flutter
environment:
Expand Down
4 changes: 4 additions & 0 deletions flare_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.5.6] - 2019-08-23 09:52:13

- Clamp opacity values into 0..1 range before creating color for paint.

## [1.5.5] - 2019-07-24 11:44:36

- Adding artboard option to FlareActor. Use this to change which artboard gets displayed by the FlareActor widget.
Expand Down
2 changes: 1 addition & 1 deletion flare_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flare_flutter
description: Vector design and runtime animation for Flutter.
version: 1.5.5
version: 1.5.6
author: "2Dimensions Team <info@2dimensions.com>"
homepage: https://github.com/2d-inc/Flare-Flutter
environment:
Expand Down

0 comments on commit 894a97c

Please sign in to comment.