Skip to content

Commit

Permalink
chore(CHANGELOG.md): prepare to release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaera committed Oct 21, 2024
1 parent 4fdd0f0 commit 236e991
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/project-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.19.0"
flutter-version: "3.24.3"
channel: "stable"
cache: true
- name: Install Flutter library
Expand Down
4 changes: 4 additions & 0 deletions packages/flutter_hooks_lint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.1

- Bump `custom_link`

## 1.2.0

- Added a new LintFix to `hook_name_convention_rule`
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_hooks_lint/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_hooks_lint
description: A lint package providing guidelines for using flutter_hooks in your Flutter widget!
version: 1.2.0
version: 1.2.1
homepage: https://github.com/nikaera/flutter_hooks_lint
repository: https://github.com/nikaera/flutter_hooks_lint
documentation: https://github.com/nikaera/flutter_hooks_lint
Expand Down

0 comments on commit 236e991

Please sign in to comment.