Skip to content

Commit

Permalink
v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Jul 2, 2023
1 parent 8452732 commit a32c75f
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.1.1] - 2023-07-03

* Pubspec.yaml dependency updates.

## [5.1.0] - 2023-06-17

* Breaking change to validation.
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Expand Up @@ -283,15 +283,15 @@ packages:
path: ".."
relative: true
source: path
version: "5.0.6"
version: "5.1.1"
nylo_support:
dependency: transitive
description:
name: nylo_support
sha256: "7324d3fccb315619a28ce292d15f8ac1150aa6111faddbf1de991305fdf80479"
sha256: "09c5eace0c4fa4cef5148b3b7820fd0a8b24154c964c34c1396372315ef815d6"
url: "https://pub.dev"
source: hosted
version: "5.3.0"
version: "5.3.1"
package_config:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion lib/nylo_framework.dart
Expand Up @@ -31,4 +31,4 @@ export 'package:page_transition/page_transition.dart';
export 'package:dio/dio.dart';

/// Nylo version
const String nyloVersion = 'v5.1.0';
const String nyloVersion = 'v5.1.1';
4 changes: 2 additions & 2 deletions pubspec.lock
Expand Up @@ -281,10 +281,10 @@ packages:
dependency: "direct main"
description:
name: nylo_support
sha256: "7324d3fccb315619a28ce292d15f8ac1150aa6111faddbf1de991305fdf80479"
sha256: "09c5eace0c4fa4cef5148b3b7820fd0a8b24154c964c34c1396372315ef815d6"
url: "https://pub.dev"
source: hosted
version: "5.3.0"
version: "5.3.1"
package_config:
dependency: transitive
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.1.0
version: 5.1.1
homepage: https://nylo.dev
repository: https://github.com/nylo-core/framework
issue_tracker: https://github.com/nylo-core/framework/issues
Expand All @@ -12,7 +12,7 @@ environment:
dependencies:
dio: ^5.2.1+1
flutter_dotenv: ^5.1.0
nylo_support: ^5.3.0
nylo_support: ^5.3.1
theme_provider: ^0.6.0
json_dart_generator: ^1.1.0+1
page_transition: ^2.0.9
Expand Down

0 comments on commit a32c75f

Please sign in to comment.