Skip to content

Commit

Permalink
test(package): ~ downgrade conventional-changelog-conventionalcommits
Browse files Browse the repository at this point in the history
  • Loading branch information
dark-kitt committed May 8, 2024
1 parent 1690b45 commit a958e56
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/yarn-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GTHB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm install --save conventional-changelog-conventionalcommits && yarn dlx semantic-release
run: yarn dlx semantic-release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-typescript": "^13.0.0",
"conventional-changelog-conventionalcommits": "^8.0.0",
"conventional-changelog-conventionalcommits": "7.0.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1815,12 +1815,12 @@ __metadata:
languageName: node
linkType: hard

"conventional-changelog-conventionalcommits@npm:^8.0.0":
version: 8.0.0
resolution: "conventional-changelog-conventionalcommits@npm:8.0.0"
"conventional-changelog-conventionalcommits@npm:7.0.2":
version: 7.0.2
resolution: "conventional-changelog-conventionalcommits@npm:7.0.2"
dependencies:
compare-func: "npm:^2.0.0"
checksum: 10c0/368ee2245094579b38e1beac110577f75d82ab341d1bc6943052d5243f8bacc9ea08222a91a595a17f5f4ccc321b926211da00dd25b43877a3c51d8218bc76f0
checksum: 10c0/3cb1eab35e37fc973cfb3aed0e159f54414e49b222988da1c2aa86cc8a87fe7531491bbb7657fe5fc4dc0e25f5b50e2065ba8ac71cc4c08eed9189102a2b81bd
languageName: node
linkType: hard

Expand Down Expand Up @@ -5185,7 +5185,7 @@ __metadata:
"@typescript-eslint/parser": "npm:^7.8.0"
"@vitejs/plugin-vue": "npm:^5.0.4"
"@vue/eslint-config-typescript": "npm:^13.0.0"
conventional-changelog-conventionalcommits: "npm:^8.0.0"
conventional-changelog-conventionalcommits: "npm:7.0.2"
eslint: "npm:^8.57.0"
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-prettier: "npm:^5.1.3"
Expand Down

0 comments on commit a958e56

Please sign in to comment.