From a0bdf706f6e1544d9e41888dafd5c0aa29db0376 Mon Sep 17 00:00:00 2001 From: Brice Copy <500789+bcopy@users.noreply.github.com> Date: Fri, 4 Oct 2024 00:36:27 +0200 Subject: [PATCH 1/2] Remove npm tag for tag releases --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ef13919..0926e00 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -85,7 +85,7 @@ jobs: elif [[ $GITHUB_REF == refs/tags/* ]]; then # Publishing from a tag VERSION=${GITHUB_REF#refs/tags/v} - npm publish --tag $VERSION + npm publish fi env: NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} From a072fc962afd6d8684f6206aff154949890240bd Mon Sep 17 00:00:00 2001 From: Brice Copy <500789+bcopy@users.noreply.github.com> Date: Fri, 4 Oct 2024 00:36:36 +0200 Subject: [PATCH 2/2] Bump version to 0.5.8 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 308b62f..26e1807 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@bcopy/homie-lit", - "version": "0.5.7", + "version": "0.5.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@bcopy/homie-lit", - "version": "0.5.7", + "version": "0.5.8", "license": "MIT", "dependencies": { "lit": "^2.6.1", diff --git a/package.json b/package.json index 835f60e..84f6621 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bcopy/homie-lit", - "version": "0.5.7", + "version": "0.5.8", "description": "A TypeScript library integrating Homie devices with DOM element attributes for visualization", "repository": "github:bcopy/homie-lit", "main": "dist/homie-lit.js",