Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 769a914 commit ca58874
Show file tree
Hide file tree
Showing 7 changed files with 76 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
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"
}
26 changes: 26 additions & 0 deletions packages/package-a/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/package-a/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "package-a",
"version": "1.2.5",
"version": "2.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
19 changes: 19 additions & 0 deletions packages/package-b/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/package-b/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "package-b",
"version": "1.1.5",
"version": "1.2.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
25 changes: 25 additions & 0 deletions packages/package-c/CHANGELOG.md
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)


Expand Down
2 changes: 1 addition & 1 deletion packages/package-c/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "package-c",
"version": "4.1.0",
"version": "5.0.0",
"main": "index.js",
"license": "MIT",
"private": true
Expand Down

0 comments on commit ca58874

Please sign in to comment.