diff --git a/CHANGELOG.md b/CHANGELOG.md index d3b4f65a7..04d54eaa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,130 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2023-07-02 + +### Changes + +--- + +Packages with breaking changes: + + - [`flame` - `v1.8.1`](#flame---v181) + - [`flame_test` - `v1.12.0`](#flame_test---v1120) + +Packages with other changes: + + - [`flame_audio` - `v2.0.4`](#flame_audio---v204) + - [`flame_bloc` - `v1.10.0`](#flame_bloc---v1100) + - [`flame_fire_atlas` - `v1.3.7`](#flame_fire_atlas---v137) + - [`flame_forge2d` - `v0.14.1`](#flame_forge2d---v0141) + - [`flame_isolate` - `v0.4.0+1`](#flame_isolate---v0401) + - [`flame_lottie` - `v0.2.1`](#flame_lottie---v021) + - [`flame_noise` - `v0.1.1+3`](#flame_noise---v0113) + - [`flame_oxygen` - `v0.1.8+4`](#flame_oxygen---v0184) + - [`flame_rive` - `v1.9.0`](#flame_rive---v190) + - [`flame_spine` - `v0.1.1`](#flame_spine---v011) + - [`flame_svg` - `v1.8.0`](#flame_svg---v180) + - [`flame_tiled` - `v1.12.0`](#flame_tiled---v1120) + - [`jenny` - `v1.0.4`](#jenny---v104) + - [`flame_network_assets` - `v0.2.0+3`](#flame_network_assets---v0203) + +Packages with dependency updates only: + +> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. + + - `flame_network_assets` - `v0.2.0+3` + +--- + +#### `flame` - `v1.8.1` + + - **FIX**: Adds a check to confirm the component is not loaded ([#2579](https://github.com/flame-engine/flame/issues/2579)). ([985400f2](https://github.com/flame-engine/flame/commit/985400f2955f6bed14066660711d53c5b302ab09)) + - **FIX**: Animation ticker readability improvements ([#2578](https://github.com/flame-engine/flame/issues/2578)). ([667a1698](https://github.com/flame-engine/flame/commit/667a1698115ed69cc11b2e5a598371e136c7e7f0)) + - **FIX**: Remove `mustCallSuper` from `onComponentTypeCheck` ([#2561](https://github.com/flame-engine/flame/issues/2561)). ([bcae760c](https://github.com/flame-engine/flame/commit/bcae760c7138839fee203a1693e02fade753292c)) + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + - **FIX**: Reduce the Vector2 creations in Anchor ([#2550](https://github.com/flame-engine/flame/issues/2550)). ([5a9434b0](https://github.com/flame-engine/flame/commit/5a9434b09a6fbe2c86db2d8192cd2d7ae0d5868c)) + - **FIX**: Fix disappearing text on TextBoxComponent for larger pixelRatios ([#2540](https://github.com/flame-engine/flame/issues/2540)). ([6e1d5466](https://github.com/flame-engine/flame/commit/6e1d5466aadc59f90475b1a9e7658bb78ed60340)) + - **FEAT**: Option to prevent propagating collision events from ShapeHitbox to _hitboxParent ([#2594](https://github.com/flame-engine/flame/issues/2594)). ([a58d7436](https://github.com/flame-engine/flame/commit/a58d7436c9b71a2358edc6c3732aeda56d980f64)) + - **FEAT**: Adding filterQuality arguments to Parallax load methods ([#2596](https://github.com/flame-engine/flame/issues/2596)). ([ff3d9107](https://github.com/flame-engine/flame/commit/ff3d91075c49df8efb6130f8e8ac9b711a1a8a14)) + - **FEAT**: Option to use toImageSync in ImageComposition class ([#2593](https://github.com/flame-engine/flame/issues/2593)). ([66d5f97d](https://github.com/flame-engine/flame/commit/66d5f97d303aa1712673b8ca7e1a889cf5e7270e)) + - **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2)) + - **FEAT**(flame): Set a default negative priority on the world for general use ([#2572](https://github.com/flame-engine/flame/issues/2572)). ([390e9700](https://github.com/flame-engine/flame/commit/390e9700b4293e12b7d4212ce04f6b3d967a24e1)) + - **FEAT**: Add useful methods to Rectangle class ([#2562](https://github.com/flame-engine/flame/issues/2562)). ([4710530b](https://github.com/flame-engine/flame/commit/4710530b420469794602bf4d8cfea98078e0d973)) + - **BREAKING** **FIX**: Convert PositionEvent.canvasPosition to local coordinates ([#2598](https://github.com/flame-engine/flame/issues/2598)). ([87139c85](https://github.com/flame-engine/flame/commit/87139c854534782638fe1b0c24d2dc92f98a3e59)) + +#### `flame_test` - `v1.12.0` + + - **FIX**: Set constraint for test dependency in flame_test ([#2558](https://github.com/flame-engine/flame/issues/2558)). ([aeef9464](https://github.com/flame-engine/flame/commit/aeef9464f6ca448e3aa2b578af8b3443cbbf6f71)) + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + - **BREAKING** **FIX**: Convert PositionEvent.canvasPosition to local coordinates ([#2598](https://github.com/flame-engine/flame/issues/2598)). ([87139c85](https://github.com/flame-engine/flame/commit/87139c854534782638fe1b0c24d2dc92f98a3e59)) + +#### `flame_audio` - `v2.0.4` + + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + +#### `flame_bloc` - `v1.10.0` + + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + - **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2)) + - **FEAT**: Add onInitialState to FlameBlocListener ([#2565](https://github.com/flame-engine/flame/issues/2565)). ([f440bbf5](https://github.com/flame-engine/flame/commit/f440bbf5db207d454b4abba75a62e0ff2ff5b408)) + +#### `flame_fire_atlas` - `v1.3.7` + + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + +#### `flame_forge2d` - `v0.14.1` + + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + - **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2)) + - **DOCS**: Fix broken link on flame_forge2d readme ([#2588](https://github.com/flame-engine/flame/issues/2588)). ([45115bbf](https://github.com/flame-engine/flame/commit/45115bbff8539010f5d7bb7cf9479183b1a27cc8)) + +#### `flame_isolate` - `v0.4.0+1` + + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + +#### `flame_lottie` - `v0.2.1` + + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + - **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2)) + +#### `flame_noise` - `v0.1.1+3` + + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + +#### `flame_oxygen` - `v0.1.8+4` + + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + +#### `flame_rive` - `v1.9.0` + + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + - **FIX**: Avoid creation of unnecessary objects for RiveComponent ([#2553](https://github.com/flame-engine/flame/issues/2553)). ([52b35fbf](https://github.com/flame-engine/flame/commit/52b35fbf56a551a7585c493e2de51473266bf759)) + - **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2)) + +#### `flame_spine` - `v0.1.1` + + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + - **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2)) + +#### `flame_svg` - `v1.8.0` + + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + - **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2)) + +#### `flame_tiled` - `v1.12.0` + + - **FIX**: Tiled component orthogonal test ([#2549](https://github.com/flame-engine/flame/issues/2549)). ([34e5f0e4](https://github.com/flame-engine/flame/commit/34e5f0e443e21923c311120ce8634a14339bc71d)) + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + - **FEAT**: TiledAtlas.clearCache function ([#2592](https://github.com/flame-engine/flame/issues/2592)). ([d40fefcf](https://github.com/flame-engine/flame/commit/d40fefcf08850a986304472d5369dcd74f2b9d4b)) + - **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2)) + - **FEAT**: Add option for a custom image and asset loader ([#2569](https://github.com/flame-engine/flame/issues/2569)). ([dfe18251](https://github.com/flame-engine/flame/commit/dfe18251c1bac8aaca9bf146e03320efbbc3ce9c)) + +#### `jenny` - `v1.0.4` + + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + + ## 2023-06-09 ### Changes diff --git a/doc/flame/examples/pubspec.yaml b/doc/flame/examples/pubspec.yaml index 33246cc8e..b88434cb8 100644 --- a/doc/flame/examples/pubspec.yaml +++ b/doc/flame/examples/pubspec.yaml @@ -8,8 +8,8 @@ environment: flutter: ">=3.3.0" dependencies: - flame: ^1.8.0 - flame_rive: ^1.8.0 + flame: ^1.8.1 + flame_rive: ^1.9.0 flutter: sdk: flutter diff --git a/doc/tutorials/klondike/app/pubspec.yaml b/doc/tutorials/klondike/app/pubspec.yaml index c9d7d7e34..feffa5794 100644 --- a/doc/tutorials/klondike/app/pubspec.yaml +++ b/doc/tutorials/klondike/app/pubspec.yaml @@ -7,7 +7,7 @@ environment: sdk: ">=3.0.0 <4.0.0" dependencies: - flame: ^1.8.0 + flame: ^1.8.1 flutter: sdk: flutter diff --git a/doc/tutorials/platformer/app/pubspec.yaml b/doc/tutorials/platformer/app/pubspec.yaml index 75c0f9e15..bddace7da 100644 --- a/doc/tutorials/platformer/app/pubspec.yaml +++ b/doc/tutorials/platformer/app/pubspec.yaml @@ -7,7 +7,7 @@ environment: sdk: ">=3.0.0 <4.0.0" dependencies: - flame: ^1.8.0 + flame: ^1.8.1 flutter: sdk: flutter diff --git a/doc/tutorials/space_shooter/app/pubspec.yaml b/doc/tutorials/space_shooter/app/pubspec.yaml index 8f8a83ad3..5fc3504b2 100644 --- a/doc/tutorials/space_shooter/app/pubspec.yaml +++ b/doc/tutorials/space_shooter/app/pubspec.yaml @@ -9,7 +9,7 @@ environment: sdk: ">=3.0.0 <4.0.0" dependencies: - flame: ^1.8.0 + flame: ^1.8.1 flutter: sdk: flutter diff --git a/examples/games/padracing/pubspec.yaml b/examples/games/padracing/pubspec.yaml index 8fd190c48..ba9cee523 100644 --- a/examples/games/padracing/pubspec.yaml +++ b/examples/games/padracing/pubspec.yaml @@ -8,8 +8,8 @@ environment: dependencies: collection: ^1.17.1 - flame: ^1.8.0 - flame_forge2d: ^0.14.0 + flame: ^1.8.1 + flame_forge2d: ^0.14.1 flutter: sdk: flutter google_fonts: ^4.0.4 diff --git a/examples/games/rogue_shooter/pubspec.yaml b/examples/games/rogue_shooter/pubspec.yaml index 4508b41e9..2cb44e1d3 100644 --- a/examples/games/rogue_shooter/pubspec.yaml +++ b/examples/games/rogue_shooter/pubspec.yaml @@ -10,7 +10,7 @@ environment: flutter: ">=3.3.0" dependencies: - flame: ^1.8.0 + flame: ^1.8.1 flutter: sdk: flutter diff --git a/examples/games/trex/pubspec.yaml b/examples/games/trex/pubspec.yaml index 9a3f3689a..6ee609e4b 100644 --- a/examples/games/trex/pubspec.yaml +++ b/examples/games/trex/pubspec.yaml @@ -11,7 +11,7 @@ environment: dependencies: collection: ^1.16.0 - flame: ^1.8.0 + flame: ^1.8.1 flutter: sdk: flutter diff --git a/examples/pubspec.yaml b/examples/pubspec.yaml index 1fa7357d4..a9762ddf8 100644 --- a/examples/pubspec.yaml +++ b/examples/pubspec.yaml @@ -11,15 +11,15 @@ environment: dependencies: dashbook: ^0.1.12 - flame: ^1.8.0 - flame_audio: ^2.0.3 - flame_forge2d: ^0.14.0 - flame_isolate: ^0.4.0 - flame_lottie: ^0.2.0+3 - flame_noise: ^0.1.1+2 - flame_spine: ^0.1.0+1 - flame_svg: ^1.7.4 - flame_tiled: ^1.11.0 + flame: ^1.8.1 + flame_audio: ^2.0.4 + flame_forge2d: ^0.14.1 + flame_isolate: ^0.4.0+1 + flame_lottie: ^0.2.1 + flame_noise: ^0.1.1+3 + flame_spine: ^0.1.1 + flame_svg: ^1.8.0 + flame_tiled: ^1.12.0 flutter: sdk: flutter google_fonts: ^4.0.4 diff --git a/packages/flame/CHANGELOG.md b/packages/flame/CHANGELOG.md index 300232178..ac38ba7f3 100644 --- a/packages/flame/CHANGELOG.md +++ b/packages/flame/CHANGELOG.md @@ -1,3 +1,21 @@ +## 1.8.1 + +> Note: This release has breaking changes. + + - **FIX**: Adds a check to confirm the component is not loaded ([#2579](https://github.com/flame-engine/flame/issues/2579)). ([985400f2](https://github.com/flame-engine/flame/commit/985400f2955f6bed14066660711d53c5b302ab09)) + - **FIX**: Animation ticker readability improvements ([#2578](https://github.com/flame-engine/flame/issues/2578)). ([667a1698](https://github.com/flame-engine/flame/commit/667a1698115ed69cc11b2e5a598371e136c7e7f0)) + - **FIX**: Remove `mustCallSuper` from `onComponentTypeCheck` ([#2561](https://github.com/flame-engine/flame/issues/2561)). ([bcae760c](https://github.com/flame-engine/flame/commit/bcae760c7138839fee203a1693e02fade753292c)) + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + - **FIX**: Reduce the Vector2 creations in Anchor ([#2550](https://github.com/flame-engine/flame/issues/2550)). ([5a9434b0](https://github.com/flame-engine/flame/commit/5a9434b09a6fbe2c86db2d8192cd2d7ae0d5868c)) + - **FIX**: Fix disappearing text on TextBoxComponent for larger pixelRatios ([#2540](https://github.com/flame-engine/flame/issues/2540)). ([6e1d5466](https://github.com/flame-engine/flame/commit/6e1d5466aadc59f90475b1a9e7658bb78ed60340)) + - **FEAT**: Option to prevent propagating collision events from ShapeHitbox to _hitboxParent ([#2594](https://github.com/flame-engine/flame/issues/2594)). ([a58d7436](https://github.com/flame-engine/flame/commit/a58d7436c9b71a2358edc6c3732aeda56d980f64)) + - **FEAT**: Adding filterQuality arguments to Parallax load methods ([#2596](https://github.com/flame-engine/flame/issues/2596)). ([ff3d9107](https://github.com/flame-engine/flame/commit/ff3d91075c49df8efb6130f8e8ac9b711a1a8a14)) + - **FEAT**: Option to use toImageSync in ImageComposition class ([#2593](https://github.com/flame-engine/flame/issues/2593)). ([66d5f97d](https://github.com/flame-engine/flame/commit/66d5f97d303aa1712673b8ca7e1a889cf5e7270e)) + - **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2)) + - **FEAT**(flame): Set a default negative priority on the world for general use ([#2572](https://github.com/flame-engine/flame/issues/2572)). ([390e9700](https://github.com/flame-engine/flame/commit/390e9700b4293e12b7d4212ce04f6b3d967a24e1)) + - **FEAT**: Add useful methods to Rectangle class ([#2562](https://github.com/flame-engine/flame/issues/2562)). ([4710530b](https://github.com/flame-engine/flame/commit/4710530b420469794602bf4d8cfea98078e0d973)) + - **BREAKING** **FIX**: Convert PositionEvent.canvasPosition to local coordinates ([#2598](https://github.com/flame-engine/flame/issues/2598)). ([87139c85](https://github.com/flame-engine/flame/commit/87139c854534782638fe1b0c24d2dc92f98a3e59)) + ## 1.8.0 > Note: This release has breaking changes. diff --git a/packages/flame/example/pubspec.yaml b/packages/flame/example/pubspec.yaml index 28de39539..582afd3e9 100644 --- a/packages/flame/example/pubspec.yaml +++ b/packages/flame/example/pubspec.yaml @@ -8,7 +8,7 @@ environment: flutter: ">=3.3.0" dependencies: - flame: ^1.8.0 + flame: ^1.8.1 flutter: sdk: flutter diff --git a/packages/flame/pubspec.yaml b/packages/flame/pubspec.yaml index 2d518ba6e..697c327e6 100644 --- a/packages/flame/pubspec.yaml +++ b/packages/flame/pubspec.yaml @@ -1,6 +1,6 @@ name: flame description: A minimalist Flutter game engine, provides a nice set of somewhat independent modules you can choose from. -version: 1.8.0 +version: 1.8.1 homepage: https://github.com/flame-engine/flame funding: - https://opencollective.com/blue-fire @@ -23,7 +23,7 @@ dev_dependencies: canvas_test: ^0.2.0 dartdoc: ^6.2.2 flame_lint: ^1.0.0 - flame_test: ^1.11.0 + flame_test: ^1.12.0 flutter_test: sdk: flutter mocktail: ^0.3.0 diff --git a/packages/flame_audio/CHANGELOG.md b/packages/flame_audio/CHANGELOG.md index f4b9530ad..2c4666366 100644 --- a/packages/flame_audio/CHANGELOG.md +++ b/packages/flame_audio/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.4 + + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + ## 2.0.3 - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) diff --git a/packages/flame_audio/example/pubspec.yaml b/packages/flame_audio/example/pubspec.yaml index 72c2303a1..9d137c746 100644 --- a/packages/flame_audio/example/pubspec.yaml +++ b/packages/flame_audio/example/pubspec.yaml @@ -9,8 +9,8 @@ environment: sdk: ">=3.0.0 <4.0.0" dependencies: - flame: ^1.8.0 - flame_audio: ^2.0.3 + flame: ^1.8.1 + flame_audio: ^2.0.4 flutter: sdk: flutter diff --git a/packages/flame_audio/pubspec.yaml b/packages/flame_audio/pubspec.yaml index 282146721..ffdf8fe14 100644 --- a/packages/flame_audio/pubspec.yaml +++ b/packages/flame_audio/pubspec.yaml @@ -1,7 +1,7 @@ name: flame_audio description: | Audio support for the Flame game engine, basically a thin wrapper around the audioplayers package. -version: 2.0.3 +version: 2.0.4 homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_audio funding: - https://opencollective.com/blue-fire @@ -14,7 +14,7 @@ environment: dependencies: audioplayers: ^4.0.1 - flame: ^1.8.0 + flame: ^1.8.1 flutter: sdk: flutter synchronized: ^3.1.0 diff --git a/packages/flame_bloc/CHANGELOG.md b/packages/flame_bloc/CHANGELOG.md index e695a6edc..0a1066b9e 100644 --- a/packages/flame_bloc/CHANGELOG.md +++ b/packages/flame_bloc/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.10.0 + + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + - **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2)) + - **FEAT**: Add onInitialState to FlameBlocListener ([#2565](https://github.com/flame-engine/flame/issues/2565)). ([f440bbf5](https://github.com/flame-engine/flame/commit/f440bbf5db207d454b4abba75a62e0ff2ff5b408)) + ## 1.9.0 - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) diff --git a/packages/flame_bloc/example/pubspec.yaml b/packages/flame_bloc/example/pubspec.yaml index b90af29de..50a7a5a43 100644 --- a/packages/flame_bloc/example/pubspec.yaml +++ b/packages/flame_bloc/example/pubspec.yaml @@ -10,8 +10,8 @@ environment: dependencies: equatable: ^2.0.5 - flame: ^1.8.0 - flame_bloc: ^1.9.0 + flame: ^1.8.1 + flame_bloc: ^1.10.0 flutter: sdk: flutter flutter_bloc: ^8.1.2 diff --git a/packages/flame_bloc/pubspec.yaml b/packages/flame_bloc/pubspec.yaml index 49d11fb0f..7d9417b5f 100644 --- a/packages/flame_bloc/pubspec.yaml +++ b/packages/flame_bloc/pubspec.yaml @@ -1,6 +1,6 @@ name: flame_bloc description: Integration for the Bloc state management library to Flame games. -version: 1.9.0 +version: 1.10.0 homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_bloc funding: - https://opencollective.com/blue-fire @@ -13,7 +13,7 @@ environment: dependencies: bloc: ^8.1.1 - flame: ^1.8.0 + flame: ^1.8.1 flutter: sdk: flutter flutter_bloc: ^8.1.2 @@ -22,7 +22,7 @@ dependencies: dev_dependencies: dartdoc: ^6.2.2 flame_lint: ^1.0.0 - flame_test: ^1.11.0 + flame_test: ^1.12.0 flutter_lints: ^2.0.1 flutter_test: sdk: flutter diff --git a/packages/flame_fire_atlas/CHANGELOG.md b/packages/flame_fire_atlas/CHANGELOG.md index ee20a46a4..3fab71b13 100644 --- a/packages/flame_fire_atlas/CHANGELOG.md +++ b/packages/flame_fire_atlas/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.3.7 + + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + ## 1.3.6 - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) diff --git a/packages/flame_fire_atlas/example/pubspec.yaml b/packages/flame_fire_atlas/example/pubspec.yaml index f4bd7db8c..be5d6c00d 100644 --- a/packages/flame_fire_atlas/example/pubspec.yaml +++ b/packages/flame_fire_atlas/example/pubspec.yaml @@ -9,8 +9,8 @@ environment: sdk: ">=3.0.0 <4.0.0" dependencies: - flame: ^1.8.0 - flame_fire_atlas: ^1.3.6 + flame: ^1.8.1 + flame_fire_atlas: ^1.3.7 flutter: sdk: flutter diff --git a/packages/flame_fire_atlas/pubspec.yaml b/packages/flame_fire_atlas/pubspec.yaml index 11467bce2..9b222e79f 100644 --- a/packages/flame_fire_atlas/pubspec.yaml +++ b/packages/flame_fire_atlas/pubspec.yaml @@ -1,6 +1,6 @@ name: flame_fire_atlas description: Easy to use texture atlases for the flame engine created with the fire atlas editor -version: 1.3.6 +version: 1.3.7 homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_fire_atlas funding: - https://opencollective.com/blue-fire @@ -13,7 +13,7 @@ environment: dependencies: archive: ^3.3.7 - flame: ^1.8.0 + flame: ^1.8.1 flutter: sdk: flutter diff --git a/packages/flame_forge2d/CHANGELOG.md b/packages/flame_forge2d/CHANGELOG.md index 9280af26f..9d7986cee 100644 --- a/packages/flame_forge2d/CHANGELOG.md +++ b/packages/flame_forge2d/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.14.1 + + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + - **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2)) + - **DOCS**: Fix broken link on flame_forge2d readme ([#2588](https://github.com/flame-engine/flame/issues/2588)). ([45115bbf](https://github.com/flame-engine/flame/commit/45115bbff8539010f5d7bb7cf9479183b1a27cc8)) + ## 0.14.0 > Note: This release has breaking changes. diff --git a/packages/flame_forge2d/example/pubspec.yaml b/packages/flame_forge2d/example/pubspec.yaml index 656eaa5b0..c9c6053fd 100644 --- a/packages/flame_forge2d/example/pubspec.yaml +++ b/packages/flame_forge2d/example/pubspec.yaml @@ -11,8 +11,8 @@ environment: dependencies: dashbook: ^0.1.12 - flame: ^1.8.0 - flame_forge2d: ^0.14.0 + flame: ^1.8.1 + flame_forge2d: ^0.14.1 flutter: sdk: flutter diff --git a/packages/flame_forge2d/pubspec.yaml b/packages/flame_forge2d/pubspec.yaml index ff8763f1d..9ac44ecc0 100644 --- a/packages/flame_forge2d/pubspec.yaml +++ b/packages/flame_forge2d/pubspec.yaml @@ -1,6 +1,6 @@ name: flame_forge2d description: Forge2D (Box2D) support for the Flame game engine. This uses the forge2d package and provides wrappers and components to be used inside Flame. -version: 0.14.0 +version: 0.14.1 homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_forge2d funding: - https://opencollective.com/blue-fire @@ -12,7 +12,7 @@ environment: flutter: ">=3.3.0" dependencies: - flame: 1.8.0 + flame: 1.8.1 flutter: sdk: flutter forge2d: ">=0.11.0 <0.12.0" @@ -20,7 +20,7 @@ dependencies: dev_dependencies: dartdoc: ^6.2.2 flame_lint: ^1.0.0 - flame_test: ^1.11.0 + flame_test: ^1.12.0 flutter_test: sdk: flutter mocktail: ^0.3.0 diff --git a/packages/flame_isolate/CHANGELOG.md b/packages/flame_isolate/CHANGELOG.md index aced08dd9..477c70e40 100644 --- a/packages/flame_isolate/CHANGELOG.md +++ b/packages/flame_isolate/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.0+1 + + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + ## 0.4.0 > Note: This release has breaking changes. diff --git a/packages/flame_isolate/example/pubspec.yaml b/packages/flame_isolate/example/pubspec.yaml index 373ad0b6c..7c1b93098 100755 --- a/packages/flame_isolate/example/pubspec.yaml +++ b/packages/flame_isolate/example/pubspec.yaml @@ -10,8 +10,8 @@ environment: dependencies: collection: ^1.17.1 - flame: ^1.8.0 - flame_isolate: ^0.4.0 + flame: ^1.8.1 + flame_isolate: ^0.4.0+1 flutter: sdk: flutter integral_isolates: ^0.3.0 diff --git a/packages/flame_isolate/pubspec.yaml b/packages/flame_isolate/pubspec.yaml index 5b3c4505c..d60ee61a6 100644 --- a/packages/flame_isolate/pubspec.yaml +++ b/packages/flame_isolate/pubspec.yaml @@ -1,6 +1,6 @@ name: flame_isolate description: Flame wrapper for integral_isolates making multi-threading easy in Flame -version: 0.4.0 +version: 0.4.0+1 homepage: https://github.com/lohnn/integral_isolates environment: @@ -8,14 +8,14 @@ environment: flutter: ">=1.17.0" dependencies: - flame: ^1.8.0 + flame: ^1.8.1 flutter: sdk: flutter integral_isolates: ^0.3.0 dev_dependencies: flame_lint: ^1.0.0 - flame_test: ^1.11.0 + flame_test: ^1.12.0 flutter_test: sdk: flutter lint: ^2.1.2 diff --git a/packages/flame_jenny/jenny/CHANGELOG.md b/packages/flame_jenny/jenny/CHANGELOG.md index e06148960..d56dfbe5b 100644 --- a/packages/flame_jenny/jenny/CHANGELOG.md +++ b/packages/flame_jenny/jenny/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.4 + + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + ## 1.0.3 - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) diff --git a/packages/flame_jenny/jenny/pubspec.yaml b/packages/flame_jenny/jenny/pubspec.yaml index 6cc59df63..62ae3fcce 100644 --- a/packages/flame_jenny/jenny/pubspec.yaml +++ b/packages/flame_jenny/jenny/pubspec.yaml @@ -1,6 +1,6 @@ name: jenny description: YarnSpinner equivalent for Dart. -version: 1.0.3 +version: 1.0.4 homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_jenny/jenny funding: - https://opencollective.com/blue-fire diff --git a/packages/flame_jenny/pubspec.yaml b/packages/flame_jenny/pubspec.yaml index 4b7a3f820..b8e1f15bb 100644 --- a/packages/flame_jenny/pubspec.yaml +++ b/packages/flame_jenny/pubspec.yaml @@ -14,10 +14,10 @@ environment: dependencies: collection: ^1.17.1 - flame: ^1.8.0 + flame: ^1.8.1 flutter: sdk: flutter - jenny: ^1.0.3 + jenny: ^1.0.4 meta: ^1.9.1 dev_dependencies: diff --git a/packages/flame_lottie/CHANGELOG.md b/packages/flame_lottie/CHANGELOG.md index 7634194ad..8c69574ca 100644 --- a/packages/flame_lottie/CHANGELOG.md +++ b/packages/flame_lottie/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.2.1 + + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + - **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2)) + ## 0.2.0+3 - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) diff --git a/packages/flame_lottie/example/pubspec.yaml b/packages/flame_lottie/example/pubspec.yaml index 3e479119b..2fb621928 100644 --- a/packages/flame_lottie/example/pubspec.yaml +++ b/packages/flame_lottie/example/pubspec.yaml @@ -8,8 +8,8 @@ environment: sdk: ">=3.0.0 <4.0.0" dependencies: - flame: ^1.8.0 - flame_lottie: ^0.2.0+3 + flame: ^1.8.1 + flame_lottie: ^0.2.1 flutter: sdk: flutter lottie: diff --git a/packages/flame_lottie/pubspec.yaml b/packages/flame_lottie/pubspec.yaml index 3fe5ea1ba..370661ccc 100644 --- a/packages/flame_lottie/pubspec.yaml +++ b/packages/flame_lottie/pubspec.yaml @@ -1,6 +1,6 @@ name: flame_lottie description: Flame wrapper for Lottie by AirBnB. This package implements a bridge between Lottie and Flame, allowing to load and display Lottie animations. -version: 0.2.0+3 +version: 0.2.1 homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_lottie funding: - https://opencollective.com/blue-fire @@ -12,14 +12,14 @@ environment: flutter: '>=3.3.0' dependencies: - flame: ^1.8.0 + flame: ^1.8.1 flutter: sdk: flutter lottie: ^2.3.2 dev_dependencies: flame_lint: ^1.0.0 - flame_test: ^1.11.0 + flame_test: ^1.12.0 flutter_test: sdk: flutter lint: ^2.1.2 diff --git a/packages/flame_network_assets/CHANGELOG.md b/packages/flame_network_assets/CHANGELOG.md index 8ab6cdd2d..1fa7ffb04 100644 --- a/packages/flame_network_assets/CHANGELOG.md +++ b/packages/flame_network_assets/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.0+3 + + - Update a dependency to the latest release. + ## 0.2.0+2 - **FIX**: Solve warnings from 3.10.0 analyzer ([#2532](https://github.com/flame-engine/flame/issues/2532)). ([b41622db](https://github.com/flame-engine/flame/commit/b41622db8faa7559328f83f8f1d93ec4c6386961)) diff --git a/packages/flame_network_assets/example/pubspec.yaml b/packages/flame_network_assets/example/pubspec.yaml index 951127f0d..2b9f412ab 100644 --- a/packages/flame_network_assets/example/pubspec.yaml +++ b/packages/flame_network_assets/example/pubspec.yaml @@ -8,8 +8,8 @@ environment: sdk: '>=2.18.0 <4.0.0' dependencies: - flame: ^1.8.0 - flame_network_assets: ^0.2.0+2 + flame: ^1.8.1 + flame_network_assets: ^0.2.0+3 flutter: sdk: flutter diff --git a/packages/flame_network_assets/pubspec.yaml b/packages/flame_network_assets/pubspec.yaml index c357b55b4..73c5125e9 100644 --- a/packages/flame_network_assets/pubspec.yaml +++ b/packages/flame_network_assets/pubspec.yaml @@ -1,6 +1,6 @@ name: flame_network_assets description: Network assets support for Flame. -version: 0.2.0+2 +version: 0.2.0+3 homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_network_assets funding: - https://opencollective.com/blue-fire @@ -13,7 +13,7 @@ environment: dependencies: dev: ^1.0.0 - flame: ^1.8.0 + flame: ^1.8.1 flutter: sdk: flutter http: ^0.13.6 diff --git a/packages/flame_noise/CHANGELOG.md b/packages/flame_noise/CHANGELOG.md index a8bef9602..db0548d59 100644 --- a/packages/flame_noise/CHANGELOG.md +++ b/packages/flame_noise/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.1+3 + + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + ## 0.1.1+2 - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) diff --git a/packages/flame_noise/pubspec.yaml b/packages/flame_noise/pubspec.yaml index 72bf4d8d0..c10a9468d 100644 --- a/packages/flame_noise/pubspec.yaml +++ b/packages/flame_noise/pubspec.yaml @@ -1,6 +1,6 @@ name: flame_noise description: Integrate the fast_noise package into Flame -version: 0.1.1+2 +version: 0.1.1+3 homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_noise funding: - https://opencollective.com/blue-fire @@ -13,12 +13,12 @@ environment: dependencies: fast_noise: ^1.0.1 - flame: ^1.8.0 + flame: ^1.8.1 flutter: sdk: flutter dev_dependencies: dartdoc: ^6.2.2 flame_lint: ^1.0.0 - flame_test: ^1.11.0 + flame_test: ^1.12.0 test: any \ No newline at end of file diff --git a/packages/flame_oxygen/CHANGELOG.md b/packages/flame_oxygen/CHANGELOG.md index e7423fd45..acd3b8a82 100644 --- a/packages/flame_oxygen/CHANGELOG.md +++ b/packages/flame_oxygen/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.8+4 + + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + ## 0.1.8+3 - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) diff --git a/packages/flame_oxygen/example/pubspec.yaml b/packages/flame_oxygen/example/pubspec.yaml index a11e38cd3..5979721c1 100644 --- a/packages/flame_oxygen/example/pubspec.yaml +++ b/packages/flame_oxygen/example/pubspec.yaml @@ -9,8 +9,8 @@ environment: sdk: ">=3.0.0 <4.0.0" dependencies: - flame: ^1.8.0 - flame_oxygen: ^0.1.8+3 + flame: ^1.8.1 + flame_oxygen: ^0.1.8+4 flutter: sdk: flutter diff --git a/packages/flame_oxygen/pubspec.yaml b/packages/flame_oxygen/pubspec.yaml index badbe8092..2b79e18ce 100644 --- a/packages/flame_oxygen/pubspec.yaml +++ b/packages/flame_oxygen/pubspec.yaml @@ -1,6 +1,6 @@ name: flame_oxygen description: Integrate the Oxygen ECS with the Flame Engine. -version: 0.1.8+3 +version: 0.1.8+4 homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_oxygen funding: - https://opencollective.com/blue-fire @@ -12,7 +12,7 @@ environment: flutter: ">=3.3.0" dependencies: - flame: ^1.8.0 + flame: ^1.8.1 flutter: sdk: flutter oxygen: ^0.2.0 diff --git a/packages/flame_rive/CHANGELOG.md b/packages/flame_rive/CHANGELOG.md index 594feef4d..5b7c87b1f 100644 --- a/packages/flame_rive/CHANGELOG.md +++ b/packages/flame_rive/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.9.0 + + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + - **FIX**: Avoid creation of unnecessary objects for RiveComponent ([#2553](https://github.com/flame-engine/flame/issues/2553)). ([52b35fbf](https://github.com/flame-engine/flame/commit/52b35fbf56a551a7585c493e2de51473266bf759)) + - **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2)) + ## 1.8.0 > Note: This release has breaking changes. diff --git a/packages/flame_rive/example/pubspec.yaml b/packages/flame_rive/example/pubspec.yaml index 95fc40edf..d9746b72a 100644 --- a/packages/flame_rive/example/pubspec.yaml +++ b/packages/flame_rive/example/pubspec.yaml @@ -7,8 +7,8 @@ environment: sdk: ">=3.0.0 <4.0.0" dependencies: - flame: ^1.8.0 - flame_rive: ^1.8.0 + flame: ^1.8.1 + flame_rive: ^1.9.0 flutter: sdk: flutter rive: ^0.11.1 diff --git a/packages/flame_rive/pubspec.yaml b/packages/flame_rive/pubspec.yaml index abbce37f4..28a496920 100644 --- a/packages/flame_rive/pubspec.yaml +++ b/packages/flame_rive/pubspec.yaml @@ -1,7 +1,7 @@ name: flame_rive description: Rive support for the Flame game engine. This uses the rive package and provides wrappers and components to be used inside Flame. homepage: https://github.com/flame-engine/flame -version: 1.8.0 +version: 1.9.0 funding: - https://opencollective.com/blue-fire - https://github.com/sponsors/bluefireteam @@ -12,7 +12,7 @@ environment: flutter: ">=3.3.0" dependencies: - flame: ^1.8.0 + flame: ^1.8.1 flutter: sdk: flutter rive: ^0.11.1 @@ -20,6 +20,6 @@ dependencies: dev_dependencies: dartdoc: ^6.2.2 flame_lint: ^1.0.0 - flame_test: ^1.11.0 + flame_test: ^1.12.0 flutter_test: sdk: flutter diff --git a/packages/flame_spine/CHANGELOG.md b/packages/flame_spine/CHANGELOG.md index f64623f64..725a42243 100644 --- a/packages/flame_spine/CHANGELOG.md +++ b/packages/flame_spine/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.1.1 + + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + - **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2)) + ## 0.1.0+1 - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) diff --git a/packages/flame_spine/example/pubspec.yaml b/packages/flame_spine/example/pubspec.yaml index 641c72764..a2dd950ed 100644 --- a/packages/flame_spine/example/pubspec.yaml +++ b/packages/flame_spine/example/pubspec.yaml @@ -7,8 +7,8 @@ environment: sdk: ">=3.0.0 <4.0.0" dependencies: - flame: ^1.8.0 - flame_spine: ^0.1.0+1 + flame: ^1.8.1 + flame_spine: ^0.1.1 flutter: sdk: flutter diff --git a/packages/flame_spine/pubspec.yaml b/packages/flame_spine/pubspec.yaml index ae5a0b995..e3ca5fd25 100644 --- a/packages/flame_spine/pubspec.yaml +++ b/packages/flame_spine/pubspec.yaml @@ -1,6 +1,6 @@ name: flame_spine description: Spine support for the Flame game engine. This uses the spine_flutter package and provides wrappers and components to be used inside Flame. -version: 0.1.0+1 +version: 0.1.1 homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_sprine funding: - https://opencollective.com/blue-fire @@ -13,7 +13,7 @@ environment: dependencies: collection: ^1.17.1 - flame: ^1.8.0 + flame: ^1.8.1 flutter: sdk: flutter spine_flutter: ^4.1.2 diff --git a/packages/flame_studio/pubspec.yaml b/packages/flame_studio/pubspec.yaml index cf7cd9e74..01254841b 100644 --- a/packages/flame_studio/pubspec.yaml +++ b/packages/flame_studio/pubspec.yaml @@ -14,7 +14,7 @@ environment: dependencies: collection: ^1.17.1 - flame: ^1.8.0 + flame: ^1.8.1 flutter: sdk: flutter flutter_riverpod: ^2.3.6 diff --git a/packages/flame_svg/CHANGELOG.md b/packages/flame_svg/CHANGELOG.md index b4c708d8c..2e500b8ab 100644 --- a/packages/flame_svg/CHANGELOG.md +++ b/packages/flame_svg/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.8.0 + + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + - **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2)) + ## 1.7.4 - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) diff --git a/packages/flame_svg/example/pubspec.yaml b/packages/flame_svg/example/pubspec.yaml index 96080edea..eaf34b521 100644 --- a/packages/flame_svg/example/pubspec.yaml +++ b/packages/flame_svg/example/pubspec.yaml @@ -9,8 +9,8 @@ environment: sdk: ">=3.0.0 <4.0.0" dependencies: - flame: ^1.8.0 - flame_svg: ^1.7.4 + flame: ^1.8.1 + flame_svg: ^1.8.0 flutter: sdk: flutter diff --git a/packages/flame_svg/pubspec.yaml b/packages/flame_svg/pubspec.yaml index 9019f824c..14208073d 100644 --- a/packages/flame_svg/pubspec.yaml +++ b/packages/flame_svg/pubspec.yaml @@ -1,6 +1,6 @@ name: flame_svg description: Package to add SVG rendering support for the Flame game engine -version: 1.7.4 +version: 1.8.0 homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_svg funding: - https://opencollective.com/blue-fire @@ -12,7 +12,7 @@ environment: flutter: ">=3.10.0" dependencies: - flame: ^1.8.0 + flame: ^1.8.1 flutter: sdk: flutter flutter_svg: ^2.0.5 diff --git a/packages/flame_test/CHANGELOG.md b/packages/flame_test/CHANGELOG.md index c97894350..7884142da 100644 --- a/packages/flame_test/CHANGELOG.md +++ b/packages/flame_test/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.12.0 + +> Note: This release has breaking changes. + + - **FIX**: Set constraint for test dependency in flame_test ([#2558](https://github.com/flame-engine/flame/issues/2558)). ([aeef9464](https://github.com/flame-engine/flame/commit/aeef9464f6ca448e3aa2b578af8b3443cbbf6f71)) + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + - **BREAKING** **FIX**: Convert PositionEvent.canvasPosition to local coordinates ([#2598](https://github.com/flame-engine/flame/issues/2598)). ([87139c85](https://github.com/flame-engine/flame/commit/87139c854534782638fe1b0c24d2dc92f98a3e59)) + ## 1.11.0 > Note: This release has breaking changes. diff --git a/packages/flame_test/example/pubspec.yaml b/packages/flame_test/example/pubspec.yaml index 261c78f2a..d769128ca 100644 --- a/packages/flame_test/example/pubspec.yaml +++ b/packages/flame_test/example/pubspec.yaml @@ -8,13 +8,13 @@ environment: sdk: ">=3.0.0 <4.0.0" dependencies: - flame: ^1.8.0 + flame: ^1.8.1 flutter: sdk: flutter dev_dependencies: flame_lint: ^1.0.0 - flame_test: ^1.11.0 + flame_test: ^1.12.0 flutter_test: sdk: flutter test: any diff --git a/packages/flame_test/pubspec.yaml b/packages/flame_test/pubspec.yaml index 5aa6a1185..c16e8183b 100644 --- a/packages/flame_test/pubspec.yaml +++ b/packages/flame_test/pubspec.yaml @@ -1,6 +1,6 @@ name: flame_test description: A package with classes to help testing applications using Flame -version: 1.11.0 +version: 1.12.0 homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_test funding: - https://opencollective.com/blue-fire @@ -12,7 +12,7 @@ environment: flutter: ">=3.3.0" dependencies: - flame: ^1.8.0 + flame: ^1.8.1 flutter: sdk: flutter flutter_test: diff --git a/packages/flame_tiled/CHANGELOG.md b/packages/flame_tiled/CHANGELOG.md index 3c23785df..599c03a6d 100644 --- a/packages/flame_tiled/CHANGELOG.md +++ b/packages/flame_tiled/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.12.0 + + - **FIX**: Tiled component orthogonal test ([#2549](https://github.com/flame-engine/flame/issues/2549)). ([34e5f0e4](https://github.com/flame-engine/flame/commit/34e5f0e443e21923c311120ce8634a14339bc71d)) + - **FIX**: Update sdk constraints to >=3.0.0 ([#2554](https://github.com/flame-engine/flame/issues/2554)). ([2f71e06e](https://github.com/flame-engine/flame/commit/2f71e06eb86ffc65cd459c4d722eee2470be13e5)) + - **FEAT**: TiledAtlas.clearCache function ([#2592](https://github.com/flame-engine/flame/issues/2592)). ([d40fefcf](https://github.com/flame-engine/flame/commit/d40fefcf08850a986304472d5369dcd74f2b9d4b)) + - **FEAT**: ComponentKey API ([#2566](https://github.com/flame-engine/flame/issues/2566)). ([b3efb612](https://github.com/flame-engine/flame/commit/b3efb612cb3cb77f69bc030e9ba71516348035d2)) + - **FEAT**: Add option for a custom image and asset loader ([#2569](https://github.com/flame-engine/flame/issues/2569)). ([dfe18251](https://github.com/flame-engine/flame/commit/dfe18251c1bac8aaca9bf146e03320efbbc3ce9c)) + ## 1.11.0 - **FIX**: Tiled component orthogonal test ([#2549](https://github.com/flame-engine/flame/issues/2549)). ([34e5f0e4](https://github.com/flame-engine/flame/commit/34e5f0e443e21923c311120ce8634a14339bc71d)) diff --git a/packages/flame_tiled/example/pubspec.yaml b/packages/flame_tiled/example/pubspec.yaml index fe79316e8..b50ade7af 100644 --- a/packages/flame_tiled/example/pubspec.yaml +++ b/packages/flame_tiled/example/pubspec.yaml @@ -7,8 +7,8 @@ environment: sdk: ">=3.0.0 <4.0.0" dependencies: - flame: ^1.8.0 - flame_tiled: ^1.11.0 + flame: ^1.8.1 + flame_tiled: ^1.12.0 flutter: sdk: flutter diff --git a/packages/flame_tiled/pubspec.yaml b/packages/flame_tiled/pubspec.yaml index 3e3af4aae..fc6aa603e 100644 --- a/packages/flame_tiled/pubspec.yaml +++ b/packages/flame_tiled/pubspec.yaml @@ -1,6 +1,6 @@ name: flame_tiled description: Tiled support for the Flame game engine. This uses the tiled package and provides wrappers and components to be used inside Flame. -version: 1.11.0 +version: 1.12.0 homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_tiled funding: - https://opencollective.com/blue-fire @@ -13,7 +13,7 @@ environment: dependencies: collection: ^1.17.1 - flame: ^1.8.0 + flame: ^1.8.1 flutter: sdk: flutter meta: ^1.9.1