Skip to content

Commit c1e11fe

Browse files
committed
v6.8.11
1 parent 8c26909 commit c1e11fe

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.11] - 2025-07-02
2+
3+
* pubspec.yaml updates
4+
15
## [6.8.10] - 2025-06-24
26

37
* pubspec.yaml updates

example/pubspec.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,10 @@ packages:
321321
dependency: transitive
322322
description:
323323
name: get_time_ago
324-
sha256: "1c6ccc877e480eee559987411ec5242cecc088d45fc821f0d8aec98bbf4f210e"
324+
sha256: cd111914562ca2b938afbc73f715fab1f37795cc053924d08f6de59878781388
325325
url: "https://pub.dev"
326326
source: hosted
327-
version: "2.3.1"
327+
version: "2.3.2"
328328
http:
329329
dependency: transitive
330330
description:
@@ -419,15 +419,15 @@ packages:
419419
path: ".."
420420
relative: true
421421
source: path
422-
version: "6.8.10"
422+
version: "6.8.11"
423423
nylo_support:
424424
dependency: transitive
425425
description:
426426
name: nylo_support
427-
sha256: d1d81869fcfd04ed296d49003f349a1494d1a7cab74bab0e48928391df0da227
427+
sha256: "6a2a28f486e2a595246b0a4d0653e1e8fd5f92a3d2d6f7ec4747e85eeef38221"
428428
url: "https://pub.dev"
429429
source: hosted
430-
version: "6.31.0"
430+
version: "6.32.0"
431431
path:
432432
dependency: transitive
433433
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.10';
32+
const String nyloVersion = 'v6.8.11';

pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -329,10 +329,10 @@ packages:
329329
dependency: transitive
330330
description:
331331
name: get_time_ago
332-
sha256: "1c6ccc877e480eee559987411ec5242cecc088d45fc821f0d8aec98bbf4f210e"
332+
sha256: cd111914562ca2b938afbc73f715fab1f37795cc053924d08f6de59878781388
333333
url: "https://pub.dev"
334334
source: hosted
335-
version: "2.3.1"
335+
version: "2.3.2"
336336
http:
337337
dependency: transitive
338338
description:
@@ -433,10 +433,10 @@ packages:
433433
dependency: "direct main"
434434
description:
435435
name: nylo_support
436-
sha256: d1d81869fcfd04ed296d49003f349a1494d1a7cab74bab0e48928391df0da227
436+
sha256: "6a2a28f486e2a595246b0a4d0653e1e8fd5f92a3d2d6f7ec4747e85eeef38221"
437437
url: "https://pub.dev"
438438
source: hosted
439-
version: "6.31.0"
439+
version: "6.32.0"
440440
path:
441441
dependency: transitive
442442
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.10
3+
version: 6.8.11
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.31.0
20+
nylo_support: ^6.32.0
2121
theme_provider: ^0.6.0
2222
flutter_secure_storage: ^9.2.4
2323
skeletonizer: ^2.0.1

0 commit comments

Comments
 (0)