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

Unified Diff: pkg/polymer_expressions/pubspec.yaml

Issue 180213007: [polymer & pkgs] update pubspecs to prepare for -pre.0 release (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix mutation_observer pubspec Created 6 years, 10 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 | « pkg/polymer/pubspec.yaml ('k') | pkg/smoke/pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer_expressions/pubspec.yaml
diff --git a/pkg/polymer_expressions/pubspec.yaml b/pkg/polymer_expressions/pubspec.yaml
index d996a3bda5095d35b6584dc7e3bb43b176067082..83ab912840ff659bf56820a778ec09a91bb83f12 100644
--- a/pkg/polymer_expressions/pubspec.yaml
+++ b/pkg/polymer_expressions/pubspec.yaml
@@ -1,14 +1,14 @@
name: polymer_expressions
-version: 0.10.0-dev
-author: Web UI Authors <html-dev@dartlang.org>
-description: An expressive custom binding syntax for MDV templates
+version: 0.10.0-pre.0
+author: Polymer.dart Authors <web-ui-dev@dartlang.org>
+description: An expressive custom binding syntax for HTML templates
homepage: http://www.dartlang.org/polymer-dart/
dependencies:
- browser: ">=0.9.0 <0.10.0"
- observe: ">=0.9.0 <0.10.0"
- template_binding: ">=0.10.0-dev <0.11.0"
+ browser: ">=0.10.0 <0.11.0"
+ observe: ">=0.10.0-pre.0 <0.11.0"
+ template_binding: ">=0.10.0-pre.0 <0.11.0"
dev_dependencies:
- unittest: ">=0.9.0 <0.10.0"
+ unittest: ">=0.10.0 <0.11.0"
benchmark_harness: ">=1.0.0 <2.0.0"
environment:
- sdk: ">=1.0.0 <2.0.0"
+ sdk: ">=1.2.0 <2.0.0"
« no previous file with comments | « pkg/polymer/pubspec.yaml ('k') | pkg/smoke/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698