From a958e563cc9bcfa8c9128282771be0e680870f45 Mon Sep 17 00:00:00 2001 From: dark-kitt <42038118+dark-kitt@users.noreply.github.com> Date: Wed, 8 May 2024 07:09:04 +0200 Subject: [PATCH] test(package): ~ downgrade conventional-changelog-conventionalcommits --- .github/workflows/yarn-publish.yml | 2 +- package.json | 2 +- yarn.lock | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/yarn-publish.yml b/.github/workflows/yarn-publish.yml index e36f57e..00f2e56 100644 --- a/.github/workflows/yarn-publish.yml +++ b/.github/workflows/yarn-publish.yml @@ -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 \ No newline at end of file + run: yarn dlx semantic-release \ No newline at end of file diff --git a/package.json b/package.json index 11eff59..ef5b38c 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 247126c..13fac7d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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 @@ -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"