From 76e3c9b750a3db99ee9bec2504dc68c7831b01ab Mon Sep 17 00:00:00 2001 From: Alex Perez Date: Thu, 8 Jan 2026 19:22:07 -0300 Subject: [PATCH 1/2] Update deployment workflow: remove draft and prerelease options from npm publish step --- .github/workflows/deployment.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 76ae7fe..52e4ef9 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -102,6 +102,3 @@ jobs: - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - draft: false - prerelease: false - - run: npm publish --provenance --access public From 3de2f341053d55c8fba3e8f736022aac2c8f3bf3 Mon Sep 17 00:00:00 2001 From: Alex Perez Date: Thu, 8 Jan 2026 19:22:12 -0300 Subject: [PATCH 2/2] 4.3.20 --- 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 2155258..57876fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@api-components/api-navigation", - "version": "4.3.19", + "version": "4.3.20", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@api-components/api-navigation", - "version": "4.3.19", + "version": "4.3.20", "license": "Apache-2.0", "dependencies": { "@advanced-rest-client/icons": "^4.0.2", diff --git a/package.json b/package.json index 82a5540..443b896 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@api-components/api-navigation", "description": "An element to display the response body", - "version": "4.3.19", + "version": "4.3.20", "license": "Apache-2.0", "main": "index.js", "module": "index.js",