|
| 1 | +# 0.16.0 |
| 2 | + |
| 3 | +- fix!: remove analytics ([#756](https://github.com/VeryGoodOpenSource/very_good_cli/pull/756)) |
| 4 | +- chore: update pubspec meta info ([#778](https://github.com/VeryGoodOpenSource/very_good_cli/pull/778)) |
| 5 | +- fix: pass `org_name` to the plugin template ([#777](https://github.com/VeryGoodOpenSource/very_good_cli/pull/777)) |
| 6 | +- chore: update dependencies and SDK constraints ([#782](https://github.com/VeryGoodOpenSource/very_good_cli/pull/782)) |
| 7 | +- chore: update dependencies and SDK constraints on sub packages and fixtures ([#785](https://github.com/VeryGoodOpenSource/very_good_cli/pull/785)) |
| 8 | +- docs: update readme headline ([#786](https://github.com/VeryGoodOpenSource/very_good_cli/pull/786)) |
| 9 | +- chore: finish updating Very Good Analysis to 5.1.0 ([#792](https://github.com/VeryGoodOpenSource/very_good_cli/pull/792)) |
| 10 | +- docs: update docs ([#798](https://github.com/VeryGoodOpenSource/very_good_cli/pull/798)) |
| 11 | +- **Very Good Core**: |
| 12 | + - feat!: bump min Dart SDK to 3.1.0 |
| 13 | + - feat!: update to Flutter 3.13.2 |
| 14 | + - fix: added RunnerTests iOS Schema |
| 15 | + - feat: update to Material 3 |
| 16 | + - docs: update l10n README documentation |
| 17 | + - docs: translation generation in README.md |
| 18 | + - fix: very_good create flutter_app doesn't create .gradlew files |
| 19 | + - feat: upgrade to `very_good_analysis ^5.1.0` |
| 20 | +- **Very Good Wear App** |
| 21 | + - feat!: update to Flutter 3.13.2 |
| 22 | + - feat: update to Material 3 |
| 23 | + - fix: project doesn't build due to Kotlin gradle plugin incompatibility |
| 24 | + - fix: very_good create flutter_app doesn't create .gradlew files |
| 25 | + - feat: upgrade to `very_good_analysis ^5.1.0` |
| 26 | +- **Very Good Flame Game** |
| 27 | + - feat!: update to Flame 1.8.2 |
| 28 | + - feat!: bump min Dart SDK to 3.1.0 |
| 29 | + - feat!: update to Flutter 3.13.2 |
| 30 | + - fix: added RunnerTests iOS Schema |
| 31 | + - fix: very_good create flutter_app doesn't create .gradlew files |
| 32 | + - feat: upgrade to `very_good_analysis ^5.1.0` |
| 33 | + - fix: text style tests for `CounterComponent` |
| 34 | +- **Very Good Flutter Package** |
| 35 | + - feat: upgrade to very_good_analysis ^5.1.0 |
| 36 | + - docs: update README.md install instructions |
| 37 | +- **Very Good Dart Package** |
| 38 | + - feat: upgrade to very_good_analysis ^5.1.0 |
| 39 | + - docs: update README.md install instructions |
| 40 | +- **Very Good Dart CLI** |
| 41 | + - feat: update very good analysis to v5 and fix patch |
| 42 | + - feat: bump Dart SDK to >=3.0.0 <4.0.0 |
| 43 | +- **Very Good Flutter Plugin** |
| 44 | + - fix: flaky integrated tests |
| 45 | + - feat: upgrade to `very_good_analysis ^5.1.0` |
| 46 | + - feat: add fluttium test workflow |
| 47 | + - docs: add docs for integration tests |
| 48 | +- **Very Good Docs Site** |
| 49 | + - build(deps): various dependency updates |
| 50 | + |
1 | 51 | # [0.15.0](https://github.com/VeryGoodOpenSource/very_good_cli/compare/v0.14.0...v0.15.0) (2023-05-23) |
2 | 52 |
|
3 | 53 | ### Bug Fixes |
|
0 commit comments