diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d4e6fe0292..36854fa8708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-07-29 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`flame_fire_atlas` - `v1.5.3`](#flame_fire_atlas---v153) + +--- + +#### `flame_fire_atlas` - `v1.5.3` + + - **FEAT**: Adding group to flame fire atlas ([#3245](https://github.com/flame-engine/flame/issues/3245)). ([0fab444c](https://github.com/flame-engine/flame/commit/0fab444c3dd9ad8faa1e0e9e702150b950dbf30f)) + - **DOCS**: Add AI assist badge to readme(s) ([#3226](https://github.com/flame-engine/flame/issues/3226)). ([380d6aa9](https://github.com/flame-engine/flame/commit/380d6aa946d6b852c55f4ebbfce53d2087287fa2)) + + ## 2024-05-27 ### Changes diff --git a/packages/flame_fire_atlas/CHANGELOG.md b/packages/flame_fire_atlas/CHANGELOG.md index 09582df3664..b45fcbe70a6 100644 --- a/packages/flame_fire_atlas/CHANGELOG.md +++ b/packages/flame_fire_atlas/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.5.3 + + - **FEAT**: Adding group to flame fire atlas ([#3245](https://github.com/flame-engine/flame/issues/3245)). ([0fab444c](https://github.com/flame-engine/flame/commit/0fab444c3dd9ad8faa1e0e9e702150b950dbf30f)) + - **DOCS**: Add AI assist badge to readme(s) ([#3226](https://github.com/flame-engine/flame/issues/3226)). ([380d6aa9](https://github.com/flame-engine/flame/commit/380d6aa946d6b852c55f4ebbfce53d2087287fa2)) + ## 1.5.2 - Update a dependency to the latest release. diff --git a/packages/flame_fire_atlas/example/pubspec.yaml b/packages/flame_fire_atlas/example/pubspec.yaml index 2b6cfbbd6a4..72d85434ad9 100644 --- a/packages/flame_fire_atlas/example/pubspec.yaml +++ b/packages/flame_fire_atlas/example/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: flame: ^1.18.0 - flame_fire_atlas: ^1.5.2 + flame_fire_atlas: ^1.5.3 flutter: sdk: flutter diff --git a/packages/flame_fire_atlas/pubspec.yaml b/packages/flame_fire_atlas/pubspec.yaml index 2d8a4b51de0..085cdcc5a72 100644 --- a/packages/flame_fire_atlas/pubspec.yaml +++ b/packages/flame_fire_atlas/pubspec.yaml @@ -1,7 +1,7 @@ name: flame_fire_atlas description: Easy to use texture atlases for the flame engine created with the fire atlas editor -version: 1.5.2 +version: 1.5.3 homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_fire_atlas funding: - https://opencollective.com/blue-fire