From 11568206b95278463f103d14e32b9e8a5c68b141 Mon Sep 17 00:00:00 2001 From: Anthony Date: Sat, 13 Jan 2024 17:09:04 +0700 Subject: [PATCH] v5.18.8 --- 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 c0a7864..a200124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [5.18.8] - 2024-01-13 + +* Update pubspec.yaml + ## [5.18.7] - 2024-01-11 * Improve `metro make:api_service` when using Postman flag diff --git a/example/pubspec.lock b/example/pubspec.lock index b773c81..299f078 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -251,15 +251,15 @@ packages: path: ".." relative: true source: path - version: "5.18.6" + version: "5.18.8" nylo_support: dependency: transitive description: name: nylo_support - sha256: cab3c3108ab617b6a43f30e83e5d69020ce0730611bb880e8f896025a9543728 + sha256: "9c861bc3cce307139fac8c084f96df69d800cf80e866ceb573cc3b1e3cd19fcd" url: "https://pub.dev" source: hosted - version: "5.29.0" + version: "5.30.0" page_transition: dependency: transitive description: diff --git a/lib/nylo_framework.dart b/lib/nylo_framework.dart index 104d041..dd3406d 100644 --- a/lib/nylo_framework.dart +++ b/lib/nylo_framework.dart @@ -42,4 +42,4 @@ export 'package:nylo_support/networking/ny_base_api_service.dart'; export 'package:dio/dio.dart'; /// Nylo version -const String nyloVersion = 'v5.18.7'; +const String nyloVersion = 'v5.18.8'; diff --git a/pubspec.lock b/pubspec.lock index 79972d6..f1782af 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -249,10 +249,10 @@ packages: dependency: "direct main" description: name: nylo_support - sha256: cab3c3108ab617b6a43f30e83e5d69020ce0730611bb880e8f896025a9543728 + sha256: "9c861bc3cce307139fac8c084f96df69d800cf80e866ceb573cc3b1e3cd19fcd" url: "https://pub.dev" source: hosted - version: "5.29.0" + version: "5.30.0" page_transition: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 7afaea2..ee17032 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.18.7 +version: 5.18.8 homepage: https://nylo.dev repository: https://github.com/nylo-core/framework/tree/5.x issue_tracker: https://github.com/nylo-core/framework/issues @@ -16,7 +16,7 @@ environment: dependencies: flutter_dotenv: ^5.1.0 - nylo_support: ^5.29.0 + nylo_support: ^5.30.0 theme_provider: ^0.6.0 page_transition: ^2.1.0 cli_dialog: ^0.5.0