Skip to content

Commit f99eda3

Browse files
authored
Merge pull request #25 from it-harrison/release-please--branches--master
chore: release master
2 parents af261c6 + 129b9c1 commit f99eda3

9 files changed

+59
-5
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
{".":"6.0.0","packages/pack-a":"3.0.0","packages/pack-b":"2.1.0","packages/pack-c":"3.0.0"}
1+
{".":"7.0.0","packages/pack-a":"3.1.0","packages/pack-b":"3.0.0","packages/pack-c":"3.1.0"}
22

33

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [7.0.0](https://github.com/it-harrison/repoman/compare/repoman-v6.0.0...repoman-v7.0.0) (2023-11-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* log five
9+
10+
### Features
11+
12+
* add const d to app.js of pack-a ([bbe7cb7](https://github.com/it-harrison/repoman/commit/bbe7cb75097441bc04c2b531f3c8b4b22418dd36))
13+
* create another constant ([b112ee6](https://github.com/it-harrison/repoman/commit/b112ee66c32ac8f4869fef4447ab364ae9e68838))
14+
15+
16+
### Bug Fixes
17+
18+
* **a cool fix:** add yet another constant ([698582f](https://github.com/it-harrison/repoman/commit/698582fe3239218f7da68ed1de16ab3aa3fb5123))
19+
* add another constant ([02dda9b](https://github.com/it-harrison/repoman/commit/02dda9b529ada8a5cc81fea7e08cd15634824816))
20+
* log five ([5decb7d](https://github.com/it-harrison/repoman/commit/5decb7dfed97d35326452d74e09de7f867cfbabc))
21+
322
## [6.0.0](https://github.com/it-harrison/repoman/compare/repoman-v5.0.0...repoman-v6.0.0) (2023-11-21)
423

524

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "repoman",
3-
"version": "6.0.0",
3+
"version": "7.0.0",
44
"main": "index.js",
55
"repository": "[email protected]:it-harrison/repoman.git",
66
"author": "Ian <[email protected]>",

packages/pack-a/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [3.1.0](https://github.com/it-harrison/repoman/compare/pack-a-v3.0.0...pack-a-v3.1.0) (2023-11-27)
4+
5+
6+
### Features
7+
8+
* add const d to app.js of pack-a ([bbe7cb7](https://github.com/it-harrison/repoman/commit/bbe7cb75097441bc04c2b531f3c8b4b22418dd36))
9+
10+
11+
### Bug Fixes
12+
13+
* add another constant ([02dda9b](https://github.com/it-harrison/repoman/commit/02dda9b529ada8a5cc81fea7e08cd15634824816))
14+
315
## [3.0.0](https://github.com/it-harrison/repoman/compare/pack-a-v2.0.0...pack-a-v3.0.0) (2023-11-21)
416

517

packages/pack-a/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pack-a",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"main": "index.js",
55
"license": "MIT"
66
}

packages/pack-b/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/it-harrison/repoman/compare/pack-b-v2.1.0...pack-b-v3.0.0) (2023-11-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* log five
9+
10+
### Bug Fixes
11+
12+
* log five ([5decb7d](https://github.com/it-harrison/repoman/commit/5decb7dfed97d35326452d74e09de7f867cfbabc))
13+
314
## [2.1.0](https://github.com/it-harrison/repoman/compare/pack-b-v2.0.0...pack-b-v2.1.0) (2023-11-21)
415

516

packages/pack-b/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pack-b",
3-
"version": "2.1.0",
3+
"version": "3.0.0",
44
"main": "index.js",
55
"license": "MIT"
66
}

packages/pack-c/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [3.1.0](https://github.com/it-harrison/repoman/compare/pack-c-v3.0.0...pack-c-v3.1.0) (2023-11-27)
4+
5+
6+
### Features
7+
8+
* create another constant ([b112ee6](https://github.com/it-harrison/repoman/commit/b112ee66c32ac8f4869fef4447ab364ae9e68838))
9+
10+
11+
### Bug Fixes
12+
13+
* **a cool fix:** add yet another constant ([698582f](https://github.com/it-harrison/repoman/commit/698582fe3239218f7da68ed1de16ab3aa3fb5123))
14+
315
## [3.0.0](https://github.com/it-harrison/repoman/compare/pack-c-v2.0.0...pack-c-v3.0.0) (2023-11-21)
416

517

packages/pack-c/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pack-c",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"main": "index.js",
55
"license": "MIT"
66
}

0 commit comments

Comments
 (0)