From cc170e0822b87e41069ca23ad16dbe94b1f8d09d Mon Sep 17 00:00:00 2001 From: Anthony Date: Thu, 19 Dec 2024 20:24:59 +0700 Subject: [PATCH] v6.4.3 --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 10 +++++----- lib/nylo_framework.dart | 2 +- pubspec.lock | 8 ++++---- pubspec.yaml | 6 +++--- 5 files changed, 17 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa8e06c..0f884b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [6.4.3] - 2024-12-19 + +* Update pubspec.yaml + ## [6.4.2] - 2024-12-18 * Update pubspec.yaml diff --git a/example/pubspec.lock b/example/pubspec.lock index 44e0e30..8730c17 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -109,10 +109,10 @@ packages: dependency: transitive description: name: date_field - sha256: "8926b9d02f3f93cb3022255d81692be201f2fcf47313ad6ea3461f47142f0cf8" + sha256: "921246e5e8fb8e22c82e234de48dde27f9c739071a38dac666258909fd2f7b14" url: "https://pub.dev" source: hosted - version: "5.3.4" + version: "6.0.0" dbus: dependency: transitive description: @@ -419,15 +419,15 @@ packages: path: ".." relative: true source: path - version: "6.4.1" + version: "6.4.3" nylo_support: dependency: transitive description: name: nylo_support - sha256: "57c0788f8d611e72e03ab9bcf5858dca8d361d5283a67acd2f15e23d272f553c" + sha256: "8cf336cc88682b188c547760a9a2568a863698ff4edd5b6f7c99756533bb291a" url: "https://pub.dev" source: hosted - version: "6.12.0" + version: "6.12.1" path: dependency: transitive description: diff --git a/lib/nylo_framework.dart b/lib/nylo_framework.dart index c9e09e1..3bf1301 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.4.2'; +const String nyloVersion = 'v6.4.3'; diff --git a/pubspec.lock b/pubspec.lock index 48187e6..30c91f3 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -109,10 +109,10 @@ packages: dependency: "direct main" description: name: date_field - sha256: "8926b9d02f3f93cb3022255d81692be201f2fcf47313ad6ea3461f47142f0cf8" + sha256: "921246e5e8fb8e22c82e234de48dde27f9c739071a38dac666258909fd2f7b14" url: "https://pub.dev" source: hosted - version: "5.3.4" + version: "6.0.0" dbus: dependency: transitive description: @@ -433,10 +433,10 @@ packages: dependency: "direct main" description: name: nylo_support - sha256: "57c0788f8d611e72e03ab9bcf5858dca8d361d5283a67acd2f15e23d272f553c" + sha256: "8cf336cc88682b188c547760a9a2568a863698ff4edd5b6f7c99756533bb291a" url: "https://pub.dev" source: hosted - version: "6.12.0" + version: "6.12.1" path: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index eb1a566..298ff8f 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.4.2 +version: 6.4.3 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.12.0 + nylo_support: ^6.12.1 theme_provider: ^0.6.0 flutter_secure_storage: ^9.2.2 dart_console: ^4.1.1 @@ -27,7 +27,7 @@ dependencies: dio: ^5.7.0 recase: ^4.1.0 error_stack: ^1.9.0 - date_field: ^5.3.4 + date_field: ^6.0.0 flutter: sdk: flutter