Skip to content

Commit

Permalink
[analyzer][bundler][project-config][cli] release PR. (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
usergenic authored May 14, 2018
1 parent 211f0eb commit f505ca8
Show file tree
Hide file tree
Showing 18 changed files with 225 additions and 217 deletions.
258 changes: 129 additions & 129 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions packages/analyzer/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
<!-- ## Unreleased -->
<!-- Add new, unreleased changes here. -->

## [3.0.1] - 2018-05-11
* Better support for handling errors early on in the analysis process (load,
parse, scan). This should solve the vast majority of Internal Error warnings.
<!-- Add new, unreleased changes here. -->

## [3.0.0] - 2018-05-08
* `Analyzer#analyze` when called with an explicit list of files, will ignore
Expand Down
8 changes: 4 additions & 4 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.0.0",
"version": "3.0.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.

6 changes: 3 additions & 3 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: 4 additions & 2 deletions packages/bundler/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
* Added missing `babel-types` to dependencies instead of relying on it transitively.
<!-- ## Unreleased -->
<!-- Add new, unreleased changes here. -->

## 4.0.1 - 2018-05-11
* Added missing `babel-types` to dependencies instead of relying on it transitively.

## 4.0.0 - 2018-05-08
* Fixed inline module scripts which used bare name specifiers to correctly resolve them using the module resolutions of the Analyzer.

Expand Down
20 changes: 10 additions & 10 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: 2 additions & 2 deletions packages/bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polymer-bundler",
"version": "4.0.0",
"version": "4.0.1",
"description": "Process Web Components into one output file",
"homepage": "https://github.com/Polymer/tools/tree/master/packages/bundler",
"repository": "github:Polymer/tools",
Expand Down Expand Up @@ -33,7 +33,7 @@
"magic-string": "^0.22.4",
"mkdirp": "^0.5.1",
"parse5": "^2.2.2",
"polymer-analyzer": "^3.0.0",
"polymer-analyzer": "^3.0.1",
"rollup": "^0.58.2",
"source-map": "^0.5.6",
"vscode-uri": "^1.0.1"
Expand Down
6 changes: 4 additions & 2 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Changelog


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

## v1.7.2 [05-11-2018]
* Fix bug in `polymer-3-element` init template where `polymer/dom-module.js`
could be loaded twice when serving from the polyserve `/components/`
directory.
* Fix names of `uncompiled-bundled` and `uncompiled-unbundled` build presets.
<!-- Add new, unreleased items here. -->

## v1.7.1 [05-09-2018]
* Workaround an NPM shrinkwrap bug which was causing users to install the CLI's
Expand Down
74 changes: 37 additions & 37 deletions packages/cli/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polymer-cli",
"version": "1.7.1",
"version": "1.7.2",
"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 @@ -61,11 +61,11 @@
"merge-stream": "^1.0.1",
"mz": "^2.6.0",
"plylog": "^0.5.0",
"polymer-analyzer": "^3.0.0",
"polymer-analyzer": "^3.0.1",
"polymer-build": "^3.0.0",
"polymer-bundler": "^4.0.0",
"polymer-bundler": "^4.0.1",
"polymer-linter": "^3.0.0",
"polymer-project-config": "^4.0.0",
"polymer-project-config": "^4.0.1",
"polyserve": "^0.27.11",
"request": "^2.72.0",
"rimraf": "^2.6.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/editor-service/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/linter/package-lock.json

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

Loading

0 comments on commit f505ca8

Please sign in to comment.