From 9e474caa6a333fa0dc7dad982d994490c47cb055 Mon Sep 17 00:00:00 2001 From: Hrishikesh Kadam Date: Sat, 5 Oct 2024 09:31:38 +0530 Subject: [PATCH] Bump flutter_lints to ^5.0.0 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4daab61..d530428 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.0 + +- Bump flutter_lints to ^5.0.0 + ## 1.0.0 - Bump flutter_lints to ^4.0.0 diff --git a/pubspec.yaml b/pubspec.yaml index 450ca1f..226b9f4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: hrk_analysis -version: 1.0.0 +version: 1.1.0 description: >- A library to accumulate required dart and flutter analysis options. @@ -12,4 +12,4 @@ environment: sdk: ^3.0.0 dependencies: - flutter_lints: ^4.0.0 + flutter_lints: ^5.0.0