Skip to content

Commit 9e19074

Browse files
committed
v6.8.4
1 parent 1203437 commit 9e19074

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [6.8.4] - 2025-04-30
2+
3+
* pubspec.yaml updates
4+
15
## [6.8.3] - 2025-04-24
26

37
* pubspec.yaml updates

example/pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -432,10 +432,10 @@ packages:
432432
dependency: transitive
433433
description:
434434
name: nylo_support
435-
sha256: a4355e6ee53e915c48697381be72d8f65791de18b5828c35b612ea6a929ec511
435+
sha256: "6173b14205061c045f23be098bbadcd738b5073b94d4c1da833aa032e9b547c4"
436436
url: "https://pub.dev"
437437
source: hosted
438-
version: "6.28.0"
438+
version: "6.28.1"
439439
path:
440440
dependency: transitive
441441
description:
@@ -685,10 +685,10 @@ packages:
685685
dependency: transitive
686686
description:
687687
name: timezone
688-
sha256: ffc9d5f4d1193534ef051f9254063fa53d588609418c84299956c3db9383587d
688+
sha256: dd14a3b83cfd7cb19e7888f1cbc20f258b8d71b54c06f79ac585f14093a287d1
689689
url: "https://pub.dev"
690690
source: hosted
691-
version: "0.10.0"
691+
version: "0.10.1"
692692
typed_data:
693693
dependency: transitive
694694
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.8.3';
32+
const String nyloVersion = 'v6.8.4';

pubspec.lock

Lines changed: 4 additions & 4 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: a4355e6ee53e915c48697381be72d8f65791de18b5828c35b612ea6a929ec511
444+
sha256: "6173b14205061c045f23be098bbadcd738b5073b94d4c1da833aa032e9b547c4"
445445
url: "https://pub.dev"
446446
source: hosted
447-
version: "6.28.0"
447+
version: "6.28.1"
448448
path:
449449
dependency: transitive
450450
description:
@@ -694,10 +694,10 @@ packages:
694694
dependency: transitive
695695
description:
696696
name: timezone
697-
sha256: ffc9d5f4d1193534ef051f9254063fa53d588609418c84299956c3db9383587d
697+
sha256: dd14a3b83cfd7cb19e7888f1cbc20f258b8d71b54c06f79ac585f14093a287d1
698698
url: "https://pub.dev"
699699
source: hosted
700-
version: "0.10.0"
700+
version: "0.10.1"
701701
typed_data:
702702
dependency: transitive
703703
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.8.3
3+
version: 6.8.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.28.0
20+
nylo_support: ^6.28.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)