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

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Jul 9, 2015
1 parent bfa32d4 commit 62e7b67
Show file tree
Hide file tree
Showing 19 changed files with 6 additions and 170 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.2.2
- added a `console-simple` template
- updated the `web-simple` and `web-full` templates

## 0.2.1
- All templates updated to use the latest `test` package

Expand Down
2 changes: 1 addition & 1 deletion lib/src/cli_app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import 'package:usage/usage_io.dart';
const String APP_NAME = 'stagehand';

// This version must be updated in tandem with the pubspec version.
const String APP_VERSION = '0.2.1';
const String APP_VERSION = '0.2.2';

const String APP_PUB_INFO =
'https://pub.dartlang.org/packages/${APP_NAME}.json';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

name: stagehand
# When changing this version, change the lib/src/cli_app.dart version as well.
version: 0.2.1
version: 0.2.2
description: >
A scaffolding generator for your Dart projects. Stagehand helps you get set
up!
Expand Down
8 changes: 0 additions & 8 deletions templates/angularapp/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions templates/angularapp/CHANGELOG.md

This file was deleted.

24 changes: 0 additions & 24 deletions templates/angularapp/LICENSE

This file was deleted.

3 changes: 0 additions & 3 deletions templates/angularapp/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions templates/angularapp/lib/main_app.css

This file was deleted.

16 changes: 0 additions & 16 deletions templates/angularapp/lib/main_app.dart

This file was deleted.

10 changes: 0 additions & 10 deletions templates/angularapp/lib/main_app.html

This file was deleted.

15 changes: 0 additions & 15 deletions templates/angularapp/pubspec.yaml

This file was deleted.

Binary file not shown.
Binary file removed templates/angularapp/web/favicon.ico
Binary file not shown.
Binary file not shown.
Binary file not shown.
44 changes: 0 additions & 44 deletions templates/angularapp/web/index.html

This file was deleted.

18 changes: 0 additions & 18 deletions templates/angularapp/web/main.dart

This file was deleted.

5 changes: 0 additions & 5 deletions templates/angularapp/web/robots.txt

This file was deleted.

6 changes: 0 additions & 6 deletions templates/angularapp/web/styles.css

This file was deleted.

0 comments on commit 62e7b67

Please sign in to comment.