Skip to content

Commit

Permalink
v5.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Sep 22, 2023
1 parent 274e948 commit 14cbb75
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [5.3.7] - 2023-09-22

* Update pubspec.yaml

## [5.3.6] - 2023-09-14

* Update pubspec.yaml
Expand Down
14 changes: 7 additions & 7 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion lib/nylo_framework.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 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.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
Expand All @@ -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
Expand Down

0 comments on commit 14cbb75

Please sign in to comment.