From 9e7f72b4187625e35f5b223de85991dd1d6eebbb Mon Sep 17 00:00:00 2001 From: Daniel Stockman Date: Mon, 8 Apr 2019 17:30:47 -0700 Subject: [PATCH] chore(release): v3.1.0 --- CHANGELOG.md | 18 ++++++++++++++++++ lerna.json | 2 +- packages/pectin-api/CHANGELOG.md | 8 ++++++++ packages/pectin-api/package.json | 2 +- packages/pectin-babelrc/CHANGELOG.md | 11 +++++++++++ packages/pectin-babelrc/package.json | 2 +- packages/pectin-core/CHANGELOG.md | 12 ++++++++++++ packages/pectin-core/package.json | 2 +- packages/pectin/CHANGELOG.md | 11 +++++++++++ packages/pectin/package.json | 2 +- packages/rollup-config-pectin/CHANGELOG.md | 8 ++++++++ packages/rollup-config-pectin/package.json | 2 +- 12 files changed, 74 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e310d5b..a7a0cdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.1.0](https://github.com/evocateur/pectin/compare/v3.0.1...v3.1.0) (2019-04-09) + + +### Bug Fixes + +* **babelrc:** Update `cosmiconfig` dependency range to avoid audit warning ([ccfbd5d](https://github.com/evocateur/pectin/commit/ccfbd5d)) + + +### Features + +* **core:** Migrate to new `mainFields` config for `rollup-plugin-node-resolve` ([f251e1f](https://github.com/evocateur/pectin/commit/f251e1f)) +* **core:** Update dependencies ([e5901ca](https://github.com/evocateur/pectin/commit/e5901ca)) +* **pectin:** Rename CLI `@pectin/cli` -> `pectin` ([0a81cfe](https://github.com/evocateur/pectin/commit/0a81cfe)) + + + + + ## [3.0.1](https://github.com/evocateur/pectin/compare/v3.0.0...v3.0.1) (2019-01-14) diff --git a/lerna.json b/lerna.json index 1d97d12..fc599a9 100644 --- a/lerna.json +++ b/lerna.json @@ -15,5 +15,5 @@ "packages": [ "packages/*" ], - "version": "3.0.1" + "version": "3.1.0" } diff --git a/packages/pectin-api/CHANGELOG.md b/packages/pectin-api/CHANGELOG.md index 236a0d9..43e2dad 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. +# [3.1.0](https://github.com/evocateur/pectin/compare/v3.0.1...v3.1.0) (2019-04-09) + +**Note:** Version bump only for package @pectin/api + + + + + ## [3.0.1](https://github.com/evocateur/pectin/compare/v3.0.0...v3.0.1) (2019-01-14) **Note:** Version bump only for package @pectin/api diff --git a/packages/pectin-api/package.json b/packages/pectin-api/package.json index fd17f12..f0f82d1 100644 --- a/packages/pectin-api/package.json +++ b/packages/pectin-api/package.json @@ -1,6 +1,6 @@ { "name": "@pectin/api", - "version": "3.0.1", + "version": "3.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 8049180..90dacc4 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. +# [3.1.0](https://github.com/evocateur/pectin/compare/v3.0.1...v3.1.0) (2019-04-09) + + +### Bug Fixes + +* **babelrc:** Update `cosmiconfig` dependency range to avoid audit warning ([ccfbd5d](https://github.com/evocateur/pectin/commit/ccfbd5d)) + + + + + # [3.0.0](https://github.com/evocateur/pectin/compare/v2.6.0...v3.0.0) (2019-01-01) diff --git a/packages/pectin-babelrc/package.json b/packages/pectin-babelrc/package.json index cdfdf52..3386f2e 100644 --- a/packages/pectin-babelrc/package.json +++ b/packages/pectin-babelrc/package.json @@ -1,6 +1,6 @@ { "name": "@pectin/babelrc", - "version": "3.0.0", + "version": "3.1.0", "description": "Locate and prepare custom babel config for rollup-plugin-babel", "keywords": [ "rollup", diff --git a/packages/pectin-core/CHANGELOG.md b/packages/pectin-core/CHANGELOG.md index 79a1475..a9d5e31 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. +# [3.1.0](https://github.com/evocateur/pectin/compare/v3.0.1...v3.1.0) (2019-04-09) + + +### Features + +* **core:** Migrate to new `mainFields` config for `rollup-plugin-node-resolve` ([f251e1f](https://github.com/evocateur/pectin/commit/f251e1f)) +* **core:** Update dependencies ([e5901ca](https://github.com/evocateur/pectin/commit/e5901ca)) + + + + + ## [3.0.1](https://github.com/evocateur/pectin/compare/v3.0.0...v3.0.1) (2019-01-14) diff --git a/packages/pectin-core/package.json b/packages/pectin-core/package.json index 85e0831..00ea973 100644 --- a/packages/pectin-core/package.json +++ b/packages/pectin-core/package.json @@ -1,6 +1,6 @@ { "name": "@pectin/core", - "version": "3.0.1", + "version": "3.1.0", "description": "Core implementation of pectin logic", "keywords": [ "rollup", diff --git a/packages/pectin/CHANGELOG.md b/packages/pectin/CHANGELOG.md index 56807d9..a7f7e16 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.1.0](https://github.com/evocateur/pectin/compare/v3.0.1...v3.1.0) (2019-04-09) + + +### Features + +* **pectin:** Rename CLI `@pectin/cli` -> `pectin` ([0a81cfe](https://github.com/evocateur/pectin/commit/0a81cfe)) + + + + + ## [3.0.1](https://github.com/evocateur/pectin/compare/v3.0.0...v3.0.1) (2019-01-14) **Note:** Version bump only for package @pectin/cli diff --git a/packages/pectin/package.json b/packages/pectin/package.json index e0a1984..2b9b498 100644 --- a/packages/pectin/package.json +++ b/packages/pectin/package.json @@ -1,6 +1,6 @@ { "name": "pectin", - "version": "3.0.1", + "version": "3.1.0", "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 38629e7..da66444 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. +# [3.1.0](https://github.com/evocateur/pectin/compare/v3.0.1...v3.1.0) (2019-04-09) + +**Note:** Version bump only for package rollup-config-pectin + + + + + ## [3.0.1](https://github.com/evocateur/pectin/compare/v3.0.0...v3.0.1) (2019-01-14) **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 ee5f185..a735c2d 100644 --- a/packages/rollup-config-pectin/package.json +++ b/packages/rollup-config-pectin/package.json @@ -1,6 +1,6 @@ { "name": "rollup-config-pectin", - "version": "3.0.1", + "version": "3.1.0", "description": "Rollup config for tree-shakeable libraries based on conventional patterns", "keywords": [ "rollup",