Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Commit 4b240a8

Browse files
committed
Merge pull request #236 from google/0.2.0
0.2.0
2 parents fabf14b + e6f314a commit 4b240a8

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# CHANGELOG
22

33
## 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`.
58

69
## 0.1.5+5
710

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ Please file reports on the
6262

6363
## Contributing
6464

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.
6667

6768
## Analytics and crash reports
6869

lib/src/cli_app.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import 'package:usage/usage_io.dart';
1919
const String APP_NAME = 'stagehand';
2020

2121
// 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';
2323

2424
const String APP_PUB_INFO =
2525
'https://pub.dartlang.org/packages/${APP_NAME}.json';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
name: stagehand
66
# 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
88
description: >
99
A scaffolding generator for your Dart projects. Stagehand helps you get set
1010
up!

0 commit comments

Comments
 (0)