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

Commit

Permalink
Merge branch '0.3.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Oct 11, 2019
2 parents da1e452 + c32c64e commit 4e73af1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Change Log
## [0.3.3] - 2018-09-28
* Rebuild shadycss bundle with changes from https://github.com/webcomponents/shadycss/pull/215

## [0.3.2] - 2018-09-12
* Don't mark templates in polymer v1 builds

## [0.3.1] - 2018-09-12
* Drop `esm` module for bundling with `rollup`

## Unreleased
- Fix `shady-unscoped` style imports and add tests
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"lint": "eslint **/*.js",
"prepare-tests": "./tests/prepare-tests.sh",
"test": "npm run lint && npm run prepare-tests && wct",
"bundle": "rollup -c rollup.config.js"
"bundle": "rollup -c rollup.config.js",
"prepare": "npm run bundle"
},
"author": "The Polymer Authors",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 4e73af1

Please sign in to comment.