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

Commit

Permalink
chore(Meta): Prepare to publish 5.0.0-beta+2 with camelCaseCaps support.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 205252332
  • Loading branch information
matanlurey committed Jul 19, 2018
1 parent 50c9e5e commit 221c5a9
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 6 deletions.
2 changes: 2 additions & 0 deletions angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 5.0.0-beta+2

### New features

* Added support for named arguments in function calls in templates:
Expand Down
4 changes: 2 additions & 2 deletions angular/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: angular
version: 5.0.0-beta+1
version: 5.0.0-beta+2
author: Dart Team <[email protected]>
description: Fast and productive web framework
homepage: https://webdev.dartlang.org/angular
Expand All @@ -21,7 +21,7 @@ dependencies:

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

build: ^0.12.7
Expand Down
2 changes: 2 additions & 0 deletions angular_compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.4.0-alpha+18

* Added `$Typed`, a `TypeChecker` for `Typed`.
* Added `TypeReader` for parsing generic directive types.

Expand Down
2 changes: 1 addition & 1 deletion angular_compiler/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: angular_compiler
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/angular
description: Compiler for AngularDart.
version: 0.4.0-alpha+17
version: 0.4.0-alpha+18

environment:
sdk: ">=2.0.0-dev.64.2 <3.0.0"
Expand Down
2 changes: 2 additions & 0 deletions angular_forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 2.0.0-beta+2

### New Features

* Add AbstractControlGroup and AbstractNgForm to allow infrastructure to
Expand Down
2 changes: 1 addition & 1 deletion angular_forms/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: angular_forms
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/angular
description: Forms framework for AngularDart.
version: 2.0.0-beta+1
version: 2.0.0-beta+2

environment:
sdk: ">=2.0.0-dev.64.2 <3.0.0"
Expand Down
2 changes: 2 additions & 0 deletions angular_router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 2.0.0-alpha+17

### New features

* `RouteDefinition.redirect` now supports forwarding route parameters.
Expand Down
2 changes: 1 addition & 1 deletion angular_router/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: angular_router
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/angular
description: Router for AngularDart.
version: 2.0.0-alpha+16
version: 2.0.0-alpha+17

environment:
sdk: ">=2.0.0-dev.64.2 <3.0.0"
Expand Down
4 changes: 4 additions & 0 deletions angular_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.0-beta+2

* Maintenence release: Stop using `SCREAMING_CAPS` consts from `dart:*`.

## 2.0.0-beta+1

* Maintenence release; declare official support for the Dart2 SDK.
Expand Down
2 changes: 1 addition & 1 deletion angular_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: angular_test
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/angular
description: Testing runner and library for AngularDart
version: 2.0.0-beta+1
version: 2.0.0-beta+2

environment:
sdk: ">=2.0.0-dev.64.2 <3.0.0"
Expand Down

0 comments on commit 221c5a9

Please sign in to comment.