This repository was archived by the owner on May 31, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ Devon Carew <devoncarew@google.com>
9
9
Sungguk Lim <limasdf@gmail.com>
10
10
Kunal Deo <kunaldeo@gmail.com>
11
11
Guillermo López-Anglada <guillermo.lopez@outlook.com>
12
- ntaoo <ntaoo.g@gmail.com>
12
+ ntaoo <ntaoo.g@gmail.com>
Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 0.2.5+4
4
+ - Added a reference to the webcomponents-lite.js in the polymer template
5
+
3
6
## 0.2.5+3
4
7
5
8
- Updated ` web-angular ` to ` 2.0.0-beta.0 ` .
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import 'package:usage/usage_io.dart';
19
19
const String APP_NAME = 'stagehand' ;
20
20
21
21
// This version must be updated in tandem with the pubspec version.
22
- const String APP_VERSION = '0.2.5+3 ' ;
22
+ const String APP_VERSION = '0.2.5+4 ' ;
23
23
24
24
const String APP_PUB_INFO =
25
25
'https://pub.dartlang.org/packages/${APP_NAME }.json' ;
Original file line number Diff line number Diff line change 4
4
5
5
name : stagehand
6
6
# When changing this version, change the lib/src/cli_app.dart version as well.
7
- version : 0.2.5+3
7
+ version : 0.2.5+4
8
8
description : >
9
9
A scaffolding generator for your Dart projects. Stagehand helps you get set
10
10
up!
You can’t perform that action at this time.
0 commit comments