From d886bfd693c54a716e457bbea2fb8244defb7106 Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Wed, 18 Mar 2015 13:24:52 -0700 Subject: [PATCH] update web components --- CHANGELOG.md | 3 +++ pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b3c982..6696689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +#### Pub version 0.14.0+2 + * Update `web_components` dependency. + #### Pub version 0.14.0+1 * Update `observe` dependency. diff --git a/pubspec.yaml b/pubspec.yaml index 206f623..47dac00 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: template_binding -version: 0.14.0+1 +version: 0.14.0+2 author: Polymer.dart Team description: > Extends the capabilities of the HTML Template Element by enabling it to @@ -7,7 +7,7 @@ description: > homepage: https://www.dartlang.org/polymer-dart/ dependencies: observe: ">=0.11.0 <0.14.0" - web_components: ">=0.7.0 <0.11.0" + web_components: ">=0.7.0 <0.12.0" dev_dependencies: unittest: ">=0.10.0 <0.12.0" browser: ">=0.10.0 <0.11.0"