From e9d40ab2d793817b67be06e87c91d4a02db18773 Mon Sep 17 00:00:00 2001 From: Kathy Walrath Date: Wed, 26 Oct 2016 14:43:53 +0200 Subject: [PATCH] Update most visible AngularDart pages to 2.0 --- public/docs/_examples/quickstart/dart/pubspec.yaml | 3 ++- public/docs/dart/latest/_data.json | 2 +- public/docs/dart/latest/api/_data.json | 4 ++-- public/docs/dart/latest/api/index.jade | 6 +----- public/docs/dart/latest/quickstart.jade | 1 - 5 files changed, 6 insertions(+), 10 deletions(-) diff --git a/public/docs/_examples/quickstart/dart/pubspec.yaml b/public/docs/_examples/quickstart/dart/pubspec.yaml index 39b7e10d28..d497066817 100644 --- a/public/docs/_examples/quickstart/dart/pubspec.yaml +++ b/public/docs/_examples/quickstart/dart/pubspec.yaml @@ -5,7 +5,8 @@ version: 0.0.1 environment: sdk: '>=1.19.0 <2.0.0' dependencies: - angular2: 2.0.0-beta.22 + angular2: ^2.0.0 +dev_dependencies: browser: ^0.10.0 dart_to_js_script_rewriter: ^1.0.1 transformers: diff --git a/public/docs/dart/latest/_data.json b/public/docs/dart/latest/_data.json index 61dab9cc41..77d163aaf3 100644 --- a/public/docs/dart/latest/_data.json +++ b/public/docs/dart/latest/_data.json @@ -4,7 +4,7 @@ "title": "Angular Docs", "subtitle": "Dart", "menuTitle": "Docs Home", - "banner": "Angular release is beta.22. View the change log to see enhancements, fixes, and breaking changes." + "banner": "AngularDart is 2.0. View the change log to see enhancements, fixes, and breaking changes." }, "quickstart": { diff --git a/public/docs/dart/latest/api/_data.json b/public/docs/dart/latest/api/_data.json index 4b375156fc..6bb33fa9a7 100644 --- a/public/docs/dart/latest/api/_data.json +++ b/public/docs/dart/latest/api/_data.json @@ -1,5 +1,5 @@ { "index" : { - "title" : "API 2.0 Preview" + "title" : "API Reference" } -} \ No newline at end of file +} diff --git a/public/docs/dart/latest/api/index.jade b/public/docs/dart/latest/api/index.jade index 6954ca79c5..477cf84fb3 100644 --- a/public/docs/dart/latest/api/index.jade +++ b/public/docs/dart/latest/api/index.jade @@ -1,9 +1,5 @@ :marked - > **WARNING:** API documentation is preliminary and subject to change. - - > **Known issues:** Although this generated API reference displays Dart - APIs, individual pages sometimes describe TypeScript APIs accompanied with - TypeScript code. The angular.io issue tracker contains [all known + > **Known issues:** The angular.io issue tracker contains [all known issues][api-issues]; if you notice others, please [report them][new-issue]. Thanks! diff --git a/public/docs/dart/latest/quickstart.jade b/public/docs/dart/latest/quickstart.jade index ee8ea0e87a..50e3d516ab 100644 --- a/public/docs/dart/latest/quickstart.jade +++ b/public/docs/dart/latest/quickstart.jade @@ -30,7 +30,6 @@ block package-and-config-files packages as dependencies, as well as the `angular2` transformer. It can also specify other packages and transformers for the app to use, such as [dart_to_js_script_rewriter](https://pub.dartlang.org/packages/dart_to_js_script_rewriter). - Angular 2 is still changing, so provide an exact version: **2.0.0-beta.22**. [pubspec]: https://www.dartlang.org/tools/pub/pubspec.html