Skip to content

Commit

Permalink
v5.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Jun 6, 2024
1 parent d6dda6b commit 8b03523
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [5.28.2] - 2024-06-06

* Update pubspec.yaml

## [5.28.1] - 2024-06-05

* Dart format
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -291,15 +291,15 @@ packages:
path: ".."
relative: true
source: path
version: "5.28.1"
version: "5.28.2"
nylo_support:
dependency: transitive
description:
name: nylo_support
sha256: ceb9dab1df97cb75bd0e0d48211413852b81ba146cdb48ee57b757b650127f92
sha256: "386018753053a9ec44a3d185494aa28ef8bef96d19794c2e5a11beecfb775a53"
url: "https://pub.dev"
source: hosted
version: "5.70.0"
version: "5.71.0"
page_transition:
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 @@ -47,4 +47,4 @@ export 'package:dio/dio.dart';
export 'package:flutter_secure_storage/flutter_secure_storage.dart';

/// Nylo version
const String nyloVersion = 'v5.28.1';
const String nyloVersion = 'v5.28.2';
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,10 @@ packages:
dependency: "direct main"
description:
name: nylo_support
sha256: ceb9dab1df97cb75bd0e0d48211413852b81ba146cdb48ee57b757b650127f92
sha256: "386018753053a9ec44a3d185494aa28ef8bef96d19794c2e5a11beecfb775a53"
url: "https://pub.dev"
source: hosted
version: "5.70.0"
version: "5.71.0"
page_transition:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 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.28.1
version: 5.28.2
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:
flutter_dotenv: ^5.1.0
nylo_support: ^5.70.0
nylo_support: ^5.71.0
theme_provider: ^0.6.0
page_transition: ^2.1.0
flutter_secure_storage: ^9.2.2
Expand Down

0 comments on commit 8b03523

Please sign in to comment.