Skip to content

Commit

Permalink
Update for linter and bundler.
Browse files Browse the repository at this point in the history
  • Loading branch information
aomarks committed Apr 17, 2018
1 parent 8a7414b commit 824f970
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/build/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [3.0.0-pre.12] - 2018-04-16
* The Babel helpers script now includes all Babel helpers that could be used by the ES5 compilation and AMD transforms.
* The `jsTransform` function's `injectBabelHelpers` option now has 3 possible values: `none` (default), `full`, and `amd`.
* Inline JavaScript will now only be transformed to AMD modules if they have type=module.
* External JavaScript files will now only be transformed to AMD modules if they contain module import/export syntax.

Expand Down
3 changes: 3 additions & 0 deletions packages/bundler/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. -->

## 4.0.0-pre.5 - 2018-04-16
- Update for breaking Analyzer change.

## 4.0.0-pre.4 - 2018-04-02
- Fix issue where external script tags referencing bundled ES modules were not updated.

Expand Down
3 changes: 3 additions & 0 deletions packages/linter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- ## Unreleased -->

## [3.0.0-pre.7] - 2018-04-16
- Update for breaking Analyzer change.

## [3.0.0-pre.6] - 2018-04-11
- Bump dependencies.

Expand Down

0 comments on commit 824f970

Please sign in to comment.