Skip to content

Commit 5ca8d49

Browse files
committed
Bumping versions and changelog.
1 parent 874ce8e commit 5ca8d49

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

flare_dart/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.4.9] - 2019-10-07 11:20:58
2+
3+
- Supporting Nodes inside of Shapes, effectively adding multiple transform spaces inside of a shape.
4+
15
## [1.4.8] - 2019-09-30 21:19:37
26

37
- Fixing linting problems in ActorDrawable and ActorSkin.

flare_dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flare_dart
22
description: Vector design and runtime animation.
3-
version: 1.4.8
3+
version: 1.4.9
44
author: "2Dimensions Team <info@2dimensions.com>"
55
homepage: https://github.com/2d-inc/Flare-Flutter
66
environment:

flare_flutter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.5.13] - 2019-10-07 11:21:29
2+
3+
- Using latest flare_dart with support for Nodes inside of Shapes (Paths with multiple transform spaces).
4+
15
## [1.5.12] - 2019-10-04 17:56:54
26

37
- Introduce FlareTesting.setup(); call this prior to running any tests using Flare content.

flare_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flare_flutter
22
description: Vector design and runtime animation for Flutter.
3-
version: 1.5.12
3+
version: 1.5.13
44
author: "2Dimensions Team <info@2dimensions.com>"
55
homepage: https://github.com/2d-inc/Flare-Flutter
66
environment:

0 commit comments

Comments
 (0)