This repository was archived by the owner on May 31, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
3
## 0.2.0
4
- - TODO:
4
+ - All templates updated to the latest package versions!
5
+ - Template ids have now changed to help organize them into categories. So, all
6
+ the web related templates start with ` web- ` : ` web-simple ` , ` web-full ` , and
7
+ ` web-polymer ` .
5
8
6
9
## 0.1.5+5
7
10
Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ Please file reports on the
62
62
63
63
## Contributing
64
64
65
- Contributions welcome! Please read this short [ guide] ( https://github.com/google/stagehand/wiki/Contributing ) first.
65
+ Contributions welcome! Please read this short
66
+ [ guide] ( https://github.com/google/stagehand/wiki/Contributing ) first.
66
67
67
68
## Analytics and crash reports
68
69
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import 'package:usage/usage_io.dart';
19
19
const String APP_NAME = 'stagehand' ;
20
20
21
21
// This version must be updated in tandem with the pubspec version.
22
- const String APP_VERSION = '0.2.0-dev1 ' ;
22
+ const String APP_VERSION = '0.2.0' ;
23
23
24
24
const String APP_PUB_INFO =
25
25
'https://pub.dartlang.org/packages/${APP_NAME }.json' ;
Original file line number Diff line number Diff line change 4
4
5
5
name : stagehand
6
6
# When changing this version, change the lib/src/cli_app.dart version as well.
7
- version : 0.2.0-dev1
7
+ version : 0.2.0
8
8
description : >
9
9
A scaffolding generator for your Dart projects. Stagehand helps you get set
10
10
up!
You can’t perform that action at this time.
0 commit comments