Skip to content

Commit 20258e3

Browse files
authored
chore: release main (#56)
1 parent ccfa1f8 commit 20258e3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"examples/package-example-a": "2.0.0",
3-
"packages/package-a": "3.2.0",
3+
"packages/package-a": "3.3.0",
44
"packages/package-b": "3.0.1",
55
"packages/package-c": "6.0.0",
66
"packages/package-d": "2.0.0"

packages/package-a/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@
3535
* package-b bumped to 1.1.5
3636
* package-c bumped to 4.1.0
3737

38+
## [3.3.0](https://github.com/hung-cybo/demo-monorepo-release-please/compare/[email protected]@3.3.0) (2024-02-04)
39+
40+
41+
### Features
42+
43+
* new feature ([ccfa1f8](https://github.com/hung-cybo/demo-monorepo-release-please/commit/ccfa1f82d3182c266f8fe6593da571a1aa039d93))
44+
3845
## [3.2.0](https://github.com/hung-cybo/demo-monorepo-release-please/compare/[email protected]@3.2.0) (2024-02-04)
3946

4047

packages/package-a/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hungnt2308/package-a",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"main": "index.js",
55
"license": "MIT",
66
"author": "@hung-cybo",

0 commit comments

Comments
 (0)