Skip to content

Commit ac9685c

Browse files
committed
v6.7.2
1 parent 695216e commit ac9685c

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [6.7.2] - 2025-04-09
2+
3+
* Update command stub
4+
15
## [6.7.1] - 2025-04-09
26

37
* Update `builder` in NyCustomCommand class

lib/metro/stubs/custom_command_stub.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ class _${customCommand.pascalCase}Command extends NyCustomCommand {
1717
_${customCommand.pascalCase}Command(super.arguments);
1818
1919
@override
20-
CommandBuilder get builder {
21-
final command = CommandBuilder();
22-
20+
CommandBuilder builder(CommandBuilder command) {
2321
/// Example adding flags and options
2422
// command.addFlag('verbose', abbr: 'v', defaultValue: false);
2523
// command.addOption('version', defaultValue: '1.0.0');

lib/nylo_framework.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ export 'package:date_field/date_field.dart';
2929
export 'package:dio/dio.dart';
3030

3131
/// Nylo version
32-
const String nyloVersion = 'v6.7.1';
32+
const String nyloVersion = 'v6.7.2';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nylo_framework
22
description: Micro-framework for Flutter that's built to simplify app development for Flutter projects.
3-
version: 6.7.1
3+
version: 6.7.2
44
homepage: https://nylo.dev
55
repository: https://github.com/nylo-core/framework/tree/6.x
66
issue_tracker: https://github.com/nylo-core/framework/issues

0 commit comments

Comments
 (0)