Skip to content

Commit

Permalink
v6.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
agordn52 committed Dec 19, 2024
1 parent 6364f10 commit cc170e0
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [6.4.3] - 2024-12-19

* Update pubspec.yaml

## [6.4.2] - 2024-12-18

* Update pubspec.yaml
Expand Down
10 changes: 5 additions & 5 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ packages:
dependency: transitive
description:
name: date_field
sha256: "8926b9d02f3f93cb3022255d81692be201f2fcf47313ad6ea3461f47142f0cf8"
sha256: "921246e5e8fb8e22c82e234de48dde27f9c739071a38dac666258909fd2f7b14"
url: "https://pub.dev"
source: hosted
version: "5.3.4"
version: "6.0.0"
dbus:
dependency: transitive
description:
Expand Down Expand Up @@ -419,15 +419,15 @@ packages:
path: ".."
relative: true
source: path
version: "6.4.1"
version: "6.4.3"
nylo_support:
dependency: transitive
description:
name: nylo_support
sha256: "57c0788f8d611e72e03ab9bcf5858dca8d361d5283a67acd2f15e23d272f553c"
sha256: "8cf336cc88682b188c547760a9a2568a863698ff4edd5b6f7c99756533bb291a"
url: "https://pub.dev"
source: hosted
version: "6.12.0"
version: "6.12.1"
path:
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 @@ -68,4 +68,4 @@ export 'package:date_field/date_field.dart';
export 'package:dio/dio.dart';

/// Nylo version
const String nyloVersion = 'v6.4.2';
const String nyloVersion = 'v6.4.3';
8 changes: 4 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ packages:
dependency: "direct main"
description:
name: date_field
sha256: "8926b9d02f3f93cb3022255d81692be201f2fcf47313ad6ea3461f47142f0cf8"
sha256: "921246e5e8fb8e22c82e234de48dde27f9c739071a38dac666258909fd2f7b14"
url: "https://pub.dev"
source: hosted
version: "5.3.4"
version: "6.0.0"
dbus:
dependency: transitive
description:
Expand Down Expand Up @@ -433,10 +433,10 @@ packages:
dependency: "direct main"
description:
name: nylo_support
sha256: "57c0788f8d611e72e03ab9bcf5858dca8d361d5283a67acd2f15e23d272f553c"
sha256: "8cf336cc88682b188c547760a9a2568a863698ff4edd5b6f7c99756533bb291a"
url: "https://pub.dev"
source: hosted
version: "6.12.0"
version: "6.12.1"
path:
dependency: transitive
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: 6.4.2
version: 6.4.3
homepage: https://nylo.dev
repository: https://github.com/nylo-core/framework/tree/6.x
issue_tracker: https://github.com/nylo-core/framework/issues
Expand All @@ -17,7 +17,7 @@ environment:

dependencies:
flutter_dotenv: ^5.2.1
nylo_support: ^6.12.0
nylo_support: ^6.12.1
theme_provider: ^0.6.0
flutter_secure_storage: ^9.2.2
dart_console: ^4.1.1
Expand All @@ -27,7 +27,7 @@ dependencies:
dio: ^5.7.0
recase: ^4.1.0
error_stack: ^1.9.0
date_field: ^5.3.4
date_field: ^6.0.0
flutter:
sdk: flutter

Expand Down

0 comments on commit cc170e0

Please sign in to comment.