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

Commit 1dd037f

Browse files
committed
Merge pull request #22 from dart-lang/publish
remove -dev
2 parents e875a36 + ec39eb7 commit 1dd037f

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.1.4-dev
1+
## 0.1.4
22
* Start using @HtmlImport and @CustomElementProxy. This should have no effect
33
on existing applications, other than enabling them to remove some of their
44
html imports if desired (a dart import alone is now sufficient).

pubspec.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: custom_element_apigen
2-
version: 0.1.4-dev
2+
version: 0.1.4
33
author: Polymer.dart Authors <[email protected]>
44
description: Generates Dart API for JS Custom Elements
55
homepage: https://github.com/dart-lang/custom-element-apigen
@@ -12,10 +12,5 @@ dependencies:
1212
# generated code. We could make the codegen ensure that it is listed in the
1313
# package pubspec instead.
1414
web_components: ">=0.10.2 <0.11.0"
15-
dependency_overrides:
16-
polymer:
17-
git:
18-
url: https://github.com/dart-lang/polymer-dart.git
19-
ref: smoke-generator
2015
environment:
2116
sdk: '>=1.6.0 <2.0.0'

0 commit comments

Comments
 (0)