From 3b2d971deacd711884499700fa1240ca4fbfbdb1 Mon Sep 17 00:00:00 2001 From: Devon Carew <devoncarew@gmail.com> Date: Tue, 6 Oct 2015 13:20:17 -0700 Subject: [PATCH] rev to 0.2.3; capture polymer template changes --- CHANGELOG.md | 5 +++-- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93f675a..af7db24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # CHANGELOG -## next -- Remove the web-full example. Was not maintained. +## 0.2.3 +- Updated the Polymer sample to the latest version (`1.0.0-rc.1`) +- Removed the web-full example. Was not maintained. ## 0.2.2+1 - Moved the script tags for the web templates into the head section diff --git a/pubspec.yaml b/pubspec.yaml index aa1b1d5..7677e28 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ name: stagehand # When changing this version, change the lib/src/cli_app.dart version as well. -version: 0.2.2+1 +version: 0.2.3 description: > A scaffolding generator for your Dart projects. Stagehand helps you get set up! -- GitLab