diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f4b7c8..c0ea27c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [5.22.2] - 2024-03-18 + +* Update pubspec.yaml + ## [5.22.1] - 2024-03-18 * Update pubspec.yaml diff --git a/example/pubspec.lock b/example/pubspec.lock index 4096dbd..d8ab948 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -291,15 +291,15 @@ packages: path: ".." relative: true source: path - version: "5.22.1" + version: "5.22.2" nylo_support: dependency: transitive description: name: nylo_support - sha256: "327de2993fcacd495f7c04d5722911493279426aa491d99cc9b46d7033cba874" + sha256: "2927b62a1dfbed8e85847e9460d0b8bcca3ec61b4d72318f3835dbbad6980fb0" url: "https://pub.dev" source: hosted - version: "5.56.0" + version: "5.56.1" page_transition: dependency: transitive description: diff --git a/lib/nylo_framework.dart b/lib/nylo_framework.dart index 971b9ff..ba487a3 100644 --- a/lib/nylo_framework.dart +++ b/lib/nylo_framework.dart @@ -45,4 +45,4 @@ export 'package:skeletonizer/skeletonizer.dart'; export 'package:dio/dio.dart'; /// Nylo version -const String nyloVersion = 'v5.22.1'; +const String nyloVersion = 'v5.22.2'; diff --git a/pubspec.lock b/pubspec.lock index c58e6c2..16605db 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -289,10 +289,10 @@ packages: dependency: "direct main" description: name: nylo_support - sha256: "327de2993fcacd495f7c04d5722911493279426aa491d99cc9b46d7033cba874" + sha256: "2927b62a1dfbed8e85847e9460d0b8bcca3ec61b4d72318f3835dbbad6980fb0" url: "https://pub.dev" source: hosted - version: "5.56.0" + version: "5.56.1" page_transition: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index d499d01..c7dff4e 100644 --- a/pubspec.yaml +++ b/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.22.1 +version: 5.22.2 homepage: https://nylo.dev repository: https://github.com/nylo-core/framework/tree/5.x issue_tracker: https://github.com/nylo-core/framework/issues @@ -17,7 +17,7 @@ environment: dependencies: flutter_dotenv: ^5.1.0 - nylo_support: ^5.56.0 + nylo_support: ^5.56.1 theme_provider: ^0.6.0 page_transition: ^2.1.0 cli_dialog: ^0.5.0