This repository has been archived by the owner on Nov 5, 2023. It is now read-only.
forked from hung-cybo/demo-monorepo-release-please
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
769a914
commit ca58874
Showing
7 changed files
with
76 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"packages/package-a": "1.2.5", | ||
"packages/package-b": "1.1.5", | ||
"packages/package-c": "4.1.0" | ||
"packages/package-a": "2.0.0", | ||
"packages/package-b": "1.2.0", | ||
"packages/package-c": "5.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,32 @@ | |
* package-b bumped to 1.1.5 | ||
* package-c bumped to 4.1.0 | ||
|
||
## [2.0.0](https://github.com/tasshi-playground/demo-monorepo-pnpm-release-please/compare/[email protected]) (2023-09-05) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* Update README.md | ||
|
||
### Features | ||
|
||
* update package A and B ([afccb41](https://github.com/tasshi-playground/demo-monorepo-pnpm-release-please/commit/afccb41640e52ff6a454dd532f871150370a4d7f)) | ||
* update package A and C ([073e46a](https://github.com/tasshi-playground/demo-monorepo-pnpm-release-please/commit/073e46a50744ef11c55edf11ca3d7621ac91ea97)) | ||
* Update README.md ([769a914](https://github.com/tasshi-playground/demo-monorepo-pnpm-release-please/commit/769a914473ca2c44bc8169e15d292a1b4e32cf17)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* fix issue of package A ([b32accd](https://github.com/tasshi-playground/demo-monorepo-pnpm-release-please/commit/b32accdaccf4265046dd57ea84c668eefff0ac5e)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* package-b bumped to 1.2.0 | ||
* package-c bumped to 5.0.0 | ||
|
||
## [1.2.0](https://github.com/hung-cybo/demo-monorepo-release-please/compare/[email protected]@1.2.0) (2023-09-02) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,25 @@ | |
* dependencies | ||
* package-c bumped to 4.1.0 | ||
|
||
## [1.2.0](https://github.com/tasshi-playground/demo-monorepo-pnpm-release-please/compare/[email protected]) (2023-09-05) | ||
|
||
|
||
### Features | ||
|
||
* update package A and B ([afccb41](https://github.com/tasshi-playground/demo-monorepo-pnpm-release-please/commit/afccb41640e52ff6a454dd532f871150370a4d7f)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* package B ([ee22c26](https://github.com/tasshi-playground/demo-monorepo-pnpm-release-please/commit/ee22c267745ea96321ce686735808d8a7d638142)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* package-c bumped to 5.0.0 | ||
|
||
## [1.1.0](https://github.com/hung-cybo/demo-monorepo-release-please/compare/[email protected]@1.1.0) (2023-09-02) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,30 @@ | ||
# Changelog | ||
|
||
## [5.0.0](https://github.com/tasshi-playground/demo-monorepo-pnpm-release-please/compare/[email protected]) (2023-09-05) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* add new feature to package C | ||
* add new features to package C | ||
* breaking changes | ||
|
||
### Features | ||
|
||
* add new feature to package C ([8b99997](https://github.com/tasshi-playground/demo-monorepo-pnpm-release-please/commit/8b99997697c75b89e2de8fd66a21f9aa1bb6d2f3)) | ||
* add new feature to package C ([668f65d](https://github.com/tasshi-playground/demo-monorepo-pnpm-release-please/commit/668f65dada3d974c2937e188210d267b65be0087)) | ||
* add new feature to package C ([0013a74](https://github.com/tasshi-playground/demo-monorepo-pnpm-release-please/commit/0013a740593991de5e3ead537033a9b1a14bb836)) | ||
* add new feature to package C ([156a027](https://github.com/tasshi-playground/demo-monorepo-pnpm-release-please/commit/156a027c366ff96270c2f30d02386c9431661814)) | ||
* add new features to package C ([817b745](https://github.com/tasshi-playground/demo-monorepo-pnpm-release-please/commit/817b745c2a888e59e19998dccc1926b0a16dbc9c)) | ||
* update package A and C ([073e46a](https://github.com/tasshi-playground/demo-monorepo-pnpm-release-please/commit/073e46a50744ef11c55edf11ca3d7621ac91ea97)) | ||
* update package C ([c92eedb](https://github.com/tasshi-playground/demo-monorepo-pnpm-release-please/commit/c92eedb94b1109393ceabf00c676ded1c0c89e4e)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* breaking changes ([5c9f200](https://github.com/tasshi-playground/demo-monorepo-pnpm-release-please/commit/5c9f2009f2fd2e05fade68bb6d9cbc06badeae6c)) | ||
* fix package C ([2d389ae](https://github.com/tasshi-playground/demo-monorepo-pnpm-release-please/commit/2d389ae30071020af41c8fb141fea53e89fac864)) | ||
|
||
## [4.1.0](https://github.com/hung-cybo/demo-monorepo-release-please/compare/[email protected]@4.1.0) (2023-09-04) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters