Skip to content

Commit

Permalink
Prepare Release of polymer-cli 1.9.9 and polymer-build 3.1.4 (#3407)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
usergenic authored Apr 26, 2019
1 parent abe3e4e commit 0918f98
Show file tree
Hide file tree
Showing 31 changed files with 1,200 additions and 1,007 deletions.
793 changes: 425 additions & 368 deletions package-lock.json

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions packages/analyzer/package-lock.json

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

12 changes: 6 additions & 6 deletions packages/browser-capabilities/package-lock.json

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

6 changes: 4 additions & 2 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

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

## [3.1.4] - 2019-04-26
* Fixed an issue where bare specifiers were not rewritten for dynamic imports after transforming them to AMD require statements.

## [3.1.3] - 2019-04-02
* Disabled `babel-plugin-minify-builtins` and `babel-plugin-minify-remove-undefined` due to errors in `babel-preset-minify`.

Expand Down
Loading

0 comments on commit 0918f98

Please sign in to comment.