Skip to content

Commit

Permalink
Merge pull request #25 from it-harrison/release-please--branches--master
Browse files Browse the repository at this point in the history
chore: release master
  • Loading branch information
it-harrison authored Nov 27, 2023
2 parents af261c6 + 129b9c1 commit f99eda3
Show file tree
Hide file tree
Showing 9 changed files with 59 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"}


19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <harrison.ian.t@gmail.com>",
Expand Down
12 changes: 12 additions & 0 deletions packages/pack-a/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/pack-a/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pack-a",
"version": "3.0.0",
"version": "3.1.0",
"main": "index.js",
"license": "MIT"
}
11 changes: 11 additions & 0 deletions packages/pack-b/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/pack-b/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pack-b",
"version": "2.1.0",
"version": "3.0.0",
"main": "index.js",
"license": "MIT"
}
12 changes: 12 additions & 0 deletions packages/pack-c/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/pack-c/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pack-c",
"version": "3.0.0",
"version": "3.1.0",
"main": "index.js",
"license": "MIT"
}

0 comments on commit f99eda3

Please sign in to comment.