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

Commit 714c5de

Browse files
committed
Update changelog and pubspecs to prep for 5.1 release.
Closes #1634 PiperOrigin-RevId: 216413288
1 parent 363f535 commit 714c5de

File tree

12 files changed

+26
-13
lines changed

12 files changed

+26
-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.1.0
2+
13
### New features
24

35
* Added support for generic components and directives.

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
2+
version: 5.1.0
33
author: Dart Team <[email protected]>
44
description: Fast and productive web framework
55
homepage: https://webdev.dartlang.org/angular
@@ -20,8 +20,8 @@ dependencies:
2020
analyzer: ^0.33.0
2121

2222
# It is extremely important these two dependencies stay pinned to current.
23-
angular_ast: 0.5.6
24-
angular_compiler: 0.4.0
23+
angular_ast: 0.5.7
24+
angular_compiler: 0.4.1
2525
##########################################################################
2626

2727
build: '>=0.12.7 <2.0.0'

angular_ast/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## 0.5.7
12
* Annotations may now have compound names (for example `@foo.bar`).
23

34
* It is now an error to use `@deferred` on a `<template>` tag or combined with

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.5.6
5+
version: 0.5.7
66

77
environment:
88
sdk: ">=2.1.0-dev.5.0 <3.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.1
2+
13
* Catches an (invalid) `null` token of a provider and throws a better error.
24

35
* Catches an (invalid) `null` value of the function for `FactoryProvider`.

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
5+
version: 0.4.1
66

77
environment:
88
sdk: ">=2.1.0-dev.5.0 <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.1.0
2+
13
### New Features
24

35
* `PatternValidator` now has a `pattern` input. This allows the `pattern`

angular_forms/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ 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
5+
version: 2.1.0
66

77
environment:
88
sdk: ">=2.1.0-dev.5.0 <3.0.0"
99

1010
dependencies:
11-
angular: ^5.0.0
11+
angular: ^5.1.0
1212
meta: ^1.1.4
1313

1414
dev_dependencies:
15-
angular_test: ^2.0.0
15+
angular_test: ^2.1.0
1616
build_runner: ^1.0.0
1717
build_test: ^0.10.2+5
1818
build_web_compilers: ^0.4.0+4

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

35
* Fixed a discrepancy between the href rendered by `RouterLinkDirective`, and

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+19
5+
version: 2.0.0-alpha+20
66

77
environment:
88
sdk: ">=2.1.0-dev.5.0 <3.0.0"
99

1010
dependencies:
11-
angular: ^5.0.0
11+
angular: ^5.1.0
1212
collection: ^1.14.5
1313
js: ^0.6.0
1414
meta: ^1.1.4
1515

1616
dev_dependencies:
1717
async: ^2.0.3
18-
angular_test: ^2.0.0
18+
angular_test: ^2.1.0
1919
build_runner: ^1.0.0
2020
build_test: ^0.10.2+5
2121
build_web_compilers: ^0.4.0+4

0 commit comments

Comments
 (0)