Skip to content

Commit

Permalink
Prepare release CLI v1.9.7 (incl. bundler 4.0.9 with treeshake suppor…
Browse files Browse the repository at this point in the history
…t.) (Polymer#3369)

Prepare release CLI v1.9.7 (incl. bundler 4.0.9 with treeshake support.)
  • Loading branch information
usergenic authored Mar 2, 2019
1 parent 234e452 commit 19b9e2d
Show file tree
Hide file tree
Showing 28 changed files with 168 additions and 157 deletions.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ branches:
- master

install:
- choco install googlechrome
# Ignore checksum because of https://github.com/appveyor/ci/issues/2089
- choco install googlechrome --ignore-checksum
- ps: Install-Product node $env:nodejs_version
- npm i -g npm@latest
- npm ci
Expand Down
38 changes: 19 additions & 19 deletions package-lock.json

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

21 changes: 11 additions & 10 deletions packages/analyzer/package-lock.json

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

4 changes: 3 additions & 1 deletion packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- Unreleased -->
* Added support for `treeshake` option to remove dead JavaScript code when bundling.
<!-- Add new, unreleased changes here. -->

## [3.1.2] - 2019-03-01
* Added support for `treeshake` option to remove dead JavaScript code when bundling.

## [3.1.1] - 2018-11-12
* Fix issue with deadcode removal in babel-minify, by turning it off, as it can be error prone and result in removal of code which should not be removed and cause hard to debug errors. https://github.com/Polymer/tools/issues/724

Expand Down
29 changes: 15 additions & 14 deletions packages/build/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 packages/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polymer-build",
"version": "3.1.1",
"version": "3.1.2",
"description": "A library of Gulp build tasks",
"homepage": "https://github.com/Polymer/tools/tree/master/packages/build",
"repository": "github:Polymer/tools",
Expand Down Expand Up @@ -77,8 +77,8 @@
"parse5": "^4.0.0",
"plylog": "^1.0.0",
"polymer-analyzer": "^3.1.3",
"polymer-bundler": "^4.0.3",
"polymer-project-config": "^4.0.0",
"polymer-bundler": "^4.0.9",
"polymer-project-config": "^4.0.3",
"regenerator-runtime": "^0.11.1",
"stream": "0.0.2",
"sw-precache": "^5.1.1",
Expand Down
4 changes: 3 additions & 1 deletion packages/bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- ## Unreleased -->
<!-- Add new, unreleased changes here. -->

## 4.0.9 - 2019-03-01
* Upgraded Rollup to version 1.3.0.
* Added support for `treeshake` option to remove dead JavaScript code when bundling.
<!-- Add new, unreleased changes here. -->

## 4.0.8 - 2019-02-12
* Fixed issue involving absolute paths being rewritten as relative paths when bundled https://github.com/Polymer/tools/issues/3348.
Expand Down
28 changes: 14 additions & 14 deletions packages/bundler/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polymer-bundler",
"version": "4.0.8",
"version": "4.0.9",
"description": "Process Web Components into one output file",
"homepage": "https://github.com/Polymer/tools/tree/master/packages/bundler",
"repository": "github:Polymer/tools",
Expand Down
4 changes: 3 additions & 1 deletion packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- ## Unreleased -->
* Added support for `treeshake` option to remove dead JavaScript code when bundling.
<!-- Add new, unreleased changes here. -->

## v1.9.7 [03-01-2019]
* Added support for `treeshake` option to remove dead JavaScript code when bundling.

## v1.9.6 [02-07-2019]
* Update `bower` library to pass npm audit.

Expand Down
Loading

0 comments on commit 19b9e2d

Please sign in to comment.