Skip to content
This repository was archived by the owner on Sep 16, 2022. It is now read-only.

Commit 2c570b2

Browse files
committed
chore(*): Prepare to release 5.0.0-alpha+9 (and friends).
... and bumped all packages to SDK >= .dev.32.0, which is the internal SDK. PiperOrigin-RevId: 190978289
1 parent 5f8be72 commit 2c570b2

File tree

21 files changed

+42
-28
lines changed

21 files changed

+42
-28
lines changed

_benchmarks/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: _benchmarks
22
author: Dart Team <[email protected]>
33
description: Benchmarks for AngularDart.
44
environment:
5-
sdk: ">=2.0.0-dev.28.0 <2.0.0"
5+
sdk: ">=2.0.0-dev.32.0 <2.0.0"
66

77
dependencies:
88
# No strict dependencies, we always use dependency_overrides.

_goldens/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: _goldens
22
author: Dart Team <[email protected]>
33
description: Goldens for AngularDart.
44
environment:
5-
sdk: ">=2.0.0-dev.28.0 <2.0.0"
5+
sdk: ">=2.0.0-dev.32.0 <2.0.0"
66

77
dependencies:
88
# No strict dependencies, we always use dependency_overrides.

_tests/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: _tests
22
author: Dart Team <[email protected]>
33
description: Tests for AngularDart.
44
environment:
5-
sdk: ">=2.0.0-dev.28.0 <2.0.0"
5+
sdk: ">=2.0.0-dev.32.0 <2.0.0"
66

77
dependencies:
88
# No strict dependencies, we always use dependency_overrides.

angular/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 5.0.0-alpha+9
2+
13
### New features
24

35
* Static properties and methods of a component may now be referenced without a

angular/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: angular
2-
version: 5.0.0-alpha+8
2+
version: 5.0.0-alpha+9
33
author: Dart Team <[email protected]>
44
description: Fast and productive web framework
55
homepage: https://webdev.dartlang.org/angular
66
documentation: https://webdev.dartlang.org/angular/api
77
environment:
8-
sdk: ">=2.0.0-dev.28.0 <2.0.0"
8+
sdk: ">=2.0.0-dev.32.0 <2.0.0"
99

1010
dependencies:
1111
# Runtime (or runtime *and* the compiler).
@@ -18,8 +18,8 @@ dependencies:
1818

1919
# Compiler. Eventually we want to move these to angular_compiler.
2020
analyzer: '^0.31.0+1'
21-
angular_ast: ^0.4.4
22-
angular_compiler: ^0.4.0-alpha+8
21+
angular_ast: ^0.5.0
22+
angular_compiler: ^0.4.0-alpha+9
2323
build: ^0.12.0+2
2424
code_builder: '^3.0.1'
2525
csslib: ^0.14.1

angular_ast/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.5.0
2+
13
* **BREAKING CHANGE**: We no longer support parsing Dart expressions as part
24
of parsing the template AST. We hope to re-add some support for this by
35
migrating the existing parser in `package:angular`, but we are likely not to

angular_ast/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: angular_ast
22
author: Dart Team <[email protected]>
33
homepage: https://github.com/dart-lang/angular
44
description: Parser and utilities for AngularDart templates
5-
version: 0.4.4
5+
version: 0.5.0
66

77
environment:
8-
sdk: ">=2.0.0-dev.28.0 <2.0.0"
8+
sdk: ">=2.0.0-dev.32.0 <2.0.0"
99

1010
dependencies:
1111
analyzer: ^0.31.0+1

angular_compiler/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 0.4.0-alpha+9
2+
13
### Breaking changes
24

35
* `TokenReader` no longer supports arbitrary const objects or literals.

angular_compiler/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: angular_compiler
22
author: Dart Team <[email protected]>
33
homepage: https://github.com/dart-lang/angular
44
description: Compiler for AngularDart.
5-
version: 0.4.0-alpha+8
5+
version: 0.4.0-alpha+9
66

77
environment:
8-
sdk: ">=2.0.0-dev.28.0 <2.0.0"
8+
sdk: ">=2.0.0-dev.32.0 <2.0.0"
99

1010
dependencies:
1111
analyzer: ^0.31.0+1

angular_forms/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 2.0.0-alpha+1
2+
13
## New Features
24

35
* Add `MemorizedForm` directive. This is a form that will not remove controls

0 commit comments

Comments
 (0)