Skip to content

Commit

Permalink
deploy: prepare version
Browse files Browse the repository at this point in the history
  • Loading branch information
LeadcodeDev committed Jan 17, 2025
1 parent 220af8e commit b0ef46e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.0-dev.6
- Upgrade `core` dependency to `4.0.0-dev.9`

## 2.0.0-dev.5
- Upgrade `core` dependency to `4.0.0-dev.7`

Expand Down
2 changes: 1 addition & 1 deletion lib/src/domain/commands/make_command.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ final class MakeCommand implements CliCommandContract {
? Directory('lib')
: await _commander.select<Directory>(
'Where would you like to create the command ?',
options: Directory('src')
options: Directory('lib')
.listSync(recursive: true)
.whereType<Directory>()
.toList(),
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,10 @@ packages:
dependency: "direct main"
description:
name: mineral
sha256: "540c5c7eec221754e9369d5ee4db5a0deec776017f56323973655a1b9530fcb1"
sha256: "91387bbd9b023bd69b554dcaadc2efa5fbae0e441c14274d18a3b36f309719fa"
url: "https://pub.dev"
source: hosted
version: "4.0.0-dev.7"
version: "4.0.0-dev.9"
node_preamble:
dependency: transitive
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: mineral_cli
description: The official Mineral framework command line interface.
version: 2.0.0-dev.5
version: 2.0.0-dev.6
repository: https://github.com/mineral-dart/cli

executables:
Expand All @@ -16,7 +16,7 @@ dependencies:
commander_ui: ^2.4.0
dart_style: ^2.3.7
mansion: ^0.1.0
mineral: ^4.0.0-dev.7
mineral: ^4.0.0-dev.9
path: ^1.9.0
recase: ^4.1.0
yaml: ^3.1.2
Expand Down

0 comments on commit b0ef46e

Please sign in to comment.