Skip to content

Commit

Permalink
v5.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Aug 31, 2023
1 parent c425a04 commit 2b3f1f8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## [5.3.5] - 2023-08-31

* Update pubspec.yaml

## [5.3.4] - 2023-08-31

* Update pubspec.yaml
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Expand Up @@ -251,15 +251,15 @@ packages:
path: ".."
relative: true
source: path
version: "5.3.4"
version: "5.3.5"
nylo_support:
dependency: transitive
description:
name: nylo_support
sha256: "6bba2c52a5559c802e29908fd1a4e4af32756f09bb917c95859fc17571c915bc"
sha256: "45cf84bec9cbeb9b28fe9429a179cd752df7844c0125051c684d6f38ae83e6e6"
url: "https://pub.dev"
source: hosted
version: "5.8.1"
version: "5.8.2"
page_transition:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion lib/nylo_framework.dart
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.4';
const String nyloVersion = 'v5.3.5';
4 changes: 2 additions & 2 deletions pubspec.lock
Expand Up @@ -249,10 +249,10 @@ packages:
dependency: "direct main"
description:
name: nylo_support
sha256: "6bba2c52a5559c802e29908fd1a4e4af32756f09bb917c95859fc17571c915bc"
sha256: "45cf84bec9cbeb9b28fe9429a179cd752df7844c0125051c684d6f38ae83e6e6"
url: "https://pub.dev"
source: hosted
version: "5.8.1"
version: "5.8.2"
page_transition:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 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.3.4
version: 5.3.5
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,7 +17,7 @@ environment:
dependencies:
dio: ^5.2.1+1
flutter_dotenv: ^5.1.0
nylo_support: ^5.8.1
nylo_support: ^5.8.2
theme_provider: ^0.6.0
page_transition: ^2.0.9
collection: ^1.17.1
Expand Down

0 comments on commit 2b3f1f8

Please sign in to comment.