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

Commit

Permalink
Release 3.1.5: web-* template updates (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwalrath committed Dec 17, 2018
1 parent 29d60a8 commit 96dc51e
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 13 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 3.1.5

- `web-*` templates: Upgraded `build_web_compilers` to `^1.0.0`.

- `web-angular` template: Upgraded to latest releases of `angular`,
`angular_components`, and `angular_test`.

## 3.1.4

- All templates:
Expand Down
6 changes: 3 additions & 3 deletions lib/src/generators/web_angular.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/src/generators/web_simple.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/src/generators/web_stagexl.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: >
A scaffolding generator for your Dart projects. Stagehand helps you get set
up!
# After changing the version, run `pub run build_runner build`.
version: 3.1.4
version: 3.1.5
homepage: https://github.com/dart-lang/stagehand
author: Dart Team <misc@dartlang.org>

Expand Down
8 changes: 4 additions & 4 deletions templates/web-angular/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ environment:
sdk: '>=2.1.0 <3.0.0'

dependencies:
angular: ^5.1.0
angular_components: ^0.10.1
angular: ^5.2.0
angular_components: ^0.11.0

dev_dependencies:
angular_test: ^2.1.0
angular_test: ^2.2.0
build_runner: ^1.1.2
build_test: ^0.10.3
build_web_compilers: ^0.4.4
build_web_compilers: ^1.0.0
test: ^1.5.1
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: ^1.1.2
build_web_compilers: ^0.4.0
build_web_compilers: ^1.0.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: ^1.1.2
build_web_compilers: ^0.4.0
build_web_compilers: ^1.0.0

0 comments on commit 96dc51e

Please sign in to comment.