From d1f78c0700c7fcfe189d734b9afce2cae45e0084 Mon Sep 17 00:00:00 2001 From: vgvbot <71841508+vgvbot@users.noreply.github.com> Date: Wed, 19 Aug 2026 11:19:14 +0200 Subject: [PATCH] chore: release 1.21.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1db91d7..2c543c4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.20.1" + ".": "1.21.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 672efa2..ce9adaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## [1.21.0](https://github.com/VeryGoodOpenSource/very_good_workflows/compare/v1.20.1...v1.21.0) (2026-08-19) + + +### Features + +* add spell checking on PR titles ([#468](https://github.com/VeryGoodOpenSource/very_good_workflows/issues/468)) ([f69487f](https://github.com/VeryGoodOpenSource/very_good_workflows/commit/f69487f5d377d68485d8607d8ade1e762eccd102)) +* **deps:** upgrade to Flutter 3.47 and Dart 3.13 ([#486](https://github.com/VeryGoodOpenSource/very_good_workflows/issues/486)) ([bab4f13](https://github.com/VeryGoodOpenSource/very_good_workflows/commit/bab4f13e4a4ee685a55473277761bfeef5b132f5)) + + +### Bug Fixes + +* correct typos in issue templates ([#484](https://github.com/VeryGoodOpenSource/very_good_workflows/issues/484)) ([a4ab3e1](https://github.com/VeryGoodOpenSource/very_good_workflows/commit/a4ab3e14c53bfa801283a3e65d1f567015327bb8)) + + +### Miscellaneous Chores + +* bump eslint from 10.6.0 to 10.8.1 in /site ([#477](https://github.com/VeryGoodOpenSource/very_good_workflows/issues/477)) ([b3c2ae1](https://github.com/VeryGoodOpenSource/very_good_workflows/commit/b3c2ae19c40e09d6560dace0be29d9a8c9bb087b)) +* bump eslint-plugin-jest from 29.16.0 to 29.16.1 in /site ([#488](https://github.com/VeryGoodOpenSource/very_good_workflows/issues/488)) ([c65e189](https://github.com/VeryGoodOpenSource/very_good_workflows/commit/c65e18971f498c11fbcab842ed6e73514badb527)) +* bump globals from 17.7.0 to 17.9.0 in /site ([#478](https://github.com/VeryGoodOpenSource/very_good_workflows/issues/478)) ([ee403af](https://github.com/VeryGoodOpenSource/very_good_workflows/commit/ee403af090070f639dbff1426101f767909c91a8)) +* bump globals from 17.9.0 to 17.11.0 in /site ([#487](https://github.com/VeryGoodOpenSource/very_good_workflows/issues/487)) ([3a295b5](https://github.com/VeryGoodOpenSource/very_good_workflows/commit/3a295b57f9ce9be4a31b2684bf112863e8f22c9c)) +* bump prettier from 3.9.5 to 3.9.6 in /site ([#479](https://github.com/VeryGoodOpenSource/very_good_workflows/issues/479)) ([5aed557](https://github.com/VeryGoodOpenSource/very_good_workflows/commit/5aed557d1db28fcf7edf5514a669518eac64e099)) +* bump react-dom from 19.2.7 to 19.2.8 in /site ([#476](https://github.com/VeryGoodOpenSource/very_good_workflows/issues/476)) ([58d92ba](https://github.com/VeryGoodOpenSource/very_good_workflows/commit/58d92baf582d9a2f82e26c7b9ec4d306bf0a2e8f)) +* bump streetsidesoftware/cspell-action from 8 to 9 ([#489](https://github.com/VeryGoodOpenSource/very_good_workflows/issues/489)) ([f053008](https://github.com/VeryGoodOpenSource/very_good_workflows/commit/f053008378cc15a643a9050e67b0417bc548e7e8)) + + +### Docs + +* add Platform.environment guide for dart_package workflow ([#473](https://github.com/VeryGoodOpenSource/very_good_workflows/issues/473)) ([61058dd](https://github.com/VeryGoodOpenSource/very_good_workflows/commit/61058ddd37e3727ab71cca26aae10db271b7c23c)) + ## [1.20.1](https://github.com/VeryGoodOpenSource/very_good_workflows/compare/v1.20.0...v1.20.1) (2026-08-10)