From f214b2489d03f27ad44964a8428c54d5ba9f55cf Mon Sep 17 00:00:00 2001 From: Jochum van der Ploeg Date: Wed, 18 Oct 2023 16:00:14 +0200 Subject: [PATCH] chore(flame_behaviors): v1.0.0 (#48) --- packages/flame_behaviors/CHANGELOG.md | 8 ++++++-- packages/flame_behaviors/pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/packages/flame_behaviors/CHANGELOG.md b/packages/flame_behaviors/CHANGELOG.md index 1ead353..e947ea6 100644 --- a/packages/flame_behaviors/CHANGELOG.md +++ b/packages/flame_behaviors/CHANGELOG.md @@ -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) diff --git a/packages/flame_behaviors/pubspec.yaml b/packages/flame_behaviors/pubspec.yaml index e42386b..882aa4a 100644 --- a/packages/flame_behaviors/pubspec.yaml +++ b/packages/flame_behaviors/pubspec.yaml @@ -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