Skip to content

Commit 1b2a2dc

Browse files
chore(main): release 1.0.10 (#38)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 65582bb commit 1b2a2dc

File tree

5 files changed

+24
-5
lines changed

5 files changed

+24
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.9"
2+
".": "1.0.10"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.0.10](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.9...v1.0.10) (2025-04-11)
4+
5+
6+
### 🪲 Bug Fixes
7+
8+
* 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))
9+
* 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))
10+
* 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))
11+
12+
13+
### ⛓️ Dependencies
14+
15+
* Move to yarn for package management ([65582bb](https://github.com/ZebraDevs/flutter-code-quality/commit/65582bb8d31503f27eb23ea6b5db1b7973f38c64))
16+
17+
18+
### 🧪 Tests
19+
20+
* Update tests to pass in empty directory ([65582bb](https://github.com/ZebraDevs/flutter-code-quality/commit/65582bb8d31503f27eb23ea6b5db1b7973f38c64))
21+
322
## [1.0.9](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.8...v1.0.9) (2024-08-22)
423

524

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: subosito/flutter-action@v2
2020
with:
2121
# See https://github.com/subosito/flutter-action
22-
- uses: ZebraDevs/flutter-code-quality@v1.0.9
22+
- uses: ZebraDevs/flutter-code-quality@v1.0.10
2323
with:
2424
# Token used for authentication.
2525
token: ${{secrets.GITHUB_TOKEN}}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flutter-code-quality",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "Github Action that analyzes and formats Flutter repositories",
55
"main": "dist/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)