File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.6.1
2
+
3
+ - Update dependencies
4
+ - New and improved example template
5
+ - Fix CLI arguments / interactive mode hiccups
6
+ - Improve parameter validation
7
+
1
8
## 0.6.0
2
9
3
10
- Upgraded to Flame v1.11.0
4
-
11
+
5
12
## 0.5.0
6
13
7
14
- Upgraded to mason 0.1.0-dev.34
Original file line number Diff line number Diff line change 1
1
// This file is generated. Do not manually edit.
2
- String igniteVersion = '0.6.0 ' ;
2
+ String igniteVersion = '0.6.1 ' ;
3
3
Original file line number Diff line number Diff line change 1
1
name : ignite_cli
2
2
description : Ignite your projects with flame; a CLI scaffolding tool to create and setup your Flame projects
3
- version : 0.6.0
3
+ version : 0.6.1
4
4
repository : https://github.com/flame-engine/ignite-cli
5
5
6
6
# Add the bin/ignite.dart script to the scripts pub installs
@@ -27,4 +27,4 @@ dev_dependencies:
27
27
dartdoc : ^8.0.2
28
28
flame_lint : ^1.3.0
29
29
mason_cli : ^0.1.2
30
- test : ^1.24.9
30
+ test : ^1.24.9
You can’t perform that action at this time.
0 commit comments