diff --git a/CHANGELOG.md b/CHANGELOG.md index e2c79048..5def00db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,15 @@ ## 1.1.4 -- Update `web-angular` to use `lib/src` for everything but the main app - component. -- Added Enter key support to the `web-angular` template. -- Added commented-out pubspec settings to the `web-angular` and - `web-simple` templates, demonstrating how to make `pub serve` - use [dartdevc](https://webdev.dartlang.org/tools/dartdevc). +- Made changes related to + [dartdevc](https://webdev.dartlang.org/tools/dartdevc) + (which pub supports, as of SDK 1.24): + - Updated `web-angular` to use `lib/src` for everything but the + main app. + - Added commented-out pubspec settings to the `web-angular` and + `web-simple` templates, demonstrating how to make `pub serve` + use dartdevc. - Added favicons to the `web-angular` and `web-simple` templates. +- Added Enter key support to the `web-angular` template. - Improved the CSS for the `web-simple` template. - Updated analysis options for the stagehand package. - Changed the name of `server-shelf` from "Shelf Web Server" to diff --git a/pubspec.yaml b/pubspec.yaml index 8e7698a3..585eb6b9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ name: stagehand description: > A scaffolding generator for your Dart projects. Stagehand helps you get set up! -version: 1.1.4-dev +version: 1.1.4 homepage: http://stagehand.pub authors: - Seth Ladd