Skip to content

Commit

Permalink
v5.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Dec 1, 2023
1 parent 9339379 commit 8559ff3
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## [5.11.1] - 2023-12-01

* Update pubspec.yaml

## [5.11.0] - 2023-11-25

* Update pubspec.yaml
Expand Down
8 changes: 4 additions & 4 deletions example/pubspec.lock
Expand Up @@ -61,10 +61,10 @@ packages:
dependency: transitive
description:
name: dio
sha256: "01870acd87986f768e0c09cc4d7a19a59d814af7b34cbeb0b437d2c33bdfea4c"
sha256: "797e1e341c3dd2f69f2dad42564a6feff3bfb87187d05abb93b9609e6f1645c3"
url: "https://pub.dev"
source: hosted
version: "5.3.4"
version: "5.4.0"
equatable:
dependency: transitive
description:
Expand Down Expand Up @@ -240,10 +240,10 @@ packages:
dependency: transitive
description:
name: nylo_support
sha256: "5e7fc756c54e0b802fa502a3d33b3e286fdb1f8df442301818f409d81882ddb5"
sha256: "6e1f508b74beb6ee863b9cfba41179a9a68162387c881424aa447384418da5b3"
url: "https://pub.dev"
source: hosted
version: "5.17.0"
version: "5.18.1"
page_transition:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion lib/nylo_framework.dart
Expand Up @@ -41,4 +41,4 @@ export 'package:nylo_support/networking/ny_base_api_service.dart';
export 'package:dio/dio.dart';

/// Nylo version
const String nyloVersion = 'v5.11.0';
const String nyloVersion = 'v5.11.1';
8 changes: 4 additions & 4 deletions pubspec.lock
Expand Up @@ -61,10 +61,10 @@ packages:
dependency: "direct main"
description:
name: dio
sha256: "01870acd87986f768e0c09cc4d7a19a59d814af7b34cbeb0b437d2c33bdfea4c"
sha256: "797e1e341c3dd2f69f2dad42564a6feff3bfb87187d05abb93b9609e6f1645c3"
url: "https://pub.dev"
source: hosted
version: "5.3.4"
version: "5.4.0"
equatable:
dependency: transitive
description:
Expand Down Expand Up @@ -233,10 +233,10 @@ packages:
dependency: "direct main"
description:
name: nylo_support
sha256: "5e7fc756c54e0b802fa502a3d33b3e286fdb1f8df442301818f409d81882ddb5"
sha256: "6e1f508b74beb6ee863b9cfba41179a9a68162387c881424aa447384418da5b3"
url: "https://pub.dev"
source: hosted
version: "5.17.0"
version: "5.18.1"
page_transition:
dependency: "direct main"
description:
Expand Down
6 changes: 3 additions & 3 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.11.0
version: 5.11.1
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,12 +16,12 @@ environment:

dependencies:
flutter_dotenv: ^5.1.0
nylo_support: ^5.17.0
nylo_support: ^5.18.1
theme_provider: ^0.6.0
page_transition: ^2.1.0
collection: ^1.17.1
args: ^2.4.2
dio: ^5.3.4
dio: ^5.4.0
recase: ^4.1.0
flutter:
sdk: flutter
Expand Down

0 comments on commit 8559ff3

Please sign in to comment.