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

chore(dart): update to ng Dart version 2.0.0 #2680

Merged
merged 1 commit into from
Oct 26, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion public/docs/_examples/architecture/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.0.1
environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.22
angular2: ^2.0.0
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.0.1
environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.22
angular2: ^2.0.0
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
2 changes: 1 addition & 1 deletion public/docs/_examples/component-styles/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.0.1
environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.22
angular2: ^2.0.0
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.0.1
environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.22
angular2: ^2.0.0
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
2 changes: 1 addition & 1 deletion public/docs/_examples/displaying-data/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.0.1
environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.22
angular2: ^2.0.0
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
2 changes: 1 addition & 1 deletion public/docs/_examples/forms/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.0.1
environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.22
angular2: ^2.0.0
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.0.1
environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.22
angular2: ^2.0.0
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
2 changes: 1 addition & 1 deletion public/docs/_examples/lifecycle-hooks/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.0.1
environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.22
angular2: ^2.0.0
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
2 changes: 1 addition & 1 deletion public/docs/_examples/pipes/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.0.1
environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.22
angular2: ^2.0.0
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
6 changes: 3 additions & 3 deletions public/docs/_examples/server-communication/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ version: 0.0.1
environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.22
angular2: ^2.0.0
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
http: ^0.11.3+3
http: ^0.11.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious: Why did this go backwards?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The ^ means it will pickup the latest 0.11.x ... so the rest after 0.11 is placebo :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Besides, we had no reason to be locked into 0.11.3+3 exactly.)

jsonpadding: ^0.1.0
stream_transformers: ^0.3.0+3
stream_transformers: ^0.3.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

http_in_memory_web_api: ^0.2.0
# #docregion transformers
transformers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.0.1
environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.22
angular2: ^2.0.0
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
2 changes: 1 addition & 1 deletion public/docs/_examples/template-syntax/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.0.1
environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.22
angular2: ^2.0.0
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
2 changes: 1 addition & 1 deletion public/docs/_examples/toh-1/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.0.1
environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.22
angular2: ^2.0.0
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
2 changes: 1 addition & 1 deletion public/docs/_examples/toh-2/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.0.1
environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.22
angular2: ^2.0.0
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
2 changes: 1 addition & 1 deletion public/docs/_examples/toh-3/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.0.1
environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.22
angular2: ^2.0.0
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
2 changes: 1 addition & 1 deletion public/docs/_examples/toh-4/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.0.1
environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.22
angular2: ^2.0.0
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
2 changes: 1 addition & 1 deletion public/docs/_examples/toh-5/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.0.1
environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.22
angular2: ^2.0.0
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
2 changes: 1 addition & 1 deletion public/docs/_examples/toh-6/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: '>=1.19.0 <2.0.0'
# #docregion additions
dependencies:
angular2: 2.0.0-beta.22
angular2: ^2.0.0
# #enddocregion additions
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
Expand Down
2 changes: 1 addition & 1 deletion public/docs/_examples/user-input/dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.0.1
environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.22
angular2: ^2.0.0
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1
environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: 2.0.0-beta.22
angular2: ^2.0.0
browser: ^0.10.0
dart_to_js_script_rewriter: ^1.0.1
transformers:
Expand Down