Skip to content

Commit

Permalink
chore(main): release 1.0.3 (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 10, 2024
1 parent f3941c2 commit b8a5ff7
Show file tree
Hide file tree
Showing 5 changed files with 12 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.2"
".": "1.0.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.3](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.2...v1.0.3) (2024-07-10)


### 🧹 Miscellaneous Chores

* release 1.0.3 ([f3941c2](https://github.com/ZebraDevs/flutter-code-quality/commit/f3941c29da80549c8f95776c397b12a2f1e2f4b1))

## [1.0.2](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.1...v1.0.2) (2024-07-10)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
# Set up Flutter within the action
- uses: subosito/flutter-action@v2
- uses: ZebraDevs/[email protected].2
- uses: ZebraDevs/[email protected].3
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.2",
"version": "1.0.3",
"description": "Github Action that analyzes and formats Flutter repositories",
"main": "dist/index.js",
"license": "MIT",
Expand Down

0 comments on commit b8a5ff7

Please sign in to comment.