Skip to content

Commit

Permalink
chore(release): prepare to release
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaera committed Feb 26, 2024
1 parent f0f840e commit 5b4a114
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
3 changes: 3 additions & 0 deletions packages/flutter_hooks_lint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 1.0.0

Initial release 🎉
1 change: 1 addition & 0 deletions packages/flutter_hooks_lint/LICENSE
1 change: 1 addition & 0 deletions packages/flutter_hooks_lint/README.md
9 changes: 6 additions & 3 deletions packages/flutter_hooks_lint/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
name: flutter_hooks_lint
description: A lint package providing guidelines for using in your Flutter widget
version: 0.0.1
description: A lint package providing guidelines for using flutter_hooks in your Flutter widget!
version: 1.0.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

environment:
sdk: ^3.2.3

# Add regular dependencies here.
dependencies:
analyzer: any
analyzer: ^6.4.1
custom_lint_builder: ^0.6.1
# path: ^1.8.0
dev_dependencies:
Expand Down

0 comments on commit 5b4a114

Please sign in to comment.