Skip to content

Commit

Permalink
Prepare 1.9.3 cli + upstream deps release
Browse files Browse the repository at this point in the history
  • Loading branch information
keanulee committed Dec 19, 2018
1 parent 24a4a18 commit e98c2ba
Show file tree
Hide file tree
Showing 28 changed files with 231 additions and 210 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions packages/analyzer/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 changes here. -->

## [3.2.1] - 2018-12-19
* Recognize .mjs as JavaScript files.

## [3.2.0] - 2018-12-03
* Support annotating mixin class properties and methods using
`MixinClass.prototype.foo` syntax.
Expand Down
20 changes: 10 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.

2 changes: 1 addition & 1 deletion packages/analyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polymer-analyzer",
"version": "3.2.0",
"version": "3.2.1",
"description": "Static analysis for Web Components",
"homepage": "https://github.com/Polymer/tools/tree/master/packages/analyzer",
"repository": "github:Polymer/tools",
Expand Down
6 changes: 3 additions & 3 deletions packages/browser-capabilities/package-lock.json

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

53 changes: 28 additions & 25 deletions packages/build/package-lock.json

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

18 changes: 9 additions & 9 deletions packages/bundler/package-lock.json

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

3 changes: 3 additions & 0 deletions packages/cli/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 changes here. -->

## v1.9.3 [12-19-2018]
* Replace `github` library with `@octokit/rest` to pass npm audit.

## v1.9.2 [12-06-2018]
* Updated dependencies.
* @polymer/esm-amd-loader@1.0.4 - loads AMD modules with
Expand Down
67 changes: 35 additions & 32 deletions packages/cli/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/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polymer-cli",
"version": "1.9.2",
"version": "1.9.3",
"description": "A commandline tool for Polymer projects",
"homepage": "https://github.com/Polymer/tools/tree/master/packages/cli",
"repository": "github:Polymer/tools",
Expand Down
Loading

0 comments on commit e98c2ba

Please sign in to comment.