We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcd259f + d80275e commit 1f37822Copy full SHA for 1f37822
packages/yumemi_lints/CHANGELOG.md
@@ -21,6 +21,11 @@ Examples of version updates are as follows:
21
> [!NOTE]
22
> Changes to `tools/update_lint_rules` don't affect versioning.
23
24
+## 3.1.0
25
+
26
+- Added support for Dart 3.7.x.
27
+- Added support for Flutter 3.29.x.
28
29
## 3.0.0
30
31
### Changed
packages/yumemi_lints/pubspec.yaml
@@ -1,6 +1,6 @@
1
name: yumemi_lints
2
description: Customizable Linter library which enforces coding standards and best practice for Flutter/Dart apps, packages and plugins.
3
-version: 3.0.0
+version: 3.1.0
4
repository: https://github.com/yumemi-inc/flutter-yumemi-lints
5
6
environment:
0 commit comments