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

Commit

Permalink
release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Nov 13, 2014
1 parent 2aa17cb commit ae1b6e7
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
# CHANGELOG

## 0.1.3

* added a `label` attribute to the templates and to the `--machine` output
* renamed the `shelfapp` template to `shelfserver`
* added a --version command-line option
* clarified and simplified some template descriptions
* made useage of Sass in the `webapp` template optional; added instructions in
the template about how to enable it
* added instructions after project generation to tell the user how best to run
the project
* Stagehand is now integrated into the Editor, the Eclipe plugins, Chrome Dev
Editor, and the Sublime plugin

## 0.1.2

* removed the `-o` option; we now generate the selected template into the current directory
* removed the `-o` option; we now generate the selected template into the
current directory
* added pre-generated css to the `webapp` template
* some changes to better support stagehand being driven by existing tooling (IDEs)
* some changes to better support stagehand being driven by existing tooling
(IDEs)
* the `polymer` template was renamed to `polymerapp`

## 0.1.1
Expand Down
2 changes: 1 addition & 1 deletion lib/generators/shelfserver.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// All rights reserved. Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

library stagehand.shelfapp;
library stagehand.shelfserver;

import '../stagehand.dart';
import '../src/common.dart';
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 @@ -18,7 +18,7 @@ import 'package:stagehand/src/common.dart';
const String APP_NAME = 'stagehand';

// This version must be updated in tandem with the pubspec version.
const String APP_VERSION = '0.1.3-dev';
const String APP_VERSION = '0.1.3';

// The Google Analytics tracking ID for stagehand.
const String _GA_TRACKING_ID = 'UA-55033590-1';
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.1.3-dev
version: 0.1.3
description: >
A scaffolding generator for your Dart projects. Stagehand helps you get set
up!
Expand Down

0 comments on commit ae1b6e7

Please sign in to comment.