This repository has been archived by the owner on Sep 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(*): Prepare to release 5.0.0-alpha+7.
PiperOrigin-RevId: 188217258
- Loading branch information
1 parent
d02a4ba
commit 7a4b6af
Showing
12 changed files
with
33 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name: angular | ||
version: 5.0.0-alpha+6 | ||
version: 5.0.0-alpha+7 | ||
author: Dart Team <[email protected]> | ||
description: Fast and productive web framework | ||
homepage: https://webdev.dartlang.org/angular | ||
|
@@ -19,7 +19,7 @@ dependencies: | |
# Compiler. Eventually we want to move these to angular_compiler. | ||
analyzer: '^0.31.0+1' | ||
angular_ast: ^0.4.3 | ||
angular_compiler: ^0.4.0-alpha+6 | ||
angular_compiler: ^0.4.0-alpha+7 | ||
build: ^0.12.0+1 | ||
code_builder: '^3.0.1' | ||
csslib: ^0.14.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.3 | ||
version: 0.4.3+1 | ||
|
||
environment: | ||
sdk: ">=2.0.0-dev.28.0 <2.0.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 0.4.0-alpha+7 | ||
|
||
* Maintenence release. | ||
|
||
## 0.4.0-alpha+6 | ||
|
||
### New features | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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+6 | ||
version: 0.4.0-alpha+7 | ||
|
||
environment: | ||
sdk: ">=2.0.0-dev.28.0 <2.0.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
## 1.0.1-alpha+7 | ||
|
||
### Breaking changes | ||
|
||
- The following directives are no longer injectable: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,17 +2,17 @@ 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+6 | ||
version: 1.0.1-alpha+7 | ||
|
||
environment: | ||
sdk: ">=2.0.0-dev.28.0 <2.0.0" | ||
|
||
dependencies: | ||
angular: '^5.0.0-alpha+6' | ||
angular: '^5.0.0-alpha+7' | ||
meta: ^1.1.2 | ||
|
||
dev_dependencies: | ||
angular_test: ^2.0.0-alpha+4 | ||
angular_test: ^2.0.0-alpha+5 | ||
build_runner: ^0.7.9 | ||
build_test: ^0.10.0 | ||
build_web_compilers: ^0.3.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
## 2.0.0-alpha+7 | ||
|
||
### Breaking changes | ||
|
||
* `RouterOutlet` is no longer injectable. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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+6 | ||
version: 2.0.0-alpha+7 | ||
|
||
environment: | ||
sdk: ">=2.0.0-dev.28.0 <2.0.0" | ||
|
||
dependencies: | ||
angular: '^5.0.0-alpha+6' | ||
angular: '^5.0.0-alpha+7' | ||
collection: ^1.14.5 | ||
js: ^0.6.0 | ||
meta: ^1.1.2 | ||
|
||
dev_dependencies: | ||
async: ^2.0.3 | ||
angular_test: ^2.0.0-alpha+4 | ||
angular_test: ^2.0.0-alpha+5 | ||
build_runner: ^0.7.9 | ||
build_test: ^0.10.0 | ||
build_web_compilers: ^0.3.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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+4 | ||
version: 2.0.0-alpha+5 | ||
|
||
environment: | ||
sdk: ">=2.0.0-dev.28.0 <2.0.0" | ||
|
@@ -12,7 +12,7 @@ executables: | |
angular_test: | ||
|
||
dependencies: | ||
angular: '^5.0.0-alpha+6' | ||
angular: '^5.0.0-alpha+7' | ||
matcher: ^0.12.0+2 | ||
meta: ^1.1.2 | ||
test: ^0.12.32 | ||
|