From 97f1136f969e789928fecc0a09cc5cc068ce9813 Mon Sep 17 00:00:00 2001 From: DominikIwanek Date: Fri, 21 Aug 2026 09:04:42 +0200 Subject: [PATCH] Release 8.0.3 - Fix PNG signature images in PDF viewer --- .github/workflows/release.yml | 14 ++++---------- lib/cli/package.json | 2 +- lib/content-services/package.json | 2 +- lib/core/package.json | 2 +- lib/eslint-angular/package.json | 2 +- lib/extensions/package.json | 2 +- lib/insights/package.json | 2 +- lib/js-api/package.json | 2 +- lib/process-services-cloud/package.json | 2 +- lib/process-services/package.json | 2 +- 10 files changed, 13 insertions(+), 19 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c2c68eac6c..54862efa7e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,21 +40,15 @@ jobs: npm run build:libs npm run build:schematics - - name: Setup NPM Registry + - name: Configure NPM Registry if: ${{ !inputs.dry-run }} - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 - with: - node-version-file: '.nvmrc' - registry-url: 'https://${{ vars.NPM_REGISTRY_ADDRESS }}' - scope: '@alfresco' - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }} + run: | + npm config set //registry.npmjs.org/:_authToken "${{ secrets.NPM_REGISTRY_TOKEN }}" + npm config list - name: Publish to NPM if: ${{ !inputs.dry-run }} run: npx nx run-many -t npm-publish --tag=branch - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }} - name: Dry run summary if: ${{ inputs.dry-run }} diff --git a/lib/cli/package.json b/lib/cli/package.json index 2e579781a4..bd6c4ede31 100644 --- a/lib/cli/package.json +++ b/lib/cli/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-cli", "description": "Alfresco ADF cli and utils", - "version": "8.0.2", + "version": "8.0.3-A.1", "author": "Hyland Software, Inc. and its affiliates", "bin": { "adf-cli": "bin/adf-cli", diff --git a/lib/content-services/package.json b/lib/content-services/package.json index 388b25921a..d134e36560 100644 --- a/lib/content-services/package.json +++ b/lib/content-services/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-content-services", "description": "Alfresco ADF content services", - "version": "8.0.2", + "version": "8.0.3-A.1", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", diff --git a/lib/core/package.json b/lib/core/package.json index 98da30acc9..754e6986c4 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-core", "description": "Alfresco ADF core", - "version": "8.0.2", + "version": "8.0.3-A.1", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", diff --git a/lib/eslint-angular/package.json b/lib/eslint-angular/package.json index 242f3af963..dc31e9aefc 100644 --- a/lib/eslint-angular/package.json +++ b/lib/eslint-angular/package.json @@ -1,6 +1,6 @@ { "name": "@alfresco/eslint-plugin-eslint-angular", - "version": "8.0.2", + "version": "8.0.3-A.1", "description": "Alfresco ADF eslint angular custom rules", "main": "main.js", "author": "Hyland Software, Inc. and its affiliates", diff --git a/lib/extensions/package.json b/lib/extensions/package.json index 1e86e5ba48..33c06fa203 100644 --- a/lib/extensions/package.json +++ b/lib/extensions/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-extensions", "description": "Provides extensibility support for ADF applications.", - "version": "8.0.2", + "version": "8.0.3-A.1", "license": "Apache-2.0", "author": "Hyland Software, Inc. and its affiliates", "repository": { diff --git a/lib/insights/package.json b/lib/insights/package.json index b9e435a9a6..47ddc1db88 100644 --- a/lib/insights/package.json +++ b/lib/insights/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-insights", "description": "Alfresco ADF insights", - "version": "8.0.2", + "version": "8.0.3-A.1", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", diff --git a/lib/js-api/package.json b/lib/js-api/package.json index 2d1c7787ca..e223c1bf95 100644 --- a/lib/js-api/package.json +++ b/lib/js-api/package.json @@ -1,6 +1,6 @@ { "name": "@alfresco/js-api", - "version": "9.0.2", + "version": "9.0.3-A.1", "license": "Apache-2.0", "description": "JavaScript client library for the Alfresco REST API", "author": "Hyland Software, Inc. and its affiliates", diff --git a/lib/process-services-cloud/package.json b/lib/process-services-cloud/package.json index 29c123e765..080ddefd16 100644 --- a/lib/process-services-cloud/package.json +++ b/lib/process-services-cloud/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-process-services-cloud", "description": "Alfresco ADF process services cloud", - "version": "8.0.2", + "version": "8.0.3-A.1", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", diff --git a/lib/process-services/package.json b/lib/process-services/package.json index 53420188f0..758785af7a 100644 --- a/lib/process-services/package.json +++ b/lib/process-services/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-process-services", "description": "Alfresco ADF process services", - "version": "8.0.2", + "version": "8.0.3-A.1", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git",