From b95a49dcbed0f3b9e00239c369c6afc28de3b624 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 09:23:01 +0000 Subject: [PATCH] chore(main): release 1.0.10 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 24 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7b49b64..00ab77e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.9" + ".": "1.0.10" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index da8dec6..5496a06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [1.0.10](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.9...v1.0.10) (2025-04-11) + + +### 🪲 Bug Fixes + +* Action should now only commit once, not twice ([#39](https://github.com/ZebraDevs/flutter-code-quality/issues/39)) ([b06c962](https://github.com/ZebraDevs/flutter-code-quality/commit/b06c9621b53a20f0c6f5f3a5d9a101c3c05ebbb9)) +* Add input to change the desired coverage percentage ([#37](https://github.com/ZebraDevs/flutter-code-quality/issues/37)) ([d4a5194](https://github.com/ZebraDevs/flutter-code-quality/commit/d4a5194e5c911b6ba062dbaa0a51a7a05fc38782)) +* Add support for custom test command. ([#44](https://github.com/ZebraDevs/flutter-code-quality/issues/44)) ([65582bb](https://github.com/ZebraDevs/flutter-code-quality/commit/65582bb8d31503f27eb23ea6b5db1b7973f38c64)) + + +### ⛓️ Dependencies + +* Move to yarn for package management ([65582bb](https://github.com/ZebraDevs/flutter-code-quality/commit/65582bb8d31503f27eb23ea6b5db1b7973f38c64)) + + +### 🧪 Tests + +* Update tests to pass in empty directory ([65582bb](https://github.com/ZebraDevs/flutter-code-quality/commit/65582bb8d31503f27eb23ea6b5db1b7973f38c64)) + ## [1.0.9](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.8...v1.0.9) (2024-08-22) diff --git a/README.md b/README.md index bfa8b9f..a4fee21 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ jobs: - uses: subosito/flutter-action@v2 with: # See https://github.com/subosito/flutter-action - - uses: ZebraDevs/flutter-code-quality@v1.0.9 + - uses: ZebraDevs/flutter-code-quality@v1.0.10 with: # Token used for authentication. token: ${{secrets.GITHUB_TOKEN}} diff --git a/package-lock.json b/package-lock.json index e29d6ff..b9cd19c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flutter-code-quality", - "version": "1.0.9", + "version": "1.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flutter-code-quality", - "version": "1.0.9", + "version": "1.0.10", "license": "MIT", "dependencies": { "@actions/artifact": "^2.3.2", diff --git a/package.json b/package.json index da9fd15..6ca1afe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flutter-code-quality", - "version": "1.0.9", + "version": "1.0.10", "description": "Github Action that analyzes and formats Flutter repositories", "main": "dist/index.js", "license": "MIT",