Skip to content

Commit

Permalink
Preparing for publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-rosso committed Dec 5, 2019
1 parent 0aa32c5 commit 333249f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 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 @@
## [2.3.0] - 2019-12-05 17:25:03

- Support for layer effects including masking, drop shadows, inner shadows, and blurs.

## [2.2.5] - 2019-11-20 16:36:24

- Fixed gradient transformations for shapes with transformAffectsStroke set to true.
Expand Down
1 change: 0 additions & 1 deletion flare_dart/lib/actor_shape.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import "actor_artboard.dart";
import "actor_color.dart";
import "actor_component.dart";
import "actor_drawable.dart";
import "actor_node.dart";
import "actor_path.dart";
import "math/aabb.dart";
import "math/mat2d.dart";
Expand Down
4 changes: 2 additions & 2 deletions flare_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flare_dart
description: Vector design and runtime animation.
version: 2.2.5
author: "2Dimensions Team <info@2dimensions.com>"
version: 2.3.0
author: "Rive Team <info@rive.app>"
homepage: https://github.com/2d-inc/Flare-Flutter
environment:
sdk: ">=2.1.0 <3.0.0"
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.8.0] - 2019-12-05 17:34:01

- Support for layer effects including masking, drop shadows, inner shadows, and blurs.

## [1.7.3] - 2019-11-20 16:37:18

- Fixed gradient transformations for shapes with transformAffectsStroke set to true.
Expand Down
4 changes: 2 additions & 2 deletions flare_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flare_flutter
description: Vector design and runtime animation for Flutter.
version: 1.7.3
author: "2Dimensions Team <info@2dimensions.com>"
version: 1.8.0
author: "Rive Team <info@rive.app>"
homepage: https://github.com/2d-inc/Flare-Flutter
environment:
sdk: ">=2.2.0 <3.0.0"
Expand Down

0 comments on commit 333249f

Please sign in to comment.