Skip to content

Commit 0f85361

Browse files
committedJan 5, 2025·
v6.5.4
1 parent 0a3d292 commit 0f85361

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [6.5.4] - 2025-01-06
2+
3+
* Update pubspec.yaml
4+
15
## [6.5.3] - 2025-01-04
26

37
* Update route guard stub

‎example/pubspec.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -419,15 +419,15 @@ packages:
419419
path: ".."
420420
relative: true
421421
source: path
422-
version: "6.5.3"
422+
version: "6.5.4"
423423
nylo_support:
424424
dependency: transitive
425425
description:
426426
name: nylo_support
427-
sha256: "147b6c332042f3fde89a1eca43e1fa5f78269c2b3fda8a0af40843b9eefe5ea2"
427+
sha256: "353a339f1891f48dc6941d40d098b46960d46243559fc52e932e76f0597d0de9"
428428
url: "https://pub.dev"
429429
source: hosted
430-
version: "6.14.3"
430+
version: "6.14.4"
431431
path:
432432
dependency: transitive
433433
description:

‎lib/nylo_framework.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ export 'package:date_field/date_field.dart';
6868
export 'package:dio/dio.dart';
6969

7070
/// Nylo version
71-
const String nyloVersion = 'v6.5.3';
71+
const String nyloVersion = 'v6.5.4';

‎pubspec.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -433,10 +433,10 @@ packages:
433433
dependency: "direct main"
434434
description:
435435
name: nylo_support
436-
sha256: "147b6c332042f3fde89a1eca43e1fa5f78269c2b3fda8a0af40843b9eefe5ea2"
436+
sha256: "353a339f1891f48dc6941d40d098b46960d46243559fc52e932e76f0597d0de9"
437437
url: "https://pub.dev"
438438
source: hosted
439-
version: "6.14.3"
439+
version: "6.14.4"
440440
path:
441441
dependency: transitive
442442
description:

‎pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nylo_framework
22
description: Micro-framework for Flutter that's built to simplify app development for Flutter projects.
3-
version: 6.5.3
3+
version: 6.5.4
44
homepage: https://nylo.dev
55
repository: https://github.com/nylo-core/framework/tree/6.x
66
issue_tracker: https://github.com/nylo-core/framework/issues
@@ -17,7 +17,7 @@ environment:
1717

1818
dependencies:
1919
flutter_dotenv: ^5.2.1
20-
nylo_support: ^6.14.3
20+
nylo_support: ^6.14.4
2121
theme_provider: ^0.6.0
2222
flutter_secure_storage: ^9.2.3
2323
dart_console: ^4.1.1

0 commit comments

Comments
 (0)
Please sign in to comment.