Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1169)

Unified Diff: pubspec.yaml

Issue 111893006: Switch web_ui to use path 1.0.0 (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/web_ui.dart ('k') | test/data/expected/conditional2_test.html.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pubspec.yaml
diff --git a/pubspec.yaml b/pubspec.yaml
index 5f118bf421f8e22ad567e53fb6884b290d883504..f514df2cdc94214204151c6b1dd3a8953b685ae5 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
name: web_ui
-version: 0.4.27+2
+version: 0.4.28
author: Web UI Authors <web-ui-dev@dartlang.org>
description: (deprecated) new versions are in the Polymer.dart package
homepage: https://pub.dartlang.org/packages/polymer
@@ -9,7 +9,7 @@ dependencies:
browser: '>=0.4.5'
custom_element: '>=0.8.10+4'
logging: '>=0.4.5'
- path: '>=0.8.9 < 1.0.0'
+ path: '>=1.0.0 < 2.0.0'
unittest: '>=0.4.5'
csslib: '>=0.4.7 <0.4.8'
html5lib: '>=0.8.9 <0.8.10'
« no previous file with comments | « lib/web_ui.dart ('k') | test/data/expected/conditional2_test.html.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698