Skip to content

Commit

Permalink
v5.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Dec 25, 2023
1 parent 9f3c73c commit a15823a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## [5.16.0] - 2023-12-25

* Update pubspec.yaml

## [5.15.0] - 2023-12-09

* Export new `ny_route_history_observer.dart` file
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Expand Up @@ -235,15 +235,15 @@ packages:
path: ".."
relative: true
source: path
version: "5.15.0"
version: "5.16.0"
nylo_support:
dependency: transitive
description:
name: nylo_support
sha256: f27dd076c93d036a2cd298428f3c240c3a8f466a0feb1bffc6134b5ea7d9232b
sha256: "8860d620bc0de49b5f0fee22d7391a6ad240fe4bc5737f1a9287bcd5d82d3e71"
url: "https://pub.dev"
source: hosted
version: "5.22.0"
version: "5.23.0"
page_transition:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion lib/nylo_framework.dart
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.15.0';
const String nyloVersion = 'v5.16.0';
4 changes: 2 additions & 2 deletions pubspec.lock
Expand Up @@ -233,10 +233,10 @@ packages:
dependency: "direct main"
description:
name: nylo_support
sha256: f27dd076c93d036a2cd298428f3c240c3a8f466a0feb1bffc6134b5ea7d9232b
sha256: "8860d620bc0de49b5f0fee22d7391a6ad240fe4bc5737f1a9287bcd5d82d3e71"
url: "https://pub.dev"
source: hosted
version: "5.22.0"
version: "5.23.0"
page_transition:
dependency: "direct main"
description:
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.15.0
version: 5.16.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.22.0
nylo_support: ^5.23.0
theme_provider: ^0.6.0
page_transition: ^2.1.0
collection: ^1.17.1
Expand Down

0 comments on commit a15823a

Please sign in to comment.