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

Commit

Permalink
chore(*): Prepare to release.
Browse files Browse the repository at this point in the history
Closes #838

PiperOrigin-RevId: 184690970
  • Loading branch information
matanlurey committed Feb 6, 2018
1 parent 3e398de commit f7bb028
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 13 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-alpha+5

### New features

* Enables the new template parser by default. This parser is much stricter than
Expand Down
6 changes: 3 additions & 3 deletions angular/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: angular
version: 5.0.0-alpha+4
version: 5.0.0-alpha+5
author: Dart Team <[email protected]>
description: Fast and productive web framework
homepage: https://webdev.dartlang.org/angular
Expand All @@ -18,8 +18,8 @@ dependencies:

# Compiler. Eventually we want to move these to angular_compiler.
analyzer: '^0.31.0+1'
angular_ast: ^0.4.0
angular_compiler: ^0.4.0-alpha+4
angular_ast: ^0.4.3
angular_compiler: ^0.4.0-alpha+5
build: ^0.12.0+1
code_builder: '^3.0.1'
csslib: ^0.14.1
Expand Down
4 changes: 4 additions & 0 deletions angular_ast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.3

- Maintenance release, supporting newer package versions.

## 0.4.2

- Supports the latest version of `quiver`.
Expand Down
2 changes: 1 addition & 1 deletion angular_ast/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: angular_ast
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/angular
description: Parser and utilities for AngularDart templates
version: 0.4.2
version: 0.4.3

environment:
sdk: '>=2.0.0-dev.20.0 <2.0.0'
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+5

### Bug fixes

* `linkTypeOf` correctly resolves bound types (i.e. `<T>`) in most cases, and
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+4
version: 0.4.0-alpha+5

environment:
sdk: '>=2.0.0-dev.20.0 <2.0.0'
Expand Down
4 changes: 4 additions & 0 deletions angular_forms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1-alpha+5

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

## 1.0.1-alpha+4

_Maintenance release, to support the latest package:angular alpha._
Expand Down
6 changes: 3 additions & 3 deletions angular_forms/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: angular_forms
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/angular
description: Forms framework for AngularDart.
version: 1.0.1-alpha+4
version: 1.0.1-alpha+5

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

dependencies:
angular: '^5.0.0-alpha+4'
angular: '^5.0.0-alpha+5'
meta: ^1.1.2

# === vvv REMOVE WHEN PUBLISHING vvv ===
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+5

### New features

* Added `Router.onNavigationStart` to notify subscribers when a navigation
Expand Down
6 changes: 3 additions & 3 deletions angular_router/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ name: angular_router
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/angular
description: Router for AngularDart.
version: 2.0.0-alpha+4
version: 2.0.0-alpha+5

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

dependencies:
angular: '^5.0.0-alpha+4'
angular: '^5.0.0-alpha+5'
collection: ^1.14.5
js: ^0.6.0
meta: ^1.1.2

dev_dependencies:
async: ^2.0.3
angular_test: ^2.0.0-alpha+2
angular_test: ^2.0.0-alpha+3
build_web_compilers: ^0.2.1
build_runner: ^0.7.9
build_test: ^0.10.0
Expand Down
2 changes: 2 additions & 0 deletions angular_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 2.0.0-alpha+3

* Removed support for `pub run angular_test`. This is no longer strictly
needed, as it was just a convenience for running both the build system and
test runner. Similar functionality is supported out of the box by
Expand Down
4 changes: 2 additions & 2 deletions 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-alpha+2
version: 2.0.0-alpha+3

environment:
sdk: '>=2.0.0-dev.20.0 <2.0.0'
Expand All @@ -12,7 +12,7 @@ executables:
angular_test:

dependencies:
angular: '^5.0.0-alpha+4'
angular: '^5.0.0-alpha+5'
matcher: ^0.12.0+2
meta: ^1.1.2
pageloader: ^2.2.5
Expand Down

0 comments on commit f7bb028

Please sign in to comment.