diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c7a42d..7f25a03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [5.3.7] - 2023-09-22 + +* Update pubspec.yaml + ## [5.3.6] - 2023-09-14 * Update pubspec.yaml diff --git a/example/pubspec.lock b/example/pubspec.lock index 5f8f9de..54f6055 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -61,10 +61,10 @@ packages: dependency: transitive description: name: dio - sha256: ce75a1b40947fea0a0e16ce73337122a86762e38b982e1ccb909daa3b9bc4197 + sha256: "417e2a6f9d83ab396ec38ff4ea5da6c254da71e4db765ad737a42af6930140b7" url: "https://pub.dev" source: hosted - version: "5.3.2" + version: "5.3.3" equatable: dependency: transitive description: @@ -251,15 +251,15 @@ packages: path: ".." relative: true source: path - version: "5.3.6" + version: "5.3.7" nylo_support: dependency: transitive description: name: nylo_support - sha256: e976dbc728ea5d730be4b598863f7b1a076a471a7bf81116c5acdf845fe9044a + sha256: "232be435d62d2840c4b7639408e3fd5b6985bb7ccb76abce30246846badfb50c" url: "https://pub.dev" source: hosted - version: "5.9.0" + version: "5.9.1" page_transition: dependency: transitive description: @@ -344,10 +344,10 @@ packages: dependency: transitive description: name: pull_to_refresh_flutter3 - sha256: "223a6241067162dc15cf8c46c05af998ce7aa85e0703d8f696101eb1b5629d76" + sha256: "37a88d901cca9a46dbdd46523de8e7b35a3e58634a0e775b1a5904981f69b353" url: "https://pub.dev" source: hosted - version: "2.0.1" + version: "2.0.2" recase: dependency: transitive description: diff --git a/lib/nylo_framework.dart b/lib/nylo_framework.dart index 93bcb50..337c5f9 100644 --- a/lib/nylo_framework.dart +++ b/lib/nylo_framework.dart @@ -36,4 +36,4 @@ export 'package:nylo_support/widgets/ny_list_view.dart'; export 'package:dio/dio.dart'; /// Nylo version -const String nyloVersion = 'v5.3.6'; +const String nyloVersion = 'v5.3.7'; diff --git a/pubspec.lock b/pubspec.lock index c8af9e4..5212c54 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -61,10 +61,10 @@ packages: dependency: "direct main" description: name: dio - sha256: ce75a1b40947fea0a0e16ce73337122a86762e38b982e1ccb909daa3b9bc4197 + sha256: "417e2a6f9d83ab396ec38ff4ea5da6c254da71e4db765ad737a42af6930140b7" url: "https://pub.dev" source: hosted - version: "5.3.2" + version: "5.3.3" equatable: dependency: transitive description: @@ -249,10 +249,10 @@ packages: dependency: "direct main" description: name: nylo_support - sha256: e976dbc728ea5d730be4b598863f7b1a076a471a7bf81116c5acdf845fe9044a + sha256: "232be435d62d2840c4b7639408e3fd5b6985bb7ccb76abce30246846badfb50c" url: "https://pub.dev" source: hosted - version: "5.9.0" + version: "5.9.1" page_transition: dependency: "direct main" description: @@ -337,10 +337,10 @@ packages: dependency: transitive description: name: pull_to_refresh_flutter3 - sha256: "223a6241067162dc15cf8c46c05af998ce7aa85e0703d8f696101eb1b5629d76" + sha256: "37a88d901cca9a46dbdd46523de8e7b35a3e58634a0e775b1a5904981f69b353" url: "https://pub.dev" source: hosted - version: "2.0.1" + version: "2.0.2" recase: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 32ff516..ae0c8ac 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.3.6 +version: 5.3.7 homepage: https://nylo.dev repository: https://github.com/nylo-core/framework/tree/5.x issue_tracker: https://github.com/nylo-core/framework/issues @@ -15,9 +15,9 @@ environment: sdk: '>=2.14.0 <4.0.0' dependencies: - dio: ^5.2.1+1 + dio: ^5.3.3 flutter_dotenv: ^5.1.0 - nylo_support: ^5.9.0 + nylo_support: ^5.9.1 theme_provider: ^0.6.0 page_transition: ^2.1.0 collection: ^1.17.1