Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/polyserve/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- ## Unreleased -->
<!-- Add new, unreleased items here. -->

## [0.27.5] (2018-04-17)
* Update --npm flag description.

## [0.27.4] (2018-04-11)
* Fix AMD transform bug where if an HTML document had multiple type=module scripts, and any of them (apart from the first) had any kind of import, then that import was not accessible (because it was mapped to the wrong module callback function argument).

Expand Down
2 changes: 1 addition & 1 deletion packages/polyserve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"mz": "^2.4.0",
"opn": "^3.0.2",
"pem": "^1.8.3",
"polymer-build": "^3.0.0-pre.11",
"polymer-build": "=3.0.0-pre.12",
"requirejs": "^2.3.4",
"resolve": "^1.5.0",
"send": "^0.14.1",
Expand Down