From d1bda4f898d321091af84ce09720393496f30f30 Mon Sep 17 00:00:00 2001 From: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com> Date: Tue, 21 Apr 2026 12:01:35 +0200 Subject: [PATCH] Release 8.4.1 (#11827) * Release 8.4.1 * Release 8.4.1 --- docs/license-info/README.md | 2 +- .../{license-info-8.4.0.md => license-info-8.4.1.md} | 0 docs/release-notes/README.md | 2 +- .../{RelNote-8.4.0.md => RelNote-8.4.1.md} | 0 docs/vulnerability/README.md | 2 +- .../{audit-info-8.4.0.md => audit-info-8.4.1.md} | 0 lib/cli/package-lock.json | 12 ++++++------ lib/cli/package.json | 4 ++-- lib/content-services/package.json | 6 +++--- lib/core/package.json | 6 +++--- lib/eslint-angular/package.json | 2 +- lib/extensions/package.json | 4 ++-- lib/insights/package.json | 6 +++--- lib/js-api/package.json | 2 +- lib/process-services-cloud/package.json | 8 ++++---- lib/process-services/package.json | 8 ++++---- package-lock.json | 6 +++--- package.json | 2 +- scripts/github/build/bumpversion.sh | 5 +++++ scripts/update-version.sh | 2 +- 20 files changed, 42 insertions(+), 37 deletions(-) rename docs/license-info/{license-info-8.4.0.md => license-info-8.4.1.md} (100%) rename docs/release-notes/{RelNote-8.4.0.md => RelNote-8.4.1.md} (100%) rename docs/vulnerability/{audit-info-8.4.0.md => audit-info-8.4.1.md} (100%) diff --git a/docs/license-info/README.md b/docs/license-info/README.md index 3291a4cfc8..1104f3d4d4 100644 --- a/docs/license-info/README.md +++ b/docs/license-info/README.md @@ -61,4 +61,4 @@ The pages linked below contain the licenses for all third party dependencies of - [ADF 8.2.0](license-info-8.2.0.md) - [ADF 8.2.1](license-info-8.2.1.md) - [ADF 8.3.1](license-info-8.3.1.md) -- [ADF 8.4.0](license-info-8.4.0.md) +- [ADF 8.4.1](license-info-8.4.1.md) diff --git a/docs/license-info/license-info-8.4.0.md b/docs/license-info/license-info-8.4.1.md similarity index 100% rename from docs/license-info/license-info-8.4.0.md rename to docs/license-info/license-info-8.4.1.md diff --git a/docs/release-notes/README.md b/docs/release-notes/README.md index c1ced915e0..87ed96b8b6 100644 --- a/docs/release-notes/README.md +++ b/docs/release-notes/README.md @@ -9,7 +9,7 @@ The first **General Availability** release was v2.0.0. ## General Availability -- [8.4.0](RelNote-8.4.0.md) +- [8.4.1](RelNote-8.4.1.md) - [8.3.1](RelNote-8.3.1.md) - [8.2.1](RelNote-8.2.1.md) - [8.2.0](RelNote-8.2.0.md) diff --git a/docs/release-notes/RelNote-8.4.0.md b/docs/release-notes/RelNote-8.4.1.md similarity index 100% rename from docs/release-notes/RelNote-8.4.0.md rename to docs/release-notes/RelNote-8.4.1.md diff --git a/docs/vulnerability/README.md b/docs/vulnerability/README.md index f3d940a4df..ac61854b0a 100644 --- a/docs/vulnerability/README.md +++ b/docs/vulnerability/README.md @@ -58,4 +58,4 @@ The pages linked below contain the audit for all third party dependencies of ADF - [ADF 8.2.0](audit-info-8.2.0.md) - [ADF 8.2.1](audit-info-8.2.1.md) - [ADF 8.3.1](audit-info-8.3.1.md) -- [ADF 8.4.0](audit-info-8.4.0.md) +- [ADF 8.4.1](audit-info-8.4.1.md) diff --git a/docs/vulnerability/audit-info-8.4.0.md b/docs/vulnerability/audit-info-8.4.1.md similarity index 100% rename from docs/vulnerability/audit-info-8.4.0.md rename to docs/vulnerability/audit-info-8.4.1.md diff --git a/lib/cli/package-lock.json b/lib/cli/package-lock.json index 5eb642abc6..49af167047 100644 --- a/lib/cli/package-lock.json +++ b/lib/cli/package-lock.json @@ -1,15 +1,15 @@ { "name": "@alfresco/adf-cli", - "version": "8.4.0", + "version": "8.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@alfresco/adf-cli", - "version": "8.4.0", + "version": "8.4.1", "license": "Apache-2.0", "dependencies": { - "@alfresco/js-api": ">=9.3.0", + "@alfresco/js-api": ">=9.4.0", "ejs": "^3.1.10", "license-checker": "^25.0.1", "node-fetch": "^2.7.0", @@ -26,9 +26,9 @@ } }, "node_modules/@alfresco/js-api": { - "version": "9.3.1", - "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-9.3.1.tgz", - "integrity": "sha512-LTO5/DusccR6VQaztYHgCBvn9gfDchNfJf/pjuRH9GTCyi8k14BTvjs9e8RTg78WOlO7cs4iLzMq9wFvlzVc4Q==", + "version": "9.4.0", + "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-9.4.0.tgz", + "integrity": "sha512-2yRlZRZHA0AK1KZgtnpVkT1vUtoKYA8eWd0lrn1Wc6oSVwRW6rY2tzFab/44NZaGi+hgP6TkGhHPGcddavKn4g==", "license": "Apache-2.0", "dependencies": { "eventemitter3": "^5.0.1", diff --git a/lib/cli/package.json b/lib/cli/package.json index 454cdccd9c..778b5cd826 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.4.0", + "version": "8.4.1", "author": "Hyland Software, Inc. and its affiliates", "bin": { "adf-cli": "bin/adf-cli", @@ -22,7 +22,7 @@ "unlink": "cd ../../dist/libs/cli && npm unlink" }, "dependencies": { - "@alfresco/js-api": ">=9.3.0", + "@alfresco/js-api": ">=9.4.0", "ejs": "^3.1.10", "license-checker": "^25.0.1", "node-fetch": "^2.7.0", diff --git a/lib/content-services/package.json b/lib/content-services/package.json index 329bba93e9..9c2421c87b 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.4.0", + "version": "8.4.1", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", @@ -21,9 +21,9 @@ "@angular/platform-browser": ">=14.1.3", "@angular/platform-browser-dynamic": ">=14.1.3", "@angular/router": ">=14.1.3", - "@alfresco/js-api": ">=9.4.0", + "@alfresco/js-api": ">=9.4.1", "@ngx-translate/core": ">=17.0.0", - "@alfresco/adf-core": ">=8.4.0" + "@alfresco/adf-core": ">=8.4.1" }, "keywords": [ "content-services", diff --git a/lib/core/package.json b/lib/core/package.json index c663f4adc9..73d29c2a23 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.4.0", + "version": "8.4.1", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", @@ -38,8 +38,8 @@ "@angular/router": ">=16.0.0", "@mat-datetimepicker/core": ">=12.0.1", "@ngx-translate/core": ">=17.0.0", - "@alfresco/js-api": ">=9.4.0", - "@alfresco/adf-extensions": ">=8.4.0", + "@alfresco/js-api": ">=9.4.1", + "@alfresco/adf-extensions": ">=8.4.1", "minimatch": ">=10.0.0", "pdfjs-dist": ">=3.3.122" }, diff --git a/lib/eslint-angular/package.json b/lib/eslint-angular/package.json index 0f0d96c159..2132de07e8 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.4.0", + "version": "8.4.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 3d0904a82d..08909ce4d0 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.4.0", + "version": "8.4.1", "license": "Apache-2.0", "author": "Hyland Software, Inc. and its affiliates", "repository": { @@ -14,7 +14,7 @@ "peerDependencies": { "@angular/common": ">=14.1.3", "@angular/core": ">=14.1.3", - "@alfresco/js-api": ">=9.4.0" + "@alfresco/js-api": ">=9.4.1" }, "keywords": [ "extensions", diff --git a/lib/insights/package.json b/lib/insights/package.json index 07a56dad15..8d470e0c7f 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.4.0", + "version": "8.4.1", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", @@ -11,8 +11,8 @@ "url": "https://github.com/Alfresco/alfresco-ng2-components/issues" }, "dependencies": { - "@alfresco/adf-core": ">=8.4.0", - "@alfresco/adf-content-services": ">=8.4.0", + "@alfresco/adf-core": ">=8.4.1", + "@alfresco/adf-content-services": ">=8.4.1", "@ngx-translate/core": ">=17.0.0", "chart.js": "^4.3.0", "ng2-charts": "^4.1.1", diff --git a/lib/js-api/package.json b/lib/js-api/package.json index e7de3a3e73..e5f83f1eb5 100644 --- a/lib/js-api/package.json +++ b/lib/js-api/package.json @@ -1,6 +1,6 @@ { "name": "@alfresco/js-api", - "version": "9.4.0", + "version": "9.4.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 504691db76..4036a46f33 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.4.0", + "version": "8.4.1", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", @@ -21,9 +21,9 @@ "@angular/platform-browser": ">=14.1.3", "@angular/platform-browser-dynamic": ">=14.1.3", "@angular/router": ">=14.1.3", - "@alfresco/js-api": ">=9.4.0", - "@alfresco/adf-core": ">=8.4.0", - "@alfresco/adf-content-services": ">=8.4.0", + "@alfresco/js-api": ">=9.4.1", + "@alfresco/adf-core": ">=8.4.1", + "@alfresco/adf-content-services": ">=8.4.1", "@apollo/client": ">=3.7.2", "@ngx-translate/core": ">=17.0.0", "apollo-angular": ">=4.0.1", diff --git a/lib/process-services/package.json b/lib/process-services/package.json index e81245f136..c437d0bbf2 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.4.0", + "version": "8.4.1", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", @@ -21,9 +21,9 @@ "@angular/platform-browser": ">=14.1.3", "@angular/platform-browser-dynamic": ">=14.1.3", "@angular/router": ">=14.1.3", - "@alfresco/js-api": ">=9.4.0", - "@alfresco/adf-core": ">=8.4.0", - "@alfresco/adf-content-services": ">=8.4.0", + "@alfresco/js-api": ">=9.4.1", + "@alfresco/adf-core": ">=8.4.1", + "@alfresco/adf-content-services": ">=8.4.1", "@ngx-translate/core": ">=17.0.0" }, "keywords": [ diff --git a/package-lock.json b/package-lock.json index afffbd437f..8abb848116 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "alfresco-ng2-components", - "version": "8.4.0", + "version": "8.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "alfresco-ng2-components", - "version": "8.4.0", + "version": "8.4.1", "license": "Apache-2.0", "dependencies": { "@angular/animations": "19.2.20", @@ -130,7 +130,7 @@ }, "lib/eslint-angular": { "name": "@alfresco/eslint-plugin-eslint-angular", - "version": "8.4.0", + "version": "8.4.1", "dev": true, "license": "Apache-2.0" }, diff --git a/package.json b/package.json index a290ea516e..514e46ee14 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "alfresco-ng2-components", "description": "Alfresco Angular components", - "version": "8.4.0", + "version": "8.4.1", "author": "Hyland Software, Inc. and its affiliates", "scripts": { "prepare": "husky", diff --git a/scripts/github/build/bumpversion.sh b/scripts/github/build/bumpversion.sh index f419771563..6ea2e13cde 100755 --- a/scripts/github/build/bumpversion.sh +++ b/scripts/github/build/bumpversion.sh @@ -8,4 +8,9 @@ if [[ ! $BRANCH =~ ^master(-patch.*)?$ ]] then echo "Replace NPM version with new Alpha tag" ./scripts/update-version.sh -gnu || exit 1; +else + # For master branch, read current version from package.json + CURRENT_VERSION=$(node -p "require('./package.json').version") + echo "Current version for master branch: $CURRENT_VERSION" + echo "release_version=$CURRENT_VERSION" >> $GITHUB_OUTPUT fi diff --git a/scripts/update-version.sh b/scripts/update-version.sh index 2c5ae5fbaa..8147f915a2 100755 --- a/scripts/update-version.sh +++ b/scripts/update-version.sh @@ -49,7 +49,7 @@ get_next_version() { VERSION=`get_next_version $DIR/..` JS_API_VERSION=`get_next_version $DIR/../lib/js-api` -echo RELEASE_VERSION=$VERSION >> $GITHUB_OUTPUT +echo "release_version=$VERSION" >> $GITHUB_OUTPUT echo "====== New libs version: $VERSION =====" echo "====== New js-api version: $JS_API_VERSION ====="