Skip to content

Commit

Permalink
v6.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Jan 5, 2025
1 parent 0a3d292 commit 0f85361
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [6.5.4] - 2025-01-06

* Update pubspec.yaml

## [6.5.3] - 2025-01-04

* Update route guard stub
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -419,15 +419,15 @@ packages:
path: ".."
relative: true
source: path
version: "6.5.3"
version: "6.5.4"
nylo_support:
dependency: transitive
description:
name: nylo_support
sha256: "147b6c332042f3fde89a1eca43e1fa5f78269c2b3fda8a0af40843b9eefe5ea2"
sha256: "353a339f1891f48dc6941d40d098b46960d46243559fc52e932e76f0597d0de9"
url: "https://pub.dev"
source: hosted
version: "6.14.3"
version: "6.14.4"
path:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion lib/nylo_framework.dart
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ export 'package:date_field/date_field.dart';
export 'package:dio/dio.dart';

/// Nylo version
const String nyloVersion = 'v6.5.3';
const String nyloVersion = 'v6.5.4';
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -433,10 +433,10 @@ packages:
dependency: "direct main"
description:
name: nylo_support
sha256: "147b6c332042f3fde89a1eca43e1fa5f78269c2b3fda8a0af40843b9eefe5ea2"
sha256: "353a339f1891f48dc6941d40d098b46960d46243559fc52e932e76f0597d0de9"
url: "https://pub.dev"
source: hosted
version: "6.14.3"
version: "6.14.4"
path:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nylo_framework
description: Micro-framework for Flutter that's built to simplify app development for Flutter projects.
version: 6.5.3
version: 6.5.4
homepage: https://nylo.dev
repository: https://github.com/nylo-core/framework/tree/6.x
issue_tracker: https://github.com/nylo-core/framework/issues
Expand All @@ -17,7 +17,7 @@ environment:

dependencies:
flutter_dotenv: ^5.2.1
nylo_support: ^6.14.3
nylo_support: ^6.14.4
theme_provider: ^0.6.0
flutter_secure_storage: ^9.2.3
dart_console: ^4.1.1
Expand Down

0 comments on commit 0f85361

Please sign in to comment.