Skip to content

Commit 0918f98

Browse files
authored
Prepare Release of polymer-cli 1.9.9 and polymer-build 3.1.4 (#3407)
* Updated CHANGELOG, package.json and package-lock.json files for release of build + cli * Updated goldens because dependency update included *fix* to es5 code-- "function"===typeof Symbol changed to "undefined"===typeof Symbol in a check.
1 parent abe3e4e commit 0918f98

File tree

31 files changed

+1200
-1007
lines changed

31 files changed

+1200
-1007
lines changed

package-lock.json

Lines changed: 425 additions & 368 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/analyzer/package-lock.json

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/browser-capabilities/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/build/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## Unreleased
9-
* Fixed an issue where bare specifiers were not rewritten for dynamic imports after transforming them to AMD require statements.
8+
<!-- ## Unreleased -->
109
<!-- Add new, unreleased changes here. -->
1110

11+
## [3.1.4] - 2019-04-26
12+
* Fixed an issue where bare specifiers were not rewritten for dynamic imports after transforming them to AMD require statements.
13+
1214
## [3.1.3] - 2019-04-02
1315
* Disabled `babel-plugin-minify-builtins` and `babel-plugin-minify-remove-undefined` due to errors in `babel-preset-minify`.
1416

0 commit comments

Comments
 (0)