Skip to content

Commit

Permalink
chore(very_good_flutter_plugin): v0.7.0 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago authored Feb 26, 2024
1 parent 1748498 commit 7804dab
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions very_good_flutter_plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 0.7.0

- test: add pre generation tests ([#138](https://github.com/VeryGoodOpenSource/very_good_flutter_plugin/pull/138))
- feat: allow optionally fixing template output ([#151](https://github.com/VeryGoodOpenSource/very_good_flutter_plugin/pull/151))
- fix: add support for platform testing ([#155](https://github.com/VeryGoodOpenSource/very_good_flutter_plugin/pull/155))
- feat: remove generator script ([#141](https://github.com/VeryGoodOpenSource/very_good_flutter_plugin/commit/78c1a6fb7619fa80d824e97065d00a87293bb7b5))
- chore: update repository url ([#41](https://github.com/VeryGoodOpenSource/very_good_templates/pull/41))
- refactor: template dartSdkVersionBounds ([#47](https://github.com/VeryGoodOpenSource/very_good_templates/pull/47))
- refactor: template flutterVersion ([#48](https://github.com/VeryGoodOpenSource/very_good_templates/pull/48))
- refactor: define versions in version.dart file ([#49](https://github.com/VeryGoodOpenSource/very_good_templates/pull/49))
- feat!: bump version to 3.19.0 ([#50](https://github.com/VeryGoodOpenSource/very_good_templates/pull/50))
- chore: tighten hook dependencies ([#51](https://github.com/VeryGoodOpenSource/very_good_templates/pull/51))
- chore: update brick to Mason 0.1.0-dev.52 ([#52](https://github.com/VeryGoodOpenSource/very_good_templates/pull/52))
- chore: tighten dependencies ([#53](https://github.com/VeryGoodOpenSource/very_good_templates/pull/53))

# 0.6.0

- fix: flaky integrated tests
Expand Down
2 changes: 1 addition & 1 deletion very_good_flutter_plugin/brick.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: very_good_flutter_plugin
description: A Very Good federated Flutter plugin created by Very Good Ventures.
repository: https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_flutter_plugin
version: 0.6.0
version: 0.7.0

environment:
mason: ">=0.1.0-dev.52 <0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion very_good_flutter_plugin/hooks/lib/version.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
library version;

/// The version of the template.
const $templateVersion = '0.6.0';
const $templateVersion = '0.7.0';

/// The Flutter version associated with the template version.
const $flutterVersion = '3.19.0';
Expand Down

0 comments on commit 7804dab

Please sign in to comment.