diff --git a/very_good_flame_game/CHANGELOG.md b/very_good_flame_game/CHANGELOG.md index ccbb9bb..0389d28 100644 --- a/very_good_flame_game/CHANGELOG.md +++ b/very_good_flame_game/CHANGELOG.md @@ -1,4 +1,11 @@ -# 0.7.0 +# 0.7.1 + +- style: Adding extra space to the application opening tag ([#126](https://github.com/VeryGoodOpenSource/very_good_templates/pull/126)) +- chore: update Java version for Very Good Flame Game ([#129](https://github.com/VeryGoodOpenSource/very_good_templates/pull/129)) +- chore: update to VGA 6.0.0 in all templates ([#135](https://github.com/VeryGoodOpenSource/very_good_templates/pull/135)) +- chore: tighten template dependencies ([#137](https://github.com/VeryGoodOpenSource/very_good_templates/pull/137)) + +# 0.7.0 - feat!: ensure template uses Flutter 3.22 with Dart 3.4 ([#102](https://github.com/VeryGoodOpenSource/very_good_templates/pull/102)) - fix: update index.html to support latest convention ([#107](https://github.com/VeryGoodOpenSource/very_good_templates/pull/107)) diff --git a/very_good_flame_game/brick.yaml b/very_good_flame_game/brick.yaml index 2a8f24f..888305c 100644 --- a/very_good_flame_game/brick.yaml +++ b/very_good_flame_game/brick.yaml @@ -1,7 +1,7 @@ name: very_good_flame_game description: A Very Good Flame Game created by Very Good Ventures. repository: https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_flame_game -version: 0.7.0 +version: 0.7.1 environment: mason: ">=0.1.0-dev.52 <0.1.0"