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

Commit

Permalink
Merge pull request #86 from dart-lang/publish
Browse files Browse the repository at this point in the history
remove -dev
  • Loading branch information
jakemac53 committed Mar 10, 2015
2 parents f4ee810 + 457469c commit 6d3fbca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.6.2-dev
## 0.6.2
* Increase `polymer` and `custom_element_apigen` lower bounds. Now takes
advantage of `@HtmlImport` so manual html imports are no longer required to
use the elements, just a dart import will work.
Expand Down
15 changes: 1 addition & 14 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: paper_elements
version: 0.6.2-dev
version: 0.6.2
author: Polymer.dart Authors <[email protected]>
description: Paper elements for Dart
homepage: https://www.dartlang.org/polymer-dart/
Expand All @@ -12,19 +12,6 @@ dev_dependencies:
path: ">=1.0.0 <2.0.0"
unittest: ">=0.11.0+2 <0.12.0"
matcher: ">=0.10.1+1 <0.12.0"
dependency_overrides:
polymer:
git:
url: https://github.com/dart-lang/polymer-dart.git
ref: smoke-generator
core_elements:
git:
url: https://github.com/dart-lang/core-elements.git
ref: 0.6.1
custom_element_apigen:
git:
url: https://github.com/dart-lang/custom-element-apigen.git
ref: reorg
transformers:
- polymer:
entry_points:
Expand Down

0 comments on commit 6d3fbca

Please sign in to comment.