diff --git a/CHANGELOG.md b/CHANGELOG.md index 811691e..9b569b7 100644 --- a/CHANGELOG.md +++ b/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.5.1](https://github.com/evocateur/pectin/compare/v2.5.0...v2.5.1) (2018-11-16) + +**Note:** Version bump only for package pectin-monorepo + + + + + # [2.5.0](https://github.com/evocateur/pectin/compare/v2.4.1...v2.5.0) (2018-11-15) diff --git a/lerna.json b/lerna.json index 028be78..2ba48af 100644 --- a/lerna.json +++ b/lerna.json @@ -15,5 +15,5 @@ "packages": [ "packages/*" ], - "version": "2.5.0" + "version": "2.5.1" } diff --git a/packages/pectin-api/CHANGELOG.md b/packages/pectin-api/CHANGELOG.md index 782d50b..5cf4609 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. +## [2.5.1](https://github.com/evocateur/pectin/compare/v2.5.0...v2.5.1) (2018-11-16) + +**Note:** Version bump only for package @pectin/api + + + + + # [2.5.0](https://github.com/evocateur/pectin/compare/v2.4.1...v2.5.0) (2018-11-15) **Note:** Version bump only for package @pectin/api diff --git a/packages/pectin-api/package.json b/packages/pectin-api/package.json index d58793d..477d6cd 100644 --- a/packages/pectin-api/package.json +++ b/packages/pectin-api/package.json @@ -1,6 +1,6 @@ { "name": "@pectin/api", - "version": "2.5.0", + "version": "2.5.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 9730eb9..22ef852 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.5.1](https://github.com/evocateur/pectin/compare/v2.5.0...v2.5.1) (2018-11-16) + +**Note:** Version bump only for package @pectin/cli + + + + + # [2.5.0](https://github.com/evocateur/pectin/compare/v2.4.1...v2.5.0) (2018-11-15) **Note:** Version bump only for package @pectin/cli diff --git a/packages/pectin-cli/package.json b/packages/pectin-cli/package.json index 0e4e6cf..de437cf 100644 --- a/packages/pectin-cli/package.json +++ b/packages/pectin-cli/package.json @@ -1,6 +1,6 @@ { "name": "@pectin/cli", - "version": "2.5.0", + "version": "2.5.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 9c24eb2..9f359bf 100644 --- a/packages/pectin-core/CHANGELOG.md +++ b/packages/pectin-core/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.5.1](https://github.com/evocateur/pectin/compare/v2.5.0...v2.5.1) (2018-11-16) + +**Note:** Version bump only for package @pectin/core + + + + + # [2.5.0](https://github.com/evocateur/pectin/compare/v2.4.1...v2.5.0) (2018-11-15) diff --git a/packages/pectin-core/package.json b/packages/pectin-core/package.json index d2794b6..5fb1535 100644 --- a/packages/pectin-core/package.json +++ b/packages/pectin-core/package.json @@ -1,6 +1,6 @@ { "name": "@pectin/core", - "version": "2.5.0", + "version": "2.5.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 2c9139d..941b935 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.5.1](https://github.com/evocateur/pectin/compare/v2.5.0...v2.5.1) (2018-11-16) + +**Note:** Version bump only for package rollup-config-pectin + + + + + # [2.5.0](https://github.com/evocateur/pectin/compare/v2.4.1...v2.5.0) (2018-11-15) **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 979b329..0cb06c5 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.5.0", + "version": "2.5.1", "description": "Rollup config for tree-shakeable libraries based on conventional patterns", "keywords": [ "rollup",