diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bc2b12..baf58be 100644 --- a/CHANGELOG.md +++ b/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. +## [1.3.1](https://github.com/evocateur/pectin/compare/v1.3.0...v1.3.1) (2018-10-15) + + +### Bug Fixes + +* **core:** Make SVG inlining opt-in via package prop ([d557bc2](https://github.com/evocateur/pectin/commit/d557bc2)), closes [#4](https://github.com/evocateur/pectin/issues/4) +* **core:** Re-order SVG plugin to avoid breaking React ([b916c7e](https://github.com/evocateur/pectin/commit/b916c7e)), closes [#4](https://github.com/evocateur/pectin/issues/4) + + + + + # [1.3.0](https://github.com/evocateur/pectin/compare/v1.2.0...v1.3.0) (2018-10-10) diff --git a/lerna.json b/lerna.json index 7a18dcb..01e911c 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ "packages": [ "packages/*" ], - "version": "1.3.0" + "version": "1.3.1" } diff --git a/packages/pectin-api/CHANGELOG.md b/packages/pectin-api/CHANGELOG.md index 9871ad8..a690bc3 100644 --- a/packages/pectin-api/CHANGELOG.md +++ b/packages/pectin-api/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. +## [1.3.1](https://github.com/evocateur/pectin/compare/v1.3.0...v1.3.1) (2018-10-15) + +**Note:** Version bump only for package @pectin/api + + + + + # [1.3.0](https://github.com/evocateur/pectin/compare/v1.2.0...v1.3.0) (2018-10-10) **Note:** Version bump only for package @pectin/api diff --git a/packages/pectin-api/package.json b/packages/pectin-api/package.json index 580b64c..76d311d 100644 --- a/packages/pectin-api/package.json +++ b/packages/pectin-api/package.json @@ -1,6 +1,6 @@ { "name": "@pectin/api", - "version": "1.3.0", + "version": "1.3.1", "description": "Conventional rollup builds for lerna monorepos", "keywords": [ "rollup", diff --git a/packages/pectin-cli/CHANGELOG.md b/packages/pectin-cli/CHANGELOG.md index cdc6dec..7005a15 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. +## [1.3.1](https://github.com/evocateur/pectin/compare/v1.3.0...v1.3.1) (2018-10-15) + +**Note:** Version bump only for package @pectin/cli + + + + + # [1.3.0](https://github.com/evocateur/pectin/compare/v1.2.0...v1.3.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 14cf3ca..ce64a95 100644 --- a/packages/pectin-cli/package.json +++ b/packages/pectin-cli/package.json @@ -1,6 +1,6 @@ { "name": "@pectin/cli", - "version": "1.3.0", + "version": "1.3.1", "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 122019e..286d329 100644 --- a/packages/pectin-core/CHANGELOG.md +++ b/packages/pectin-core/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. +## [1.3.1](https://github.com/evocateur/pectin/compare/v1.3.0...v1.3.1) (2018-10-15) + + +### Bug Fixes + +* **core:** Make SVG inlining opt-in via package prop ([d557bc2](https://github.com/evocateur/pectin/commit/d557bc2)), closes [#4](https://github.com/evocateur/pectin/issues/4) +* **core:** Re-order SVG plugin to avoid breaking React ([b916c7e](https://github.com/evocateur/pectin/commit/b916c7e)), closes [#4](https://github.com/evocateur/pectin/issues/4) + + + + + # [1.3.0](https://github.com/evocateur/pectin/compare/v1.2.0...v1.3.0) (2018-10-10) diff --git a/packages/pectin-core/package.json b/packages/pectin-core/package.json index f18e338..6140a16 100644 --- a/packages/pectin-core/package.json +++ b/packages/pectin-core/package.json @@ -1,6 +1,6 @@ { "name": "@pectin/core", - "version": "1.3.0", + "version": "1.3.1", "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 7830d91..6f6fc58 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. +## [1.3.1](https://github.com/evocateur/pectin/compare/v1.3.0...v1.3.1) (2018-10-15) + +**Note:** Version bump only for package rollup-config-pectin + + + + + # [1.3.0](https://github.com/evocateur/pectin/compare/v1.2.0...v1.3.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 18fb698..ba15386 100644 --- a/packages/rollup-config-pectin/package.json +++ b/packages/rollup-config-pectin/package.json @@ -1,6 +1,6 @@ { "name": "rollup-config-pectin", - "version": "1.3.0", + "version": "1.3.1", "description": "Rollup config for tree-shakeable libraries based on conventional patterns", "keywords": [ "rollup",