Skip to content

Commit

Permalink
fix semantic release changelog dep
Browse files Browse the repository at this point in the history
  • Loading branch information
manjarres09 committed Jan 18, 2025
1 parent 91ec187 commit fdc0c9c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# dependencies
/node_modules
.nx
**/node_modules

# IDEs and editors
/.idea
Expand Down Expand Up @@ -50,4 +51,4 @@ Thumbs.db
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
!.yarn/versions
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"@nx/node": "20.3.1",
"@nx/plugin": "20.3.1",
"@nx/workspace": "20.3.1",
"@semantic-release/changelog": "^6.0.3",
"@types/fs-extra": "^11.0.3",
"@types/jest": "29.5.14",
"@types/lodash": "^4.14.200",
Expand Down
15 changes: 15 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4789,6 +4789,20 @@ __metadata:
languageName: node
linkType: hard

"@semantic-release/changelog@npm:^6.0.3":
version: 6.0.3
resolution: "@semantic-release/changelog@npm:6.0.3"
dependencies:
"@semantic-release/error": "npm:^3.0.0"
aggregate-error: "npm:^3.0.0"
fs-extra: "npm:^11.0.0"
lodash: "npm:^4.17.4"
peerDependencies:
semantic-release: ">=18.0.0"
checksum: 99ff9a528ec018699d6a197e12d86a95968dafd204b9aab05c2339b229877e38f7cfcdcafe94422b3082b6eb871d2071e0d034a015f64d9984e41a4e2dac840a
languageName: node
linkType: hard

"@semantic-release/commit-analyzer@npm:^9.0.2":
version: 9.0.2
resolution: "@semantic-release/commit-analyzer@npm:9.0.2"
Expand Down Expand Up @@ -18731,6 +18745,7 @@ __metadata:
"@nx/node": "npm:20.3.1"
"@nx/plugin": "npm:20.3.1"
"@nx/workspace": "npm:20.3.1"
"@semantic-release/changelog": "npm:^6.0.3"
"@types/fs-extra": "npm:^11.0.3"
"@types/jest": "npm:29.5.14"
"@types/lodash": "npm:^4.14.200"
Expand Down

0 comments on commit fdc0c9c

Please sign in to comment.