Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Nov 25, 2022
1 parent d2fa17a commit aef5176
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## @semantic-release-monorepo/cli [2.0.21](https://github.com/bubkoo/semantic-release-monorepo/compare/@semantic-release-monorepo/[email protected]...@semantic-release-monorepo/[email protected]) (2022-11-25)





### Dependencies

* **@semantic-release-monorepo/core:** upgraded to 2.1.17

### Bug Fixes

* scope of collectting releases ([6da870c](https://github.com/bubkoo/semantic-release-monorepo/commit/6da870c041be91cf0390910ff98441e007992b10))
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semantic-release-monorepo/cli",
"version": "2.0.19",
"version": "2.0.21",
"type": "module",
"exports": "./index.js",
"files": [
Expand All @@ -25,7 +25,7 @@
"semantic-release": "^19.x"
},
"dependencies": {
"@semantic-release-monorepo/core": "2.1.15",
"@semantic-release-monorepo/core": "2.1.17",
"lodash": "^4.17.21",
"meow": "^11.0.0"
},
Expand Down
3 changes: 1 addition & 2 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@


## @semantic-release-monorepo/core [2.1.17](https://github.com/bubkoo/semantic-release-monorepo/compare/@semantic-release-monorepo/[email protected]...@semantic-release-monorepo/[email protected]) (2022-11-25)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@semantic-release-monorepo/core",
"version": "2.1.15",
"version": "2.1.17",
"description": "Apply semantic-release's automatic publishing to a monorepo",
"type": "module",
"exports": "./esm/index.js",
Expand Down

0 comments on commit aef5176

Please sign in to comment.