Skip to content

Commit

Permalink
fix(monorepo): add missing @semantic-release/exec dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Feb 7, 2024
1 parent 6000a63 commit bc9e6cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/monorepo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"dependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/exec": "6.0.3",
"@semantic-release/github": "9.2.6",
"@semantic-release/release-notes-generator": "12.1.0",
"semantic-release": "23.0.2"
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ __metadata:
"@rollup/plugin-node-resolve": "npm:15.2.3"
"@semantic-release/changelog": "npm:6.0.3"
"@semantic-release/commit-analyzer": "npm:11.1.0"
"@semantic-release/exec": "npm:6.0.3"
"@semantic-release/github": "npm:9.2.6"
"@semantic-release/release-notes-generator": "npm:12.1.0"
"@types/fs-extra": "npm:11.0.4"
Expand Down

0 comments on commit bc9e6cb

Please sign in to comment.