Skip to content

Commit

Permalink
fix(global): resolve issue when releasing new version
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeperrault authored and maximeperraultdev committed Jan 7, 2025
1 parent 7d418ff commit c1a1810
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
"chromatic": "11.22.0",
"classnames": "2.5.1",
"commitlint-plugin-selective-scope": "1.0.1",
"conventional-changelog-writer": "8.0.0",
"cypress": "13.17.0",
"date-fns": "4.1.0",
"dayjs": "1.11.13",
Expand Down Expand Up @@ -167,9 +168,6 @@
"rsuite": "^5.53.2",
"styled-components": "^5.0.0 || ^6.0.0"
},
"overrides": {
"conventional-changelog-conventionalcommits": ">= 8.0.0"
},
"//": "https://github.com/okonet/lint-staged/issues/825#issuecomment-674575655",
"lint-staged": {
"*.{json,md,yaml,yml}": "prettier --write",
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2905,6 +2905,7 @@ __metadata:
chromatic: "npm:11.22.0"
classnames: "npm:2.5.1"
commitlint-plugin-selective-scope: "npm:1.0.1"
conventional-changelog-writer: "npm:8.0.0"
cypress: "npm:13.17.0"
date-fns: "npm:4.1.0"
dayjs: "npm:1.11.13"
Expand Down Expand Up @@ -7666,7 +7667,7 @@ __metadata:
languageName: node
linkType: hard

"conventional-changelog-writer@npm:^8.0.0":
"conventional-changelog-writer@npm:8.0.0, conventional-changelog-writer@npm:^8.0.0":
version: 8.0.0
resolution: "conventional-changelog-writer@npm:8.0.0"
dependencies:
Expand Down

0 comments on commit c1a1810

Please sign in to comment.