Skip to content

Commit

Permalink
v5.24.5
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Mar 31, 2024
1 parent 5508838 commit bad39fc
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## [5.24.5] - 2024-03-31

* Update pubspec.yaml

## [5.24.4] - 2024-03-30

* Update pubspec.yaml
Expand Down
9 changes: 5 additions & 4 deletions example/pubspec.lock
Expand Up @@ -291,13 +291,14 @@ packages:
path: ".."
relative: true
source: path
version: "5.24.4"
version: "5.24.5"
nylo_support:
dependency: transitive
description:
path: "../../support"
relative: true
source: path
name: nylo_support
sha256: "1bdbea11f84a537db9a6344fc2e2c0521385a67a932b574676791100d7beda45"
url: "https://pub.dev"
source: hosted
version: "5.61.0"
page_transition:
dependency: transitive
Expand Down
2 changes: 1 addition & 1 deletion lib/nylo_framework.dart
Expand Up @@ -45,4 +45,4 @@ export 'package:skeletonizer/skeletonizer.dart';
export 'package:dio/dio.dart';

/// Nylo version
const String nyloVersion = 'v5.24.4';
const String nyloVersion = 'v5.24.5';
7 changes: 4 additions & 3 deletions pubspec.lock
Expand Up @@ -288,9 +288,10 @@ packages:
nylo_support:
dependency: "direct main"
description:
path: "../support"
relative: true
source: path
name: nylo_support
sha256: "1bdbea11f84a537db9a6344fc2e2c0521385a67a932b574676791100d7beda45"
url: "https://pub.dev"
source: hosted
version: "5.61.0"
page_transition:
dependency: "direct main"
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
@@ -1,6 +1,6 @@
name: nylo_framework
description: Micro-framework for Flutter that's built to simplify app development for Flutter projects.
version: 5.24.4
version: 5.24.5
homepage: https://nylo.dev
repository: https://github.com/nylo-core/framework/tree/5.x
issue_tracker: https://github.com/nylo-core/framework/issues
Expand All @@ -17,7 +17,7 @@ environment:

dependencies:
flutter_dotenv: ^5.1.0
nylo_support: ^5.60.1
nylo_support: ^5.61.0
theme_provider: ^0.6.0
page_transition: ^2.1.0
cli_dialog: ^0.5.0
Expand Down

0 comments on commit bad39fc

Please sign in to comment.