Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renancaraujo committed Aug 18, 2020
1 parent b41b93d commit 268b301
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## [x] - Next
## [0.1.0] - API change, fix positioning

- Fix alignment issue
- Fix positioning issues
- Change width and height to be defined on animations paint time (breaking).
- The width and height are defined on the component

## [0.0.1] - Initial release

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.1"
version: "0.1.0"
flare_dart:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flame_flare
description: This packages allows you to use flare animations into a flame game.
version: 0.0.1
version: 0.1.0
homepage: https://github.com/flame-engine/flame_flare


Expand All @@ -11,7 +11,7 @@ dependencies:
flame: '>=0.24.0 <1.0.0'
flare_flutter: ^2.0.6
flare_dart: ^2.3.4
memoize: 2.0.0
memoize: ^2.0.0
flutter:
sdk: flutter

Expand Down

0 comments on commit 268b301

Please sign in to comment.