From b052d1392703f0414c39dfed79bdf22de171ddf7 Mon Sep 17 00:00:00 2001 From: Anthony Date: Thu, 25 Apr 2024 11:58:59 +0700 Subject: [PATCH] v5.25.6 --- 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 12165d9..b61ab2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [5.25.6] - 2024-04-25 + +* Update pubspec.yaml + ## [5.25.5] - 2024-04-20 * Update pubspec.yaml diff --git a/example/pubspec.lock b/example/pubspec.lock index edb1385..eee352b 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -291,15 +291,15 @@ packages: path: ".." relative: true source: path - version: "5.25.5" + version: "5.25.6" nylo_support: dependency: transitive description: name: nylo_support - sha256: "3a3083085eb8bd3c713d01ee5af8e7ba7c203c2b6907734e58ca2f8575ba437a" + sha256: f2e835c73c3d6b0240e3cba40c36ac8344ea0c0ba5c164af6a8ba13a6c841e94 url: "https://pub.dev" source: hosted - version: "5.65.1" + version: "5.65.2" page_transition: dependency: transitive description: diff --git a/lib/nylo_framework.dart b/lib/nylo_framework.dart index d24305b..5fd15b9 100644 --- a/lib/nylo_framework.dart +++ b/lib/nylo_framework.dart @@ -45,4 +45,4 @@ export 'package:skeletonizer/skeletonizer.dart'; export 'package:dio/dio.dart'; /// Nylo version -const String nyloVersion = 'v5.25.5'; +const String nyloVersion = 'v5.25.6'; diff --git a/pubspec.lock b/pubspec.lock index c584215..f66c229 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -289,10 +289,10 @@ packages: dependency: "direct main" description: name: nylo_support - sha256: "3a3083085eb8bd3c713d01ee5af8e7ba7c203c2b6907734e58ca2f8575ba437a" + sha256: f2e835c73c3d6b0240e3cba40c36ac8344ea0c0ba5c164af6a8ba13a6c841e94 url: "https://pub.dev" source: hosted - version: "5.65.1" + version: "5.65.2" page_transition: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index e20386e..d848720 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: 5.25.5 +version: 5.25.6 homepage: https://nylo.dev repository: https://github.com/nylo-core/framework/tree/5.x issue_tracker: https://github.com/nylo-core/framework/issues @@ -17,7 +17,7 @@ environment: dependencies: flutter_dotenv: ^5.1.0 - nylo_support: ^5.65.1 + nylo_support: ^5.65.2 theme_provider: ^0.6.0 page_transition: ^2.1.0 cli_dialog: ^0.5.0