Skip to content

Commit 2744c8c

Browse files
committed
v6.8.18
1 parent aad8489 commit 2744c8c

File tree

5 files changed

+16
-12
lines changed

5 files changed

+16
-12
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.18] - 2025-10-12
2+
3+
* pubspec.yaml updates
4+
15
## [6.8.17] - 2025-09-22
26

37
* pubspec.yaml updates

example/pubspec.lock

Lines changed: 5 additions & 5 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.8.17"
430+
version: "6.8.18"
431431
nylo_support:
432432
dependency: transitive
433433
description:
434434
name: nylo_support
435-
sha256: "0fcfb272e3f9cc00f367da77baa4f5286b2acacf4c87dc26acdef8bb9ffa267d"
435+
sha256: e91b09c5d64ce6b65814d274cd78ad2e1ecf833643c8c3e9ec1f642a03b48f62
436436
url: "https://pub.dev"
437437
source: hosted
438-
version: "6.35.2"
438+
version: "6.36.0"
439439
path:
440440
dependency: transitive
441441
description:
@@ -805,10 +805,10 @@ packages:
805805
dependency: transitive
806806
description:
807807
name: win32
808-
sha256: "66814138c3562338d05613a6e368ed8cfb237ad6d64a9e9334be3f309acfca03"
808+
sha256: d7cb55e04cd34096cd3a79b3330245f54cb96a370a1c27adb3c84b917de8b08e
809809
url: "https://pub.dev"
810810
source: hosted
811-
version: "5.14.0"
811+
version: "5.15.0"
812812
xdg_directories:
813813
dependency: transitive
814814
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.17';
32+
const String nyloVersion = 'v6.8.18';

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: "0fcfb272e3f9cc00f367da77baa4f5286b2acacf4c87dc26acdef8bb9ffa267d"
444+
sha256: e91b09c5d64ce6b65814d274cd78ad2e1ecf833643c8c3e9ec1f642a03b48f62
445445
url: "https://pub.dev"
446446
source: hosted
447-
version: "6.35.2"
447+
version: "6.36.0"
448448
path:
449449
dependency: transitive
450450
description:
@@ -814,10 +814,10 @@ packages:
814814
dependency: transitive
815815
description:
816816
name: win32
817-
sha256: "66814138c3562338d05613a6e368ed8cfb237ad6d64a9e9334be3f309acfca03"
817+
sha256: d7cb55e04cd34096cd3a79b3330245f54cb96a370a1c27adb3c84b917de8b08e
818818
url: "https://pub.dev"
819819
source: hosted
820-
version: "5.14.0"
820+
version: "5.15.0"
821821
xdg_directories:
822822
dependency: transitive
823823
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.17
3+
version: 6.8.18
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: ^6.0.0
20-
nylo_support: ^6.35.2
20+
nylo_support: ^6.36.0
2121
theme_provider: ^0.6.0
2222
flutter_secure_storage: ^9.2.4
2323
skeletonizer: ^2.0.1

0 commit comments

Comments
 (0)