Skip to content

Commit 46c483e

Browse files
authored
Merge pull request #23 from it-harrison/release-please--branches--master
chore: release master
2 parents a3c2cf4 + ea2fce8 commit 46c483e

File tree

6 files changed

+36
-3
lines changed

6 files changed

+36
-3
lines changed

.release-please-manifest.json

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

33

CHANGELOG.md

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

3+
## [6.0.0](https://github.com/it-harrison/repoman/compare/repoman-v5.0.0...repoman-v6.0.0) (2023-11-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add const c
9+
10+
### Features
11+
12+
* add const c ([82cc673](https://github.com/it-harrison/repoman/commit/82cc67373f280f2076f822f87ea40f26af0e67cc))
13+
314
## [5.0.0](https://github.com/it-harrison/repoman/compare/repoman-v4.0.0...repoman-v5.0.0) (2023-11-21)
415

516

package.json

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

packages/pack-a/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-a-v2.0.0...pack-a-v3.0.0) (2023-11-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add const c
9+
10+
### Features
11+
12+
* add const c ([82cc673](https://github.com/it-harrison/repoman/commit/82cc67373f280f2076f822f87ea40f26af0e67cc))
13+
314
## [2.0.0](https://github.com/it-harrison/repoman/compare/pack-a-v1.0.1...pack-a-v2.0.0) (2023-11-21)
415

516

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": "2.0.0",
3+
"version": "3.0.0",
44
"main": "index.js",
55
"license": "MIT"
66
}

packages/pack-c/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
## [3.0.0](https://github.com/it-harrison/repoman/compare/pack-c-v2.0.0...pack-c-v3.0.0) (2023-11-21)
44

55

6+
### ⚠ BREAKING CHANGES
7+
8+
* add const c
9+
10+
### Features
11+
12+
* add const c ([6540b08](https://github.com/it-harrison/repoman/commit/6540b08c14ed723d3a3e5401187854fc0537768e))
13+
14+
## [3.0.0](https://github.com/it-harrison/repoman/compare/pack-c-v2.0.0...pack-c-v3.0.0) (2023-11-21)
15+
16+
617
### ⚠ BREAKING CHANGES
718

819
* add const c

0 commit comments

Comments
 (0)