Skip to content

Commit

Permalink
chore(flame_behaviors): v1.0.0 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfenrain authored Oct 18, 2023
1 parent 9963591 commit f214b24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions packages/flame_behaviors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# [0.3.0](https://github.com/VeryGoodOpenSource/flame_behaviors/compare/v0.2.0...v0.3.0) (2023-05-11)
# [1.0.0](https://github.com/VeryGoodOpenSource/flame_behaviors/compare/v0.2.0...flame_behaviors-1.0.0) (2023-10-18)

### Features
### Breaking Changes

- migrate to flame v1.7.0 ([#43](https://github.com/VeryGoodOpenSource/flame_behaviors/pull/43)) ([08580f6](https://github.com/VeryGoodOpenSource/flame_behaviors/commit/08580f656abb12f38c1b16913c9cf5397e2b95a8))
- migrate to flame v1.10.0 ([#46](https://github.com/VeryGoodOpenSource/flame_behaviors/pull/46)) ([9963591](https://github.com/VeryGoodOpenSource/flame_behaviors/commit/9963591d4c0cc1da389ba8446740f8747549b775))

### Bug Fixes

- make `PropagatingCollisionBehavior` more open ([#42](https://github.com/VeryGoodOpenSource/flame_behaviors/pull/42)) ([4ae0553](https://github.com/VeryGoodOpenSource/flame_behaviors/commit/4ae05534458ec7b66caf04e87afc5e8c25fba9ae))

# [0.2.0](https://github.com/VeryGoodOpenSource/flame_behaviors/compare/v0.1.1...v0.2.0) (2023-01-23)
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_behaviors/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flame_behaviors
description: Flame Behaviors applies separation of concerns to game logic in the form of Entities and Behaviors, built by Very Good Ventures.
version: 0.3.0
version: 1.0.0
homepage: https://github.com/VeryGoodOpenSource/flame_behaviors
repository: https://github.com/VeryGoodOpenSource/flame_behaviors
issue_tracker: https://github.com/VeryGoodOpenSource/flame_behaviors/issues
Expand Down

0 comments on commit f214b24

Please sign in to comment.