Release 8.0.3 - Fix PNG signature images in PDF viewer

This commit is contained in:
DominikIwanek
2026-09-01 09:55:48 +02:00
parent dd7dfa760b
commit 542bd2c0d4
10 changed files with 13 additions and 19 deletions
+4 -10
View File
@@ -40,21 +40,15 @@ jobs:
npm run build:libs npm run build:libs
npm run build:schematics npm run build:schematics
- name: Setup NPM Registry - name: Configure NPM Registry
if: ${{ !inputs.dry-run }} if: ${{ !inputs.dry-run }}
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 run: |
with: npm config set //registry.npmjs.org/:_authToken "${{ secrets.NPM_REGISTRY_TOKEN }}"
node-version-file: '.nvmrc' npm config list
registry-url: 'https://${{ vars.NPM_REGISTRY_ADDRESS }}'
scope: '@alfresco'
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}
- name: Publish to NPM - name: Publish to NPM
if: ${{ !inputs.dry-run }} if: ${{ !inputs.dry-run }}
run: npx nx run-many -t npm-publish --tag=branch run: npx nx run-many -t npm-publish --tag=branch
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_REGISTRY_TOKEN }}
- name: Dry run summary - name: Dry run summary
if: ${{ inputs.dry-run }} if: ${{ inputs.dry-run }}
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-cli", "name": "@alfresco/adf-cli",
"description": "Alfresco ADF cli and utils", "description": "Alfresco ADF cli and utils",
"version": "8.0.2", "version": "8.0.3-A.1",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"bin": { "bin": {
"adf-cli": "bin/adf-cli", "adf-cli": "bin/adf-cli",
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-content-services", "name": "@alfresco/adf-content-services",
"description": "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", "author": "Hyland Software, Inc. and its affiliates",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-core", "name": "@alfresco/adf-core",
"description": "Alfresco ADF core", "description": "Alfresco ADF core",
"version": "8.0.2", "version": "8.0.3-A.1",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@alfresco/eslint-plugin-eslint-angular", "name": "@alfresco/eslint-plugin-eslint-angular",
"version": "8.0.2", "version": "8.0.3-A.1",
"description": "Alfresco ADF eslint angular custom rules", "description": "Alfresco ADF eslint angular custom rules",
"main": "main.js", "main": "main.js",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-extensions", "name": "@alfresco/adf-extensions",
"description": "Provides extensibility support for ADF applications.", "description": "Provides extensibility support for ADF applications.",
"version": "8.0.2", "version": "8.0.3-A.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"repository": { "repository": {
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-insights", "name": "@alfresco/adf-insights",
"description": "Alfresco ADF insights", "description": "Alfresco ADF insights",
"version": "8.0.2", "version": "8.0.3-A.1",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@alfresco/js-api", "name": "@alfresco/js-api",
"version": "9.0.2", "version": "9.0.3-A.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"description": "JavaScript client library for the Alfresco REST API", "description": "JavaScript client library for the Alfresco REST API",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-process-services-cloud", "name": "@alfresco/adf-process-services-cloud",
"description": "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", "author": "Hyland Software, Inc. and its affiliates",
"repository": { "repository": {
"type": "git", "type": "git",
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-process-services", "name": "@alfresco/adf-process-services",
"description": "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", "author": "Hyland Software, Inc. and its affiliates",
"repository": { "repository": {
"type": "git", "type": "git",