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

Unified Diff: pubspec.yaml

Issue 14295009: Fix widget.dart to work with the latest web_ui library. Specifically, query selectors need to use "… (Closed) Base URL: https://github.com/kevmoo/widget.dart.git@master
Patch Set: Updated to the next version of the SDK Created 7 years, 8 months 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/src/effects/swapper.dart ('k') | test/effects/swapper_tests.dart » ('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 ed2a205e657f38ec4d7faa44ac7ea81971fadbd1..36ab18d39d4ad5c831da9190d4ae6d7dc5cfe994 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,14 +1,14 @@
name: widget
-version: 0.2.4
+version: 0.4.7
Siggi Cherem (dart-lang) 2013/04/16 17:07:20 Please change the new version to "0.2.5" or "0.3.0
Jacob 2013/04/16 17:18:19 Done.
author: Kevin Moore <kevin@thinkpixellab.com>
description: A set of reusable Web Components for Dart applications
homepage: https://github.com/kevmoo/widget.dart
environment:
- sdk: '>=0.4.4+4.r20810'
+ sdk: '>=0.4.5'
Siggi Cherem (dart-lang) 2013/04/16 17:07:20 use 0.4.7
Jacob 2013/04/16 17:18:19 Done.
dependencies:
- html5lib: '>=0.4.1'
bot: '>=0.16.2'
- web_ui: '>=0.4.4'
+ web_ui: '>=0.4.5'
Siggi Cherem (dart-lang) 2013/04/16 17:07:20 use 0.4.6+1
Jacob 2013/04/16 17:18:19 Done.
+ html5lib: '>=0.4.3 <0.4.4'
Siggi Cherem (dart-lang) 2013/04/16 17:07:20 is this imported explicitly in the code? if not, w
Jacob 2013/04/16 17:18:19 It doesn't seem like it was needed. Removed.
meta: '>=0.4.4+4'
dev_dependencies:
unittest: '>=0.4.4+4'
« no previous file with comments | « lib/src/effects/swapper.dart ('k') | test/effects/swapper_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698