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

Commit f7bb028

Browse files
committed
chore(*): Prepare to release.
Closes #838 PiperOrigin-RevId: 184690970
1 parent 3e398de commit f7bb028

File tree

12 files changed

+29
-13
lines changed

12 files changed

+29
-13
lines changed

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+5
2+
13
### New features
24

35
* Enables the new template parser by default. This parser is much stricter than

angular/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: angular
2-
version: 5.0.0-alpha+4
2+
version: 5.0.0-alpha+5
33
author: Dart Team <[email protected]>
44
description: Fast and productive web framework
55
homepage: https://webdev.dartlang.org/angular
@@ -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.0
22-
angular_compiler: ^0.4.0-alpha+4
21+
angular_ast: ^0.4.3
22+
angular_compiler: ^0.4.0-alpha+5
2323
build: ^0.12.0+1
2424
code_builder: '^3.0.1'
2525
csslib: ^0.14.1

angular_ast/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.3
2+
3+
- Maintenance release, supporting newer package versions.
4+
15
## 0.4.2
26

37
- Supports the latest version of `quiver`.

angular_ast/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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.2
5+
version: 0.4.3
66

77
environment:
88
sdk: '>=2.0.0-dev.20.0 <2.0.0'

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+5
2+
13
### Bug fixes
24

35
* `linkTypeOf` correctly resolves bound types (i.e. `<T>`) in most cases, and

angular_compiler/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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+4
5+
version: 0.4.0-alpha+5
66

77
environment:
88
sdk: '>=2.0.0-dev.20.0 <2.0.0'

angular_forms/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.1-alpha+5
2+
3+
_Maintenance release, to support the latest package:angular alpha._
4+
15
## 1.0.1-alpha+4
26

37
_Maintenance release, to support the latest package:angular alpha._

angular_forms/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: angular_forms
22
author: Dart Team <[email protected]>
33
homepage: https://github.com/dart-lang/angular
44
description: Forms framework for AngularDart.
5-
version: 1.0.1-alpha+4
5+
version: 1.0.1-alpha+5
66

77
environment:
8-
sdk: '>=2.0.0-dev.3.0 <2.0.0'
8+
sdk: '>=2.0.0-dev.20.0 <2.0.0'
99

1010
dependencies:
11-
angular: '^5.0.0-alpha+4'
11+
angular: '^5.0.0-alpha+5'
1212
meta: ^1.1.2
1313

1414
# === vvv REMOVE WHEN PUBLISHING vvv ===

angular_router/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+5
2+
13
### New features
24

35
* Added `Router.onNavigationStart` to notify subscribers when a navigation

angular_router/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ name: angular_router
22
author: Dart Team <[email protected]>
33
homepage: https://github.com/dart-lang/angular
44
description: Router for AngularDart.
5-
version: 2.0.0-alpha+4
5+
version: 2.0.0-alpha+5
66

77
environment:
88
sdk: '>=2.0.0-dev.20.0 <2.0.0'
99

1010
dependencies:
11-
angular: '^5.0.0-alpha+4'
11+
angular: '^5.0.0-alpha+5'
1212
collection: ^1.14.5
1313
js: ^0.6.0
1414
meta: ^1.1.2
1515

1616
dev_dependencies:
1717
async: ^2.0.3
18-
angular_test: ^2.0.0-alpha+2
18+
angular_test: ^2.0.0-alpha+3
1919
build_web_compilers: ^0.2.1
2020
build_runner: ^0.7.9
2121
build_test: ^0.10.0

0 commit comments

Comments
 (0)