Skip to content

Commit

Permalink
chore(very_good_flame_game): v0.9.0 (#208)
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandro Santiago <[email protected]>
  • Loading branch information
tomarra and alestiago authored Oct 18, 2024
1 parent a269b25 commit 4d003b8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_very_good_flame_game.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
with:
working_directory: "very_good_flame_game"
secrets:
mason_credentials: secrets.MASON_CREDENTIALS
mason_credentials: ${{ secrets.MASON_CREDENTIALS }}
12 changes: 9 additions & 3 deletions very_good_flame_game/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# 0.8.1
# 0.9.0

- fix: set current year copyright ([#192](https://github.com/VeryGoodOpenSource/very_good_templates/pull/192))
- chore: tighten template dependencies ([#204](https://github.com/VeryGoodOpenSource/very_good_templates/pull/204))
- fix: update android build versions ([#205](https://github.com/VeryGoodOpenSource/very_good_templates/pull/205))

# 0.8.1

- chore: tighten template dependencies ([#190](https://github.com/VeryGoodOpenSource/very_good_templates/pull/190))
- fix: add closing } in build.gradle ([#189](https://github.com/VeryGoodOpenSource/very_good_templates/pull/189))

# 0.8.0
# 0.8.0

- feat: update to Flutter 3.24 and Dart 3.5 ([#177](https://github.com/VeryGoodOpenSource/very_good_templates/pull/177))

# 0.7.3
# 0.7.3

- chore: use git dependency over path dependency ([#171](https://github.com/VeryGoodOpenSource/very_good_templates/pull/171))

Expand Down
2 changes: 1 addition & 1 deletion very_good_flame_game/brick.yaml
Original file line number Diff line number Diff line change
@@ -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.8.1
version: 0.9.0

environment:
mason: ">=0.1.0-dev.52 <0.1.0"
Expand Down

0 comments on commit 4d003b8

Please sign in to comment.