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

Commit 221c5a9

Browse files
committed
chore(Meta): Prepare to publish 5.0.0-beta+2 with camelCaseCaps support.
PiperOrigin-RevId: 205252332
1 parent 50c9e5e commit 221c5a9

File tree

10 files changed

+18
-6
lines changed

10 files changed

+18
-6
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-beta+2
2+
13
### New features
24

35
* Added support for named arguments in function calls in templates:

angular/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: angular
2-
version: 5.0.0-beta+1
2+
version: 5.0.0-beta+2
33
author: Dart Team <[email protected]>
44
description: Fast and productive web framework
55
homepage: https://webdev.dartlang.org/angular
@@ -21,7 +21,7 @@ dependencies:
2121

2222
# It is extremely important these two dependencies stay pinned to current.
2323
angular_ast: 0.5.4
24-
angular_compiler: 0.4.0-alpha+17
24+
angular_compiler: 0.4.0-alpha+18
2525
##########################################################################
2626

2727
build: ^0.12.7

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+18
2+
13
* Added `$Typed`, a `TypeChecker` for `Typed`.
24
* Added `TypeReader` for parsing generic directive types.
35

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+17
5+
version: 0.4.0-alpha+18
66

77
environment:
88
sdk: ">=2.0.0-dev.64.2 <3.0.0"

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-beta+2
2+
13
### New Features
24

35
* Add AbstractControlGroup and AbstractNgForm to allow infrastructure to

angular_forms/pubspec.yaml

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

77
environment:
88
sdk: ">=2.0.0-dev.64.2 <3.0.0"

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

35
* `RouteDefinition.redirect` now supports forwarding route parameters.

angular_router/pubspec.yaml

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

77
environment:
88
sdk: ">=2.0.0-dev.64.2 <3.0.0"

angular_test/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.0-beta+2
2+
3+
* Maintenence release: Stop using `SCREAMING_CAPS` consts from `dart:*`.
4+
15
## 2.0.0-beta+1
26

37
* Maintenence release; declare official support for the Dart2 SDK.

angular_test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: angular_test
22
author: Dart Team <[email protected]>
33
homepage: https://github.com/dart-lang/angular
44
description: Testing runner and library for AngularDart
5-
version: 2.0.0-beta+1
5+
version: 2.0.0-beta+2
66

77
environment:
88
sdk: ">=2.0.0-dev.64.2 <3.0.0"

0 commit comments

Comments
 (0)