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

Commit 96dc51e

Browse files
authored
Release 3.1.5: web-* template updates (#591)
1 parent 29d60a8 commit 96dc51e

File tree

9 files changed

+20
-13
lines changed

9 files changed

+20
-13
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 3.1.5
2+
3+
- `web-*` templates: Upgraded `build_web_compilers` to `^1.0.0`.
4+
5+
- `web-angular` template: Upgraded to latest releases of `angular`,
6+
`angular_components`, and `angular_test`.
7+
18
## 3.1.4
29

310
- All templates:

lib/src/generators/web_angular.g.dart

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/generators/web_simple.g.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/generators/web_stagexl.g.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >
77
A scaffolding generator for your Dart projects. Stagehand helps you get set
88
up!
99
# After changing the version, run `pub run build_runner build`.
10-
version: 3.1.4
10+
version: 3.1.5
1111
homepage: https://github.com/dart-lang/stagehand
1212
author: Dart Team <[email protected]>
1313

templates/web-angular/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ environment:
88
sdk: '>=2.1.0 <3.0.0'
99

1010
dependencies:
11-
angular: ^5.1.0
12-
angular_components: ^0.10.1
11+
angular: ^5.2.0
12+
angular_components: ^0.11.0
1313

1414
dev_dependencies:
15-
angular_test: ^2.1.0
15+
angular_test: ^2.2.0
1616
build_runner: ^1.1.2
1717
build_test: ^0.10.3
18-
build_web_compilers: ^0.4.4
18+
build_web_compilers: ^1.0.0
1919
test: ^1.5.1

templates/web-simple/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ environment:
1212

1313
dev_dependencies:
1414
build_runner: ^1.1.2
15-
build_web_compilers: ^0.4.0
15+
build_web_compilers: ^1.0.0

templates/web-stagexl/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ dependencies:
1212

1313
dev_dependencies:
1414
build_runner: ^1.1.2
15-
build_web_compilers: ^0.4.0
15+
build_web_compilers: ^1.0.0

0 commit comments

Comments
 (0)