Skip to content

Commit

Permalink
Updated package.json and CHANGELOG for new versions and updated packa…
Browse files Browse the repository at this point in the history
…ge locks.
  • Loading branch information
usergenic committed Apr 2, 2019
1 parent e38aadc commit 0210d94
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 25 deletions.
27 changes: 17 additions & 10 deletions 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 -->
* Disabled `babel-plugin-minify-builtins` and `babel-plugin-minify-remove-undefined` due to errors in `babel-preset-minify`.
<!-- ## Unreleased -->
<!-- Add new, unreleased changes here. -->

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

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

Expand Down
2 changes: 1 addition & 1 deletion packages/build/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/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polymer-build",
"version": "3.1.2",
"version": "3.1.3",
"description": "A library of Gulp build tasks",
"homepage": "https://github.com/Polymer/tools/tree/master/packages/build",
"repository": "github:Polymer/tools",
Expand Down
1 change: 0 additions & 1 deletion packages/bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- ## Unreleased -->
* Updated packages and unpinned `babel-preset-minify` from an alpha to use latest version `^0.5.0`.
<!-- Add new, unreleased changes here. -->

## 4.0.9 - 2019-03-01
Expand Down
6 changes: 3 additions & 3 deletions packages/bundler/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/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 -->
<!-- Add new, unreleased changes here. -->

## v1.9.8 [04-02-2019]
* Updated `polymer-build` to latest versions, disabling babel minify features
which contained bugs causing builds to break when minifying Polymer 3.2.0.
<!-- Add new, unreleased changes here. -->

## v1.9.7 [03-01-2019]
* Added support for `treeshake` option to remove dead JavaScript code when bundling.
Expand Down
14 changes: 10 additions & 4 deletions packages/cli/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polymer-cli",
"version": "1.9.7",
"version": "1.9.8",
"description": "A commandline tool for Polymer projects",
"homepage": "https://github.com/Polymer/tools/tree/master/packages/cli",
"repository": "github:Polymer/tools",
Expand Down Expand Up @@ -65,7 +65,7 @@
"mz": "^2.6.0",
"plylog": "^1.0.0",
"polymer-analyzer": "^3.2.2",
"polymer-build": "^3.1.2",
"polymer-build": "^3.1.3",
"polymer-bundler": "^4.0.9",
"polymer-linter": "^3.0.0",
"polymer-project-config": "^4.0.3",
Expand Down

0 comments on commit 0210d94

Please sign in to comment.