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

Commit c030e95

Browse files
committed
chore(angular_router): Update pubspec and changelog for publishing 2.0.0-alpha+3
PiperOrigin-RevId: 181212057
1 parent 80d942d commit c030e95

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

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+3
2+
13
### New features
24

35
* Added the `CanNavigate` lifecycle interface. This is similar to

angular_router/pubspec.yaml

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

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

1010
dependencies:
11-
angular: '^5.0.0-alpha+2'
11+
angular: '^5.0.0-alpha+3'
1212
collection: '^1.12.0'
1313
js: ^0.6.0
1414
meta: ^1.0.3
1515

1616
dev_dependencies:
17-
angular_test: ^2.0.0-alpha
17+
angular_test: ^2.0.0-alpha+1
1818
build_web_compilers: ^0.1.1
1919
build_runner: ^0.7.0
2020
build_test: ^0.9.0

0 commit comments

Comments
 (0)