Skip to content

Commit

Permalink
v5.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Jan 2, 2024
1 parent bca823f commit 76a506f
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 @@
## [5.18.0] - 2024-01-01

* Update pubspec.yaml

## [5.17.0] - 2024-01-01

* Metro cli improvements
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -251,15 +251,15 @@ packages:
path: ".."
relative: true
source: path
version: "5.17.0"
version: "5.18.0"
nylo_support:
dependency: transitive
description:
name: nylo_support
sha256: "3bb7b0c16cc477d4f85217d6dae881f17f671c5d45f62063f48b5634162610ba"
sha256: "2cdc6b633f6055fe763366ef9214682c8ddee08fd4ada7ff9dadf61e7e335098"
url: "https://pub.dev"
source: hosted
version: "5.24.0"
version: "5.25.0"
page_transition:
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 @@ -42,4 +42,4 @@ export 'package:nylo_support/networking/ny_base_api_service.dart';
export 'package:dio/dio.dart';

/// Nylo version
const String nyloVersion = 'v5.17.0';
const String nyloVersion = 'v5.18.0';
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,10 @@ packages:
dependency: "direct main"
description:
name: nylo_support
sha256: "3bb7b0c16cc477d4f85217d6dae881f17f671c5d45f62063f48b5634162610ba"
sha256: "2cdc6b633f6055fe763366ef9214682c8ddee08fd4ada7ff9dadf61e7e335098"
url: "https://pub.dev"
source: hosted
version: "5.24.0"
version: "5.25.0"
page_transition:
dependency: "direct main"
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: 5.17.0
version: 5.18.0
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 @@ -16,7 +16,7 @@ environment:

dependencies:
flutter_dotenv: ^5.1.0
nylo_support: ^5.24.0
nylo_support: ^5.25.0
theme_provider: ^0.6.0
page_transition: ^2.1.0
cli_dialog: ^0.5.0
Expand Down

0 comments on commit 76a506f

Please sign in to comment.