Skip to content

Commit

Permalink
Merge pull request #72 from Polymer/release
Browse files Browse the repository at this point in the history
Prepare 2.1.0 release
  • Loading branch information
aomarks authored Jun 21, 2018
2 parents ac470ce + 9d93df9 commit 3a6e58d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change Log

## [Unreleased]
<!-- ## [Unreleased] -->

## [2.1.0] - 2018-06-21
- Add @ExportDecoratedItems annotations to decorators, for use by tsickle.

## [2.0.1] - 2018-05-16
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "polymer-decorators",
"homepage": "https://github.com/Polymer/polymer-decorators",
"version": "2.0.1",
"version": "2.1.0",
"authors": [
"The Polymer Project Authors"
],
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polymer/decorators",
"version": "2.0.1",
"version": "2.1.0",
"private": true,
"description": "TypeScript decorators for Polymer 2.0",
"main": "lib/decorators.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"bower": "^1.8.2",
"clang-format": "^1.0.55",
"rimraf": "^2.6.2",
"rollup": "^0.59.0",
"typescript": "^2.5.2"
"rollup": "^0.61.1",
"typescript": "^2.9.2"
}
}

0 comments on commit 3a6e58d

Please sign in to comment.