diff --git a/.release-please-manifest.json b/.release-please-manifest.json index de60534..3034e35 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ -{".":"6.0.0","packages/pack-a":"3.0.0","packages/pack-b":"2.1.0","packages/pack-c":"3.0.0"} +{".":"7.0.0","packages/pack-a":"3.1.0","packages/pack-b":"3.0.0","packages/pack-c":"3.1.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b038cd..9729e24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [7.0.0](https://github.com/it-harrison/repoman/compare/repoman-v6.0.0...repoman-v7.0.0) (2023-11-27) + + +### ⚠ BREAKING CHANGES + +* log five + +### Features + +* add const d to app.js of pack-a ([bbe7cb7](https://github.com/it-harrison/repoman/commit/bbe7cb75097441bc04c2b531f3c8b4b22418dd36)) +* create another constant ([b112ee6](https://github.com/it-harrison/repoman/commit/b112ee66c32ac8f4869fef4447ab364ae9e68838)) + + +### Bug Fixes + +* **a cool fix:** add yet another constant ([698582f](https://github.com/it-harrison/repoman/commit/698582fe3239218f7da68ed1de16ab3aa3fb5123)) +* add another constant ([02dda9b](https://github.com/it-harrison/repoman/commit/02dda9b529ada8a5cc81fea7e08cd15634824816)) +* log five ([5decb7d](https://github.com/it-harrison/repoman/commit/5decb7dfed97d35326452d74e09de7f867cfbabc)) + ## [6.0.0](https://github.com/it-harrison/repoman/compare/repoman-v5.0.0...repoman-v6.0.0) (2023-11-21) diff --git a/package.json b/package.json index b00f01f..0e9a0ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "repoman", - "version": "6.0.0", + "version": "7.0.0", "main": "index.js", "repository": "git@github.com:it-harrison/repoman.git", "author": "Ian ", diff --git a/packages/pack-a/CHANGELOG.md b/packages/pack-a/CHANGELOG.md index 9ddb12c..d510a86 100644 --- a/packages/pack-a/CHANGELOG.md +++ b/packages/pack-a/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.1.0](https://github.com/it-harrison/repoman/compare/pack-a-v3.0.0...pack-a-v3.1.0) (2023-11-27) + + +### Features + +* add const d to app.js of pack-a ([bbe7cb7](https://github.com/it-harrison/repoman/commit/bbe7cb75097441bc04c2b531f3c8b4b22418dd36)) + + +### Bug Fixes + +* add another constant ([02dda9b](https://github.com/it-harrison/repoman/commit/02dda9b529ada8a5cc81fea7e08cd15634824816)) + ## [3.0.0](https://github.com/it-harrison/repoman/compare/pack-a-v2.0.0...pack-a-v3.0.0) (2023-11-21) diff --git a/packages/pack-a/package.json b/packages/pack-a/package.json index a05ab35..7ad7644 100644 --- a/packages/pack-a/package.json +++ b/packages/pack-a/package.json @@ -1,6 +1,6 @@ { "name": "pack-a", - "version": "3.0.0", + "version": "3.1.0", "main": "index.js", "license": "MIT" } diff --git a/packages/pack-b/CHANGELOG.md b/packages/pack-b/CHANGELOG.md index 1c90f32..e20e69e 100644 --- a/packages/pack-b/CHANGELOG.md +++ b/packages/pack-b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.0.0](https://github.com/it-harrison/repoman/compare/pack-b-v2.1.0...pack-b-v3.0.0) (2023-11-27) + + +### ⚠ BREAKING CHANGES + +* log five + +### Bug Fixes + +* log five ([5decb7d](https://github.com/it-harrison/repoman/commit/5decb7dfed97d35326452d74e09de7f867cfbabc)) + ## [2.1.0](https://github.com/it-harrison/repoman/compare/pack-b-v2.0.0...pack-b-v2.1.0) (2023-11-21) diff --git a/packages/pack-b/package.json b/packages/pack-b/package.json index f0c7db4..bd4d294 100644 --- a/packages/pack-b/package.json +++ b/packages/pack-b/package.json @@ -1,6 +1,6 @@ { "name": "pack-b", - "version": "2.1.0", + "version": "3.0.0", "main": "index.js", "license": "MIT" } diff --git a/packages/pack-c/CHANGELOG.md b/packages/pack-c/CHANGELOG.md index 175ec4d..56eaa93 100644 --- a/packages/pack-c/CHANGELOG.md +++ b/packages/pack-c/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.1.0](https://github.com/it-harrison/repoman/compare/pack-c-v3.0.0...pack-c-v3.1.0) (2023-11-27) + + +### Features + +* create another constant ([b112ee6](https://github.com/it-harrison/repoman/commit/b112ee66c32ac8f4869fef4447ab364ae9e68838)) + + +### Bug Fixes + +* **a cool fix:** add yet another constant ([698582f](https://github.com/it-harrison/repoman/commit/698582fe3239218f7da68ed1de16ab3aa3fb5123)) + ## [3.0.0](https://github.com/it-harrison/repoman/compare/pack-c-v2.0.0...pack-c-v3.0.0) (2023-11-21) diff --git a/packages/pack-c/package.json b/packages/pack-c/package.json index 9aa74d3..0b910f4 100644 --- a/packages/pack-c/package.json +++ b/packages/pack-c/package.json @@ -1,6 +1,6 @@ { "name": "pack-c", - "version": "3.0.0", + "version": "3.1.0", "main": "index.js", "license": "MIT" }