Skip to content

Commit 11d7068

Browse files
authored
Merge pull request #12 from it-harrison/release-please--branches--master--components--pack-c
chore(master): release pack-c 2.0.0
2 parents 63cc9a4 + 78d6032 commit 11d7068

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.0.1","packages/pack-a":"1.0.1","packages/pack-b":"1.0.0","packages/pack-c":"1.0.0"}
1+
{".":"2.0.1","packages/pack-a":"1.0.1","packages/pack-b":"1.0.0","packages/pack-c":"2.0.0"}

packages/pack-c/CHANGELOG.md

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

3+
## [2.0.0](https://github.com/it-harrison/repoman/compare/pack-c-v1.0.0...pack-c-v2.0.0) (2023-11-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add hello message
9+
10+
### Bug Fixes
11+
12+
* add hello message ([7646542](https://github.com/it-harrison/repoman/commit/764654211d13157a4012f36707f7674ce507bfb5))
13+
314
## 1.0.0 (2023-11-21)
415

516

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

0 commit comments

Comments
 (0)