From 0f85361610fe1edaa778857be9383cebba600e8e Mon Sep 17 00:00:00 2001 From: Anthony Date: Mon, 6 Jan 2025 01:29:56 +0700 Subject: [PATCH] v6.5.4 --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 6 +++--- lib/nylo_framework.dart | 2 +- pubspec.lock | 4 ++-- pubspec.yaml | 4 ++-- 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78628ed..5fb86e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [6.5.4] - 2025-01-06 + +* Update pubspec.yaml + ## [6.5.3] - 2025-01-04 * Update route guard stub diff --git a/example/pubspec.lock b/example/pubspec.lock index 4f77d3b..f75cd8d 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -419,15 +419,15 @@ packages: path: ".." relative: true source: path - version: "6.5.3" + version: "6.5.4" nylo_support: dependency: transitive description: name: nylo_support - sha256: "147b6c332042f3fde89a1eca43e1fa5f78269c2b3fda8a0af40843b9eefe5ea2" + sha256: "353a339f1891f48dc6941d40d098b46960d46243559fc52e932e76f0597d0de9" url: "https://pub.dev" source: hosted - version: "6.14.3" + version: "6.14.4" path: dependency: transitive description: diff --git a/lib/nylo_framework.dart b/lib/nylo_framework.dart index abd01bd..2bd7888 100644 --- a/lib/nylo_framework.dart +++ b/lib/nylo_framework.dart @@ -68,4 +68,4 @@ export 'package:date_field/date_field.dart'; export 'package:dio/dio.dart'; /// Nylo version -const String nyloVersion = 'v6.5.3'; +const String nyloVersion = 'v6.5.4'; diff --git a/pubspec.lock b/pubspec.lock index a72c4cc..cfe1895 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -433,10 +433,10 @@ packages: dependency: "direct main" description: name: nylo_support - sha256: "147b6c332042f3fde89a1eca43e1fa5f78269c2b3fda8a0af40843b9eefe5ea2" + sha256: "353a339f1891f48dc6941d40d098b46960d46243559fc52e932e76f0597d0de9" url: "https://pub.dev" source: hosted - version: "6.14.3" + version: "6.14.4" path: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 6a8dd6e..b4e7e6d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: nylo_framework description: Micro-framework for Flutter that's built to simplify app development for Flutter projects. -version: 6.5.3 +version: 6.5.4 homepage: https://nylo.dev repository: https://github.com/nylo-core/framework/tree/6.x issue_tracker: https://github.com/nylo-core/framework/issues @@ -17,7 +17,7 @@ environment: dependencies: flutter_dotenv: ^5.2.1 - nylo_support: ^6.14.3 + nylo_support: ^6.14.4 theme_provider: ^0.6.0 flutter_secure_storage: ^9.2.3 dart_console: ^4.1.1