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

Commit ee95d3d

Browse files
committed
Prepare angular_router pubspec and changelog for 2.0.0-alpha release.
PiperOrigin-RevId: 169967848
1 parent 5634cc7 commit ee95d3d

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

angular_router/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.0.0-alpha
2+
- Major refactoring of the `angular_router` package. For a migration guide from
3+
`angular_router` v1, see
4+
https://github.com/dart-lang/angular/blob/master/angular_router/g3doc/migration_guide.md.
5+
16
## 1.0.2
27
- Support for angular 4.0.0.
38

angular_router/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
The [AngularDart][webdev_angular] router enables navigation from one view to
66
the next as users perform application tasks.
77

8-
The 1.0 version of `angular_router` is just a port of the router that was in
9-
the core `angular` package. Only critical bug fixes are planned for the 1.0
10-
router. A significant refactoring is in progress, which is expected to result
11-
in a 2.0 version of `angular_router`.
12-
138
### Resources:
149

1510
* Documentation:

angular_router/pubspec.yaml

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

77
environment:
88
sdk: '>=1.24.0 <2.0.0'
@@ -15,7 +15,7 @@ dependencies:
1515
quiver: '>=0.22.0 <0.26.0'
1616

1717
dev_dependencies:
18-
angular_test: ^1.0.2
18+
angular_test: ^1.0.1
1919
test: ^0.12.6
2020

2121
# === vvv REMOVE WHEN PUBLISHING vvv ===

angular_test/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.1
2+
### Cleanup
3+
- Remove dependency on `angular_router`.
4+
15
## 1.0.0
26

37
### Breaking Changes & Deprecations

angular_test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: angular_test
22
author: Dart Team <[email protected]>
33
homepage: https://github.com/dart-lang/angular
44
description: Testing runner and library for AngularDart
5-
version: 1.0.0
5+
version: 1.0.1
66

77
environment:
88
sdk: '>=1.24.0 <2.0.0'

0 commit comments

Comments
 (0)