Skip to content

Commit

Permalink
v5.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Sep 15, 2023
1 parent 2b3f1f8 commit 274e948
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 19 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.6] - 2023-09-14

* Update pubspec.yaml

## [5.3.5] - 2023-08-31

* Update pubspec.yaml
Expand Down
16 changes: 8 additions & 8 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ packages:
dependency: transitive
description:
name: animate_do
sha256: "9aeacc1a7238f971c039bdf45d13c628be554a242e0251c4ddda09d19a1a923f"
sha256: "91b3e0306ba2096c7a7e1ee1ba96f491e25e92034c215f4bf8de6a7251c4bef1"
url: "https://pub.dev"
source: hosted
version: "3.0.2"
version: "3.1.2"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -251,23 +251,23 @@ packages:
path: ".."
relative: true
source: path
version: "5.3.5"
version: "5.3.6"
nylo_support:
dependency: transitive
description:
name: nylo_support
sha256: "45cf84bec9cbeb9b28fe9429a179cd752df7844c0125051c684d6f38ae83e6e6"
sha256: e976dbc728ea5d730be4b598863f7b1a076a471a7bf81116c5acdf845fe9044a
url: "https://pub.dev"
source: hosted
version: "5.8.2"
version: "5.9.0"
page_transition:
dependency: transitive
description:
name: page_transition
sha256: a7694bc120b7064a7f57c336914bb8885acf4f70bb3772c30c2fcfe6a85e43ff
sha256: dee976b1f23de9bbef5cd512fe567e9f6278caee11f5eaca9a2115c19dc49ef6
url: "https://pub.dev"
source: hosted
version: "2.0.9"
version: "2.1.0"
path:
dependency: transitive
description:
Expand Down Expand Up @@ -530,5 +530,5 @@ packages:
source: hosted
version: "1.0.2"
sdks:
dart: ">=3.1.0-185.0.dev <4.0.0"
dart: ">=3.1.0 <4.0.0"
flutter: ">=3.7.0"
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.5';
const String nyloVersion = 'v5.3.6';
14 changes: 7 additions & 7 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ packages:
dependency: transitive
description:
name: animate_do
sha256: "9aeacc1a7238f971c039bdf45d13c628be554a242e0251c4ddda09d19a1a923f"
sha256: "91b3e0306ba2096c7a7e1ee1ba96f491e25e92034c215f4bf8de6a7251c4bef1"
url: "https://pub.dev"
source: hosted
version: "3.0.2"
version: "3.1.2"
args:
dependency: "direct main"
description:
Expand Down Expand Up @@ -249,18 +249,18 @@ packages:
dependency: "direct main"
description:
name: nylo_support
sha256: "45cf84bec9cbeb9b28fe9429a179cd752df7844c0125051c684d6f38ae83e6e6"
sha256: e976dbc728ea5d730be4b598863f7b1a076a471a7bf81116c5acdf845fe9044a
url: "https://pub.dev"
source: hosted
version: "5.8.2"
version: "5.9.0"
page_transition:
dependency: "direct main"
description:
name: page_transition
sha256: a7694bc120b7064a7f57c336914bb8885acf4f70bb3772c30c2fcfe6a85e43ff
sha256: dee976b1f23de9bbef5cd512fe567e9f6278caee11f5eaca9a2115c19dc49ef6
url: "https://pub.dev"
source: hosted
version: "2.0.9"
version: "2.1.0"
path:
dependency: transitive
description:
Expand Down Expand Up @@ -523,5 +523,5 @@ packages:
source: hosted
version: "1.0.2"
sdks:
dart: ">=3.1.0-185.0.dev <4.0.0"
dart: ">=3.1.0 <4.0.0"
flutter: ">=3.7.0"
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.5
version: 5.3.6
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 @@ -17,9 +17,9 @@ environment:
dependencies:
dio: ^5.2.1+1
flutter_dotenv: ^5.1.0
nylo_support: ^5.8.2
nylo_support: ^5.9.0
theme_provider: ^0.6.0
page_transition: ^2.0.9
page_transition: ^2.1.0
collection: ^1.17.1
args: ^2.4.2
recase: ^4.1.0
Expand Down

0 comments on commit 274e948

Please sign in to comment.