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

Commit

Permalink
Update all web- templates to use latest build_web_compilers (#504)
Browse files Browse the repository at this point in the history
...and prepare to release 2.0.1
  • Loading branch information
kevmoo authored and kwalrath committed May 17, 2018
1 parent e03c1df commit 7089961
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.1

- Updated the dependency on `package:build_web_compilers` in all `web-`
templates.

## 2.0.0

Project and template file changes:
Expand Down
2 changes: 1 addition & 1 deletion lib/generators/web_angular_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ CgplbnZpcm9ubWVudDoKICBzZGs6ICc+PTIuMC4wLWRldi41MS4wIDwyLjAuMCcKCmRlcGVuZGVu
Y2llczoKICBhbmd1bGFyOiBeNS4wLjAtYWxwaGErMTEKICBhbmd1bGFyX2NvbXBvbmVudHM6IF4w
LjkuMC1hbHBoYSsxMQoKZGV2X2RlcGVuZGVuY2llczoKICBhbmd1bGFyX3Rlc3Q6IF4yLjAuMC1h
bHBoYSs5CiAgYnVpbGRfcnVubmVyOiBeMC44LjcKICBidWlsZF90ZXN0OiBeMC4xMC4wCiAgYnVp
bGRfd2ViX2NvbXBpbGVyczogXjAuMy43CiAgdGVzdDogXjAuMTIuMzAK''',
bGRfd2ViX2NvbXBpbGVyczogXjAuNC4wCiAgdGVzdDogXjAuMTIuMzAK''',
'test/app_test.dart',
'text',
'''QFRlc3RPbignYnJvd3NlcicpCmltcG9ydCAncGFja2FnZTphbmd1bGFyX3Rlc3QvYW5ndWxhcl90
Expand Down
2 changes: 1 addition & 1 deletion lib/generators/web_simple_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ IHdlYiBhcHAuCiMgdmVyc2lvbjogMS4wLjAKI2hvbWVwYWdlOiBodHRwczovL3d3dy5leGFtcGxl
LmNvbQojYXV0aG9yOiBfX2F1dGhvcl9fIDxlbWFpbEBleGFtcGxlLmNvbT4KCmVudmlyb25tZW50
OgogIHNkazogJz49Mi4wLjAtZGV2LjUxLjAgPDIuMC4wJwoKI2RlcGVuZGVuY2llczoKIyAgcGF0
aDogXjEuNC4xCgpkZXZfZGVwZW5kZW5jaWVzOgogIGJ1aWxkX3J1bm5lcjogXjAuOC43CiAgYnVp
bGRfd2ViX2NvbXBpbGVyczogXjAuMy43Cg==''',
bGRfd2ViX2NvbXBpbGVyczogXjAuNC4wCg==''',
'web/favicon.ico',
'binary',
'''iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAN
Expand Down
2 changes: 1 addition & 1 deletion lib/generators/web_stagexl_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cHAuCiMgdmVyc2lvbjogMS4wLjAKI2hvbWVwYWdlOiBodHRwczovL3d3dy5leGFtcGxlLmNvbQoj
YXV0aG9yOiBfX2F1dGhvcl9fIDxlbWFpbEBleGFtcGxlLmNvbT4KCmVudmlyb25tZW50OgogIHNk
azogJz49Mi4wLjAtZGV2LjUxLjAgPDIuMC4wJwoKZGVwZW5kZW5jaWVzOgogIHN0YWdleGw6IF4x
LjEuMAoKZGV2X2RlcGVuZGVuY2llczoKICBidWlsZF9ydW5uZXI6IF4wLjguNwogIGJ1aWxkX3dl
Yl9jb21waWxlcnM6IF4wLjMuNwo=''',
Yl9jb21waWxlcnM6IF4wLjQuMAo=''',
'web/images/dart@1x.png',
'binary',
'''iVBORw0KGgoAAAANSUhEUgAAASwAAABQCAYAAACj6kh7AAAgkElEQVR4AeyaBWzrVhSG/8KYGdvY
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 @@ -17,7 +17,7 @@ import 'package:usage/usage_io.dart';
const String appName = 'stagehand';

// This version must be updated in tandem with the pubspec version.
const String appVersion = '2.0.0';
const String appVersion = '2.0.1';

const String appPubInfo = 'https://pub.dartlang.org/packages/$appName.json';

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: stagehand
description: >
A scaffolding generator for your Dart projects. Stagehand helps you get set
up!
version: 2.0.0
version: 2.0.1
homepage: https://github.com/dart-lang/stagehand
author: Dart Team <misc@dartlang.org>

Expand Down
2 changes: 1 addition & 1 deletion templates/web-angular/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ dev_dependencies:
angular_test: ^2.0.0-alpha+9
build_runner: ^0.8.7
build_test: ^0.10.0
build_web_compilers: ^0.3.7
build_web_compilers: ^0.4.0
test: ^0.12.30
2 changes: 1 addition & 1 deletion templates/web-simple/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ environment:

dev_dependencies:
build_runner: ^0.8.7
build_web_compilers: ^0.3.7
build_web_compilers: ^0.4.0
2 changes: 1 addition & 1 deletion templates/web-stagexl/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ dependencies:

dev_dependencies:
build_runner: ^0.8.7
build_web_compilers: ^0.3.7
build_web_compilers: ^0.4.0

0 comments on commit 7089961

Please sign in to comment.