Skip to content

Commit 5054be0

Browse files
authored
chore(very_good_wear_app): v0.8.0 (#232)
1 parent a7db0dc commit 5054be0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

very_good_wear_app/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.8.0
2+
3+
- feat: update pull request templates to add `test` type option ([#214](https://github.com/VeryGoodOpenSource/very_good_templates/pull/214))
4+
- chore: update to Flutter 3.27 and Dart 3.6 ([#223](https://github.com/VeryGoodOpenSource/very_good_templates/pull/223))
5+
16
# 0.7.0
27

38
- fix: update android build versions ([#205](https://github.com/VeryGoodOpenSource/very_good_templates/pull/205))

very_good_wear_app/brick.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: very_good_wear_app
22
description: A Very Good WearOS Flutter app created by Very Good Ventures.
33
repository: https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_wear_app
4-
version: 0.7.0
4+
version: 0.8.0
55

66
environment:
77
mason: ^0.1.0

very_good_wear_app/tool/release_ready.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fi
6868
echo "# ${new_version} \n\n${commits}\n\n$(cat CHANGELOG.md)" > CHANGELOG.md
6969
echo "CHANGELOG generated, validate entries here: $(pwd)/CHANGELOG.md"
7070

71-
echo "Creating git branch for ver_good_cli@$new_version"
71+
echo "Creating git branch for very_good_wear_app@$new_version"
7272
git checkout -b "chore/very_good_wear_app-v$new_version" > /dev/null
7373

7474
git add brick.yaml CHANGELOG.md

0 commit comments

Comments
 (0)