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

Commit

Permalink
chore(angular_router): Update pubspec and changelog for publishing 2.…
Browse files Browse the repository at this point in the history
…0.0-alpha+3

PiperOrigin-RevId: 181212057
  • Loading branch information
alorenzen committed Jan 8, 2018
1 parent 80d942d commit c030e95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
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+3

### New features

* Added the `CanNavigate` lifecycle interface. This is similar to
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,19 +2,19 @@ name: angular_router
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/angular
description: Router for AngularDart.
version: 2.0.0-alpha+2
version: 2.0.0-alpha+3

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

dependencies:
angular: '^5.0.0-alpha+2'
angular: '^5.0.0-alpha+3'
collection: '^1.12.0'
js: ^0.6.0
meta: ^1.0.3

dev_dependencies:
angular_test: ^2.0.0-alpha
angular_test: ^2.0.0-alpha+1
build_web_compilers: ^0.1.1
build_runner: ^0.7.0
build_test: ^0.9.0
Expand Down

0 comments on commit c030e95

Please sign in to comment.