File tree Expand file tree Collapse file tree 5 files changed +12
-8
lines changed
Expand file tree Collapse file tree 5 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1+ ## [ 6.6.1] - 2025-02-28
2+
3+ * Update pubspec.yaml
4+
15## [ 6.6.0] - 2025-02-27
26
37* Update Form stub to include ` submitButton `
Original file line number Diff line number Diff line change @@ -419,15 +419,15 @@ packages:
419419 path: ".."
420420 relative: true
421421 source: path
422- version: "6.6.0 "
422+ version: "6.6.1 "
423423 nylo_support:
424424 dependency: transitive
425425 description:
426426 name: nylo_support
427- sha256: "6be0333f52b24658bda8223a5748e2ac0334ecc7622b616437c97286cb64d1f4 "
427+ sha256: "9f224d7bbdd75c05283339b9ee33df103deed345e9223990b759bbffdfef00bf "
428428 url: "https://pub.dev"
429429 source: hosted
430- version: "6.20.0 "
430+ version: "6.20.1 "
431431 path:
432432 dependency: transitive
433433 description:
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ export 'package:date_field/date_field.dart';
2929export 'package:dio/dio.dart' ;
3030
3131/// Nylo version
32- const String nyloVersion = 'v6.6.0 ' ;
32+ const String nyloVersion = 'v6.6.1 ' ;
Original file line number Diff line number Diff line change @@ -433,10 +433,10 @@ packages:
433433 dependency: "direct main"
434434 description:
435435 name: nylo_support
436- sha256: "6be0333f52b24658bda8223a5748e2ac0334ecc7622b616437c97286cb64d1f4 "
436+ sha256: "9f224d7bbdd75c05283339b9ee33df103deed345e9223990b759bbffdfef00bf "
437437 url: "https://pub.dev"
438438 source: hosted
439- version: "6.20.0 "
439+ version: "6.20.1 "
440440 path:
441441 dependency: transitive
442442 description:
Original file line number Diff line number Diff line change 11name : nylo_framework
22description : Micro-framework for Flutter that's built to simplify app development for Flutter projects.
3- version : 6.6.0
3+ version : 6.6.1
44homepage : https://nylo.dev
55repository : https://github.com/nylo-core/framework/tree/6.x
66issue_tracker : https://github.com/nylo-core/framework/issues
@@ -17,7 +17,7 @@ environment:
1717
1818dependencies :
1919 flutter_dotenv : ^5.2.1
20- nylo_support : ^6.20.0
20+ nylo_support : ^6.20.1
2121 theme_provider : ^0.6.0
2222 flutter_secure_storage : ^9.2.4
2323 dart_console : ^4.1.1
You can’t perform that action at this time.
0 commit comments