Skip to content

Commit 6f0fbb5

Browse files
authored
Merge pull request #20 from it-harrison/release-please--branches--master--components--pack-a
chore(master): release pack-a 2.0.0
2 parents c9e88f5 + a7623bd commit 6f0fbb5

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,2 +1,2 @@
1-
{".":"4.0.0","packages/pack-a":"1.0.1","packages/pack-b":"2.0.0","packages/pack-c":"2.0.0"}
1+
{".":"4.0.0","packages/pack-a":"2.0.0","packages/pack-b":"2.0.0","packages/pack-c":"2.0.0"}
22

packages/pack-a/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-a-v1.0.1...pack-a-v2.0.0) (2023-11-21)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add variable
9+
10+
### Bug Fixes
11+
12+
* add variable ([464f6ad](https://github.com/it-harrison/repoman/commit/464f6adc7958dc1eeb57c7fc9d75d6841eff8267))
13+
314
## [1.0.1](https://github.com/it-harrison/repoman/compare/pack-a-v1.0.0...pack-a-v1.0.1) (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": "1.0.1",
3+
"version": "2.0.0",
44
"main": "index.js",
55
"license": "MIT"
66
}

0 commit comments

Comments
 (0)