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

Commit 31a5ba0

Browse files
committed
Merge pull request #5 from dart-lang/update-web-components
update web components constraint
2 parents a572fdc + d886bfd commit 31a5ba0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### Pub version 0.14.0+2
2+
* Update `web_components` dependency.
3+
14
#### Pub version 0.14.0+1
25
* Update `observe` dependency.
36

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: template_binding
2-
version: 0.14.0+1
2+
version: 0.14.0+2
33
author: Polymer.dart Team <[email protected]>
44
description: >
55
Extends the capabilities of the HTML Template Element by enabling it to
66
create, manage, and remove instances of content bound to data defined in Dart.
77
homepage: https://www.dartlang.org/polymer-dart/
88
dependencies:
99
observe: ">=0.11.0 <0.14.0"
10-
web_components: ">=0.7.0 <0.11.0"
10+
web_components: ">=0.7.0 <0.12.0"
1111
dev_dependencies:
1212
unittest: ">=0.10.0 <0.12.0"
1313
browser: ">=0.10.0 <0.11.0"

0 commit comments

Comments
 (0)