Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 909f230

Browse files
Foxandxssnaomiblack
authored andcommitted
update router to beta.1
1 parent 10de4c5 commit 909f230

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

public/docs/_examples/quickstart/js/package.1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@angular/http": "2.0.0-rc.4",
1515
"@angular/platform-browser": "2.0.0-rc.4",
1616
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
17-
"@angular/router": "3.0.0-alpha.8",
17+
"@angular/router": "3.0.0-beta.1",
1818
"@angular/router-deprecated": "2.0.0-rc.2",
1919
"@angular/upgrade": "2.0.0-rc.4",
2020

public/docs/_examples/quickstart/ts/package.1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@angular/http": "2.0.0-rc.4",
1919
"@angular/platform-browser": "2.0.0-rc.4",
2020
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
21-
"@angular/router": "3.0.0-alpha.8",
21+
"@angular/router": "3.0.0-beta.1",
2222
"@angular/router-deprecated": "2.0.0-rc.2",
2323
"@angular/upgrade": "2.0.0-rc.4",
2424

public/docs/_examples/systemjs.config.plunker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
(function(global) {
77

88
var ngVer = '@2.0.0-rc.4'; // lock in the angular package version; do not let it float to current!
9-
var routerVer = '@3.0.0-alpha.8'; // lock router version
9+
var routerVer = '@3.0.0-beta.1'; // lock router version
1010
var formsVer = '@0.2.0'; // lock forms version
1111
var routerDeprecatedVer = '@2.0.0-rc.2'; // temporarily until we update all the guides
1212

public/docs/_examples/webpack/ts/package.webpack.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@angular/http": "2.0.0-rc.4",
1818
"@angular/platform-browser": "2.0.0-rc.4",
1919
"@angular/platform-browser-dynamic": "2.0.0-rc.4",
20-
"@angular/router": "3.0.0-alpha.8",
20+
"@angular/router": "3.0.0-beta.1",
2121
"core-js": "^2.4.0",
2222
"reflect-metadata": "0.1.2",
2323
"rxjs": "5.0.0-beta.6",

public/docs/ts/latest/guide/router.jade

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include ../_util-fns
22

33
.alert.is-important
44
:marked
5-
The Component Router is in alpha release. This is the recommended Angular 2 router and supersedes
5+
The Component Router is in beta release. This is the recommended Angular 2 router and supersedes
66
the earlier *deprecated beta* and *v2* routers.
77

88
:marked

0 commit comments

Comments
 (0)