Skip to content

Commit 5cbeb38

Browse files
committed
v6.6.4
1 parent ca13021 commit 5cbeb38

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [6.6.4] - 2025-03-31
2+
3+
* Update pubspec.yaml
4+
15
## [6.6.3] - 2025-03-27
26

37
* Update pubspec.yaml

example/pubspec.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -427,15 +427,15 @@ packages:
427427
path: ".."
428428
relative: true
429429
source: path
430-
version: "6.6.3"
430+
version: "6.6.4"
431431
nylo_support:
432432
dependency: transitive
433433
description:
434434
name: nylo_support
435-
sha256: "129db2690adf8b17fb602ed7478eeab0651a97eba1ecd5b0f7ddc503d7d871be"
435+
sha256: b9a821f580866b1898026f918a4ca0af376a32bc8958a8553d8b9b3e3eb5b9a5
436436
url: "https://pub.dev"
437437
source: hosted
438-
version: "6.22.0"
438+
version: "6.22.1"
439439
path:
440440
dependency: transitive
441441
description:

lib/nylo_framework.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ export 'package:date_field/date_field.dart';
2929
export 'package:dio/dio.dart';
3030

3131
/// Nylo version
32-
const String nyloVersion = 'v6.6.3';
32+
const String nyloVersion = 'v6.6.4';

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,10 +441,10 @@ packages:
441441
dependency: "direct main"
442442
description:
443443
name: nylo_support
444-
sha256: "129db2690adf8b17fb602ed7478eeab0651a97eba1ecd5b0f7ddc503d7d871be"
444+
sha256: b9a821f580866b1898026f918a4ca0af376a32bc8958a8553d8b9b3e3eb5b9a5
445445
url: "https://pub.dev"
446446
source: hosted
447-
version: "6.22.0"
447+
version: "6.22.1"
448448
path:
449449
dependency: transitive
450450
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.6.3
3+
version: 6.6.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.22.0
20+
nylo_support: ^6.22.1
2121
theme_provider: ^0.6.0
2222
flutter_secure_storage: ^9.2.4
2323
dart_console: ^4.1.1

0 commit comments

Comments
 (0)