Skip to content

Commit 6360f40

Browse files
chore(main): release 1.0.4 (#21)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 209c44c commit 6360f40

5 files changed

Lines changed: 22 additions & 5 deletions

File tree

.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.3"
2+
".": "1.0.4"
33
}

CHANGELOG.md

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

3+
## [1.0.4](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.3...v1.0.4) (2024-07-16)
4+
5+
6+
### ✨ New Features
7+
8+
* Add inputs to enable / disable parts of the action([#20](https://github.com/ZebraDevs/flutter-code-quality/issues/20)) ([a74d1f2](https://github.com/ZebraDevs/flutter-code-quality/commit/a74d1f2082274824dc38bf7af22decd7a9967de3))
9+
10+
11+
### 🧪 Tests
12+
13+
* Fix coverage test ([a74d1f2](https://github.com/ZebraDevs/flutter-code-quality/commit/a74d1f2082274824dc38bf7af22decd7a9967de3))
14+
15+
16+
### 🧹 Miscellaneous Chores
17+
18+
* release 1.0.4 ([209c44c](https://github.com/ZebraDevs/flutter-code-quality/commit/209c44c87034893f3fbb7d6537d5e386166062ad))
19+
320
## [1.0.3](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.2...v1.0.3) (2024-07-10)
421

522

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.3
22+
- uses: ZebraDevs/flutter-code-quality@v1.0.4
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.3",
3+
"version": "1.0.4",
44
"description": "Github Action that analyzes and formats Flutter repositories",
55
"main": "dist/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)