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+ ## [ 5.32.4] - 2024-07-09
2+
3+ * Update pubspec.yaml
4+
15## [ 5.32.3] - 2024-07-09
26
37* Update pubspec.yaml
Original file line number Diff line number Diff line change @@ -339,15 +339,15 @@ packages:
339339 path: ".."
340340 relative: true
341341 source: path
342- version: "5.32.3 "
342+ version: "5.32.4 "
343343 nylo_support:
344344 dependency: transitive
345345 description:
346346 name: nylo_support
347- sha256: "85abb05da3a2febbe75bf0709d193e099a131e1c7239ad95c0930896606f83fd "
347+ sha256: "8431e9047e72f887cea104c657093e41cc4e73ccb7c77ace15664146cc43a79b "
348348 url: "https://pub.dev"
349349 source: hosted
350- version: "5.81.1 "
350+ version: "5.81.2 "
351351 page_transition:
352352 dependency: transitive
353353 description:
Original file line number Diff line number Diff line change @@ -50,4 +50,4 @@ export 'package:date_field/date_field.dart';
5050export 'package:dio/dio.dart' ;
5151
5252/// Nylo version
53- const String nyloVersion = 'v5.32.3 ' ;
53+ const String nyloVersion = 'v5.32.4 ' ;
Original file line number Diff line number Diff line change @@ -337,10 +337,10 @@ packages:
337337 dependency: "direct main"
338338 description:
339339 name: nylo_support
340- sha256: "85abb05da3a2febbe75bf0709d193e099a131e1c7239ad95c0930896606f83fd "
340+ sha256: "8431e9047e72f887cea104c657093e41cc4e73ccb7c77ace15664146cc43a79b "
341341 url: "https://pub.dev"
342342 source: hosted
343- version: "5.81.1 "
343+ version: "5.81.2 "
344344 page_transition:
345345 dependency: "direct main"
346346 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 : 5.32.3
3+ version : 5.32.4
44homepage : https://nylo.dev
55repository : https://github.com/nylo-core/framework/tree/5.x
66issue_tracker : https://github.com/nylo-core/framework/issues
@@ -17,7 +17,7 @@ environment:
1717
1818dependencies :
1919 flutter_dotenv : ^5.1.0
20- nylo_support : ^5.81.1
20+ nylo_support : ^5.81.2
2121 theme_provider : ^0.6.0
2222 page_transition : ^2.1.0
2323 flutter_secure_storage : ^9.2.2
You can’t perform that action at this time.
0 commit comments