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 various angular_* packages.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 181208866
  • Loading branch information
matanlurey authored and alorenzen committed Jan 8, 2018
1 parent 1333501 commit b2656da
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 5 deletions.
9 changes: 9 additions & 0 deletions angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 5.0.0-alpha+3

### New features

* `Provider` is now soft-deprecated (not preferred), and new more-typed
Expand Down Expand Up @@ -30,6 +32,10 @@ class PresidentsListComponent {
}
```

* We are starting to support the new build system at `dart-lang/build`. More
information and documentation will be included in a future release, but we
expect to drop support for `pub serve/build` by 5.0.0 final.

### Breaking changes

* Dartium is no longer supported. All development of your AngularDart
Expand All @@ -45,6 +51,9 @@ class PresidentsListComponent {
throwing `ArgumentError` when resolving an `@Injectable()` service that
injected a dependency with one or more annotations (i.e. `@Inject(...)`).

* Fixed a bug where `DatePipe` didn't format` millisecondsSinceEpoch` in the
local time zone (consistent with how it formats `DateTime`).

## 5.0.0-alpha+2

### Breaking changes
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-alpha+2
version: 5.0.0-alpha+3
author: Dart Team <[email protected]>
description: Fast and productive web framework
homepage: https://webdev.dartlang.org/angular
Expand All @@ -9,7 +9,7 @@ environment:
dependencies:
analyzer: '^0.31.0-alpha.1'
angular_ast: ^0.4.0
angular_compiler: ^0.4.0-alpha+2
angular_compiler: ^0.4.0-alpha+3
barback: ^0.15.2+2
build: '>=0.10.0 <0.12.0'
build_barback: '>=0.4.0 <0.6.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+3

* Added support for recognizing the `MultiToken` type.

## 0.4.0-alpha+2
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+2
version: 0.4.0-alpha+3

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

- Some documentation updates.
- Dartium is no longer supported.

## 1.0.1-alpha+2

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

## 1.0.1-alpha+1

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-alpha+1

- Added support for `build.yaml`.

## 2.0.0-alpha

> **NOTE**: This was previously `1.0.2-alpha+1`, but since this has major
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-alpha
version: 2.0.0-alpha+1

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

0 comments on commit b2656da

Please sign in to comment.