Skip to content

Commit

Permalink
chore(main): release 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 16, 2024
1 parent 86144e9 commit 16d821e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.9"
".": "1.0.10"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.0.10](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.9...v1.0.10) (2024-09-16)


### 🪲 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))

## [1.0.9](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.8...v1.0.9) (2024-08-22)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
# See https://github.com/subosito/flutter-action
- uses: ZebraDevs/[email protected].9
- uses: ZebraDevs/[email protected].10
with:
# Token used for authentication.
token: ${{secrets.GITHUB_TOKEN}}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 16d821e

Please sign in to comment.