diff --git a/CHANGELOG.md b/CHANGELOG.md index 2010a49..34062ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0](https://github.com/evocateur/pectin/compare/v2.0.0...v2.1.0) (2018-10-16) + + +### Bug Fixes + +* **core:** Make SVG inlining opt-in via package prop ([f072b17](https://github.com/evocateur/pectin/commit/f072b17)), closes [#4](https://github.com/evocateur/pectin/issues/4) +* **core:** Re-order SVG plugin to avoid breaking React ([fc5202f](https://github.com/evocateur/pectin/commit/fc5202f)), closes [#4](https://github.com/evocateur/pectin/issues/4) + + +### Features + +* **api:** Consume new plugins-per-format core API ([42a9659](https://github.com/evocateur/pectin/commit/42a9659)) +* **api:** p-map ^2.0.0 ([574d9f1](https://github.com/evocateur/pectin/commit/574d9f1)) +* **babelrc:** Accept optional format config that controls value of useESModules option passed to runtime transform ([8e7622d](https://github.com/evocateur/pectin/commit/8e7622d)) +* **core:** Add minified UMD output via pkg.unpkg with un-minified dev output ([e4e6f63](https://github.com/evocateur/pectin/commit/e4e6f63)) +* **core:** Add replacement of NODE_ENV and BROWSER env vars ([236acd2](https://github.com/evocateur/pectin/commit/236acd2)) +* **core:** Add simple and advanced browser output(s) via pkg.browser ([c8213d7](https://github.com/evocateur/pectin/commit/c8213d7)) +* **core:** Generate plugins per-format instead of per-input ([4e81e6f](https://github.com/evocateur/pectin/commit/4e81e6f)) +* **subpath-externals:** Accept optional format config that controls which types of dependencies are externalized ([446440d](https://github.com/evocateur/pectin/commit/446440d)) + + + + + # [2.0.0](https://github.com/evocateur/pectin/compare/v1.3.0...v2.0.0) (2018-10-10) diff --git a/lerna.json b/lerna.json index ad2f20e..473ec17 100644 --- a/lerna.json +++ b/lerna.json @@ -15,5 +15,5 @@ "packages": [ "packages/*" ], - "version": "2.0.0" + "version": "2.1.0" } diff --git a/packages/pectin-api/CHANGELOG.md b/packages/pectin-api/CHANGELOG.md index f3e0902..b165d01 100644 --- a/packages/pectin-api/CHANGELOG.md +++ b/packages/pectin-api/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0](https://github.com/evocateur/pectin/compare/v2.0.0...v2.1.0) (2018-10-16) + + +### Features + +* **api:** Consume new plugins-per-format core API ([42a9659](https://github.com/evocateur/pectin/commit/42a9659)) +* **api:** p-map ^2.0.0 ([574d9f1](https://github.com/evocateur/pectin/commit/574d9f1)) + + + + + # [2.0.0](https://github.com/evocateur/pectin/compare/v1.3.0...v2.0.0) (2018-10-10) diff --git a/packages/pectin-api/package.json b/packages/pectin-api/package.json index 261fb27..15ca65f 100644 --- a/packages/pectin-api/package.json +++ b/packages/pectin-api/package.json @@ -1,6 +1,6 @@ { "name": "@pectin/api", - "version": "2.0.0", + "version": "2.1.0", "description": "Conventional rollup builds for lerna monorepos", "keywords": [ "rollup", diff --git a/packages/pectin-babelrc/CHANGELOG.md b/packages/pectin-babelrc/CHANGELOG.md index 125c214..4aff521 100644 --- a/packages/pectin-babelrc/CHANGELOG.md +++ b/packages/pectin-babelrc/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0](https://github.com/evocateur/pectin/compare/v2.0.0...v2.1.0) (2018-10-16) + + +### Features + +* **babelrc:** Accept optional format config that controls value of useESModules option passed to runtime transform ([8e7622d](https://github.com/evocateur/pectin/commit/8e7622d)) + + + + + # [2.0.0](https://github.com/evocateur/pectin/compare/v1.3.0...v2.0.0) (2018-10-10) diff --git a/packages/pectin-babelrc/package.json b/packages/pectin-babelrc/package.json index e926a72..b9de701 100644 --- a/packages/pectin-babelrc/package.json +++ b/packages/pectin-babelrc/package.json @@ -1,6 +1,6 @@ { "name": "@pectin/babelrc", - "version": "2.0.0", + "version": "2.1.0", "description": "Locate and prepare custom babel config for rollup-plugin-babel", "keywords": [ "rollup", diff --git a/packages/pectin-cli/CHANGELOG.md b/packages/pectin-cli/CHANGELOG.md index 0bb9085..2580495 100644 --- a/packages/pectin-cli/CHANGELOG.md +++ b/packages/pectin-cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0](https://github.com/evocateur/pectin/compare/v2.0.0...v2.1.0) (2018-10-16) + +**Note:** Version bump only for package @pectin/cli + + + + + # [2.0.0](https://github.com/evocateur/pectin/compare/v1.3.0...v2.0.0) (2018-10-10) **Note:** Version bump only for package @pectin/cli diff --git a/packages/pectin-cli/package.json b/packages/pectin-cli/package.json index 1049008..65d940e 100644 --- a/packages/pectin-cli/package.json +++ b/packages/pectin-cli/package.json @@ -1,6 +1,6 @@ { "name": "@pectin/cli", - "version": "2.0.0", + "version": "2.1.0", "description": "Lightweight CLI for running convention-based rollup builds in lerna monorepos", "keywords": [ "rollup", diff --git a/packages/pectin-core/CHANGELOG.md b/packages/pectin-core/CHANGELOG.md index b2f3f10..e4e776d 100644 --- a/packages/pectin-core/CHANGELOG.md +++ b/packages/pectin-core/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0](https://github.com/evocateur/pectin/compare/v2.0.0...v2.1.0) (2018-10-16) + + +### Bug Fixes + +* **core:** Make SVG inlining opt-in via package prop ([f072b17](https://github.com/evocateur/pectin/commit/f072b17)), closes [#4](https://github.com/evocateur/pectin/issues/4) +* **core:** Re-order SVG plugin to avoid breaking React ([fc5202f](https://github.com/evocateur/pectin/commit/fc5202f)), closes [#4](https://github.com/evocateur/pectin/issues/4) + + +### Features + +* **core:** Add minified UMD output via pkg.unpkg with un-minified dev output ([e4e6f63](https://github.com/evocateur/pectin/commit/e4e6f63)) +* **core:** Add replacement of NODE_ENV and BROWSER env vars ([236acd2](https://github.com/evocateur/pectin/commit/236acd2)) +* **core:** Add simple and advanced browser output(s) via pkg.browser ([c8213d7](https://github.com/evocateur/pectin/commit/c8213d7)) +* **core:** Generate plugins per-format instead of per-input ([4e81e6f](https://github.com/evocateur/pectin/commit/4e81e6f)) + + + + + # [2.0.0](https://github.com/evocateur/pectin/compare/v1.3.0...v2.0.0) (2018-10-10) diff --git a/packages/pectin-core/package.json b/packages/pectin-core/package.json index fc3c4dd..d50a2c1 100644 --- a/packages/pectin-core/package.json +++ b/packages/pectin-core/package.json @@ -1,6 +1,6 @@ { "name": "@pectin/core", - "version": "2.0.0", + "version": "2.1.0", "description": "Core implementation of pectin logic", "keywords": [ "rollup", diff --git a/packages/rollup-config-pectin/CHANGELOG.md b/packages/rollup-config-pectin/CHANGELOG.md index 7f3d871..e919b51 100644 --- a/packages/rollup-config-pectin/CHANGELOG.md +++ b/packages/rollup-config-pectin/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0](https://github.com/evocateur/pectin/compare/v2.0.0...v2.1.0) (2018-10-16) + +**Note:** Version bump only for package rollup-config-pectin + + + + + # [2.0.0](https://github.com/evocateur/pectin/compare/v1.3.0...v2.0.0) (2018-10-10) **Note:** Version bump only for package rollup-config-pectin diff --git a/packages/rollup-config-pectin/package.json b/packages/rollup-config-pectin/package.json index c2cb514..8cf392b 100644 --- a/packages/rollup-config-pectin/package.json +++ b/packages/rollup-config-pectin/package.json @@ -1,6 +1,6 @@ { "name": "rollup-config-pectin", - "version": "2.0.0", + "version": "2.1.0", "description": "Rollup config for tree-shakeable libraries based on conventional patterns", "keywords": [ "rollup", diff --git a/packages/rollup-plugin-subpath-externals/CHANGELOG.md b/packages/rollup-plugin-subpath-externals/CHANGELOG.md index 04215d4..7234980 100644 --- a/packages/rollup-plugin-subpath-externals/CHANGELOG.md +++ b/packages/rollup-plugin-subpath-externals/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.1.0](https://github.com/evocateur/pectin/compare/v2.0.0...v2.1.0) (2018-10-16) + + +### Features + +* **subpath-externals:** Accept optional format config that controls which types of dependencies are externalized ([446440d](https://github.com/evocateur/pectin/commit/446440d)) + + + + + # [2.0.0](https://github.com/evocateur/pectin/compare/v1.3.0...v2.0.0) (2018-10-10) **Note:** Version bump only for package rollup-plugin-subpath-externals diff --git a/packages/rollup-plugin-subpath-externals/package.json b/packages/rollup-plugin-subpath-externals/package.json index bc69051..1904a4f 100644 --- a/packages/rollup-plugin-subpath-externals/package.json +++ b/packages/rollup-plugin-subpath-externals/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-subpath-externals", - "version": "2.0.0", + "version": "2.1.0", "description": "Externalize all dependencies, even subpath imports", "keywords": [ "rollup",