Skip to content

Commit 1f37822

Browse files
authored
Merge pull request #156 from yumemi-inc/release/3.1.0
Update package version to 3.1.0
2 parents fcd259f + d80275e commit 1f37822

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/yumemi_lints/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ Examples of version updates are as follows:
2121
> [!NOTE]
2222
> Changes to `tools/update_lint_rules` don't affect versioning.
2323
24+
## 3.1.0
25+
26+
- Added support for Dart 3.7.x.
27+
- Added support for Flutter 3.29.x.
28+
2429
## 3.0.0
2530

2631
### Changed

packages/yumemi_lints/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: yumemi_lints
22
description: Customizable Linter library which enforces coding standards and best practice for Flutter/Dart apps, packages and plugins.
3-
version: 3.0.0
3+
version: 3.1.0
44
repository: https://github.com/yumemi-inc/flutter-yumemi-lints
55

66
environment:

0 commit comments

Comments
 (0)