From 4adaa617e25354416a45a8bf99f851449ab4239b Mon Sep 17 00:00:00 2001 From: Daniel Stockman <5605+evocateur@users.noreply.github.com> Date: Fri, 22 May 2020 15:38:53 -0700 Subject: [PATCH] chore(release): Publish packages - @pectin/api@4.0.6 - @pectin/core@4.0.4 - pectin@3.6.2 - rollup-config-pectin@4.0.4 --- packages/pectin-api/CHANGELOG.md | 8 ++++++++ packages/pectin-api/package.json | 2 +- packages/pectin-core/CHANGELOG.md | 11 +++++++++++ packages/pectin-core/package.json | 2 +- packages/pectin/CHANGELOG.md | 11 +++++++++++ packages/pectin/package.json | 2 +- packages/rollup-config-pectin/CHANGELOG.md | 11 +++++++++++ packages/rollup-config-pectin/package.json | 2 +- 8 files changed, 45 insertions(+), 4 deletions(-) diff --git a/packages/pectin-api/CHANGELOG.md b/packages/pectin-api/CHANGELOG.md index f548d73..2c2d8b3 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. +## [4.0.6](https://github.com/evocateur/pectin/compare/@pectin/api@4.0.5...@pectin/api@4.0.6) (2020-05-22) + +**Note:** Version bump only for package @pectin/api + + + + + ## [4.0.5](https://github.com/evocateur/pectin/compare/@pectin/api@4.0.4...@pectin/api@4.0.5) (2019-10-17) diff --git a/packages/pectin-api/package.json b/packages/pectin-api/package.json index 8b468a9..ed49e8b 100644 --- a/packages/pectin-api/package.json +++ b/packages/pectin-api/package.json @@ -1,6 +1,6 @@ { "name": "@pectin/api", - "version": "4.0.5", + "version": "4.0.6", "description": "Conventional rollup builds for lerna monorepos", "keywords": [ "rollup", diff --git a/packages/pectin-core/CHANGELOG.md b/packages/pectin-core/CHANGELOG.md index 1cc06ba..5112cc8 100644 --- a/packages/pectin-core/CHANGELOG.md +++ b/packages/pectin-core/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. +## [4.0.4](https://github.com/evocateur/pectin/compare/@pectin/core@4.0.3...@pectin/core@4.0.4) (2020-05-22) + + +### Bug Fixes + +* **core:** Preserve format extensions against Rollup v2 chicanery ([14efe1e](https://github.com/evocateur/pectin/commit/14efe1e2dcd99294d86fabf0acbbf4020ed8bade)) + + + + + ## [4.0.3](https://github.com/evocateur/pectin/compare/@pectin/core@4.0.2...@pectin/core@4.0.3) (2019-08-21) **Note:** Version bump only for package @pectin/core diff --git a/packages/pectin-core/package.json b/packages/pectin-core/package.json index 1f71b4e..c32b2f0 100644 --- a/packages/pectin-core/package.json +++ b/packages/pectin-core/package.json @@ -1,6 +1,6 @@ { "name": "@pectin/core", - "version": "4.0.3", + "version": "4.0.4", "description": "Core implementation of pectin logic", "keywords": [ "rollup", diff --git a/packages/pectin/CHANGELOG.md b/packages/pectin/CHANGELOG.md index 369e27f..87b493c 100644 --- a/packages/pectin/CHANGELOG.md +++ b/packages/pectin/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. +## [3.6.2](https://github.com/evocateur/pectin/compare/pectin@3.6.1...pectin@3.6.2) (2020-05-22) + + +### Bug Fixes + +* **cli:** Always resolve rollup from installed location, not CWD ([291a6fa](https://github.com/evocateur/pectin/commit/291a6fa54c592ca018b2bdef24358a61dc05014c)) + + + + + ## [3.6.1](https://github.com/evocateur/pectin/compare/pectin@3.6.0...pectin@3.6.1) (2019-10-17) **Note:** Version bump only for package pectin diff --git a/packages/pectin/package.json b/packages/pectin/package.json index 90fa8e2..c27556b 100644 --- a/packages/pectin/package.json +++ b/packages/pectin/package.json @@ -1,6 +1,6 @@ { "name": "pectin", - "version": "3.6.1", + "version": "3.6.2", "description": "Lightweight CLI for running convention-based rollup builds in lerna monorepos", "keywords": [ "rollup", diff --git a/packages/rollup-config-pectin/CHANGELOG.md b/packages/rollup-config-pectin/CHANGELOG.md index ab328ee..f5eed76 100644 --- a/packages/rollup-config-pectin/CHANGELOG.md +++ b/packages/rollup-config-pectin/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. +## [4.0.4](https://github.com/evocateur/pectin/compare/rollup-config-pectin@4.0.3...rollup-config-pectin@4.0.4) (2020-05-22) + + +### Bug Fixes + +* **core:** Preserve format extensions against Rollup v2 chicanery ([14efe1e](https://github.com/evocateur/pectin/commit/14efe1e2dcd99294d86fabf0acbbf4020ed8bade)) + + + + + ## [4.0.3](https://github.com/evocateur/pectin/compare/rollup-config-pectin@4.0.2...rollup-config-pectin@4.0.3) (2019-08-21) **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 f7b2e5d..46d9fa2 100644 --- a/packages/rollup-config-pectin/package.json +++ b/packages/rollup-config-pectin/package.json @@ -1,6 +1,6 @@ { "name": "rollup-config-pectin", - "version": "4.0.3", + "version": "4.0.4", "description": "Rollup config for tree-shakeable libraries based on conventional patterns", "keywords": [ "rollup",