Skip to content

Commit

Permalink
chore(CHANGELOG.md): prepare to release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaera committed Mar 10, 2024
1 parent e9f64ac commit f252c07
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ class ConsiderationMemoizedWidget extends HookWidget {

## Contribution 🎁

Thanks for your interest! PR are welcomed! 🙌
Thanks for your interest! [Issues](https://github.com/nikaera/flutter_hooks_lint/issues/new) and PR are welcomed! 🙌
I would be delighted if you could translate the documentation into natural English or add new lint rules!

The project setup procedures for development are as follows:
Expand Down
6 changes: 6 additions & 0 deletions packages/flutter_hooks_lint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.2.0

- Added a new LintFix to `hook_name_convention_rule`
- Support for `HookConsumer` and `HookBuilder`
- Several bug fixes

## 1.1.0

- Added a new lint rule called `hooks_avoid_within_class`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'package:analyzer/dart/ast/ast.dart';
import 'package:analyzer/dart/ast/visitor.dart';
import 'package:analyzer/error/error.dart';
import 'package:analyzer/error/listener.dart';
import 'package:analyzer/source/source_range.dart';
Expand Down
5 changes: 4 additions & 1 deletion packages/flutter_hooks_lint/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: flutter_hooks_lint
description: A lint package providing guidelines for using flutter_hooks in your Flutter widget!
version: 1.1.0
version: 1.2.0
homepage: https://github.com/nikaera/flutter_hooks_lint
repository: https://github.com/nikaera/flutter_hooks_lint
documentation: https://github.com/nikaera/flutter_hooks_lint
issue_tracker: https://github.com/nikaera/flutter_hooks_lint/issues

topics:
- lint

environment:
sdk: ^3.2.3

Expand Down

0 comments on commit f252c07

Please sign in to comment.