Release 8.4.1 (#11827)

* Release 8.4.1

* Release 8.4.1
This commit is contained in:
AleksanderSklorz
2026-05-20 14:19:20 +05:30
committed by Anamika Dey
parent 27d854c5fc
commit 32e1cd743e
20 changed files with 42 additions and 37 deletions
+1 -1
View File
@@ -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.0](license-info-8.2.0.md)
- [ADF 8.2.1](license-info-8.2.1.md) - [ADF 8.2.1](license-info-8.2.1.md)
- [ADF 8.3.1](license-info-8.3.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)
+1 -1
View File
@@ -9,7 +9,7 @@ The first **General Availability** release was v2.0.0.
## General Availability ## 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.3.1](RelNote-8.3.1.md)
- [8.2.1](RelNote-8.2.1.md) - [8.2.1](RelNote-8.2.1.md)
- [8.2.0](RelNote-8.2.0.md) - [8.2.0](RelNote-8.2.0.md)
+1 -1
View File
@@ -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.0](audit-info-8.2.0.md)
- [ADF 8.2.1](audit-info-8.2.1.md) - [ADF 8.2.1](audit-info-8.2.1.md)
- [ADF 8.3.1](audit-info-8.3.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)
+6 -6
View File
@@ -1,15 +1,15 @@
{ {
"name": "@alfresco/adf-cli", "name": "@alfresco/adf-cli",
"version": "8.4.0", "version": "8.4.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@alfresco/adf-cli", "name": "@alfresco/adf-cli",
"version": "8.4.0", "version": "8.4.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@alfresco/js-api": ">=9.3.0", "@alfresco/js-api": ">=9.4.0",
"ejs": "^3.1.10", "ejs": "^3.1.10",
"license-checker": "^25.0.1", "license-checker": "^25.0.1",
"node-fetch": "^2.7.0", "node-fetch": "^2.7.0",
@@ -26,9 +26,9 @@
} }
}, },
"node_modules/@alfresco/js-api": { "node_modules/@alfresco/js-api": {
"version": "9.3.1", "version": "9.4.0",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-9.3.1.tgz", "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-9.4.0.tgz",
"integrity": "sha512-LTO5/DusccR6VQaztYHgCBvn9gfDchNfJf/pjuRH9GTCyi8k14BTvjs9e8RTg78WOlO7cs4iLzMq9wFvlzVc4Q==", "integrity": "sha512-2yRlZRZHA0AK1KZgtnpVkT1vUtoKYA8eWd0lrn1Wc6oSVwRW6rY2tzFab/44NZaGi+hgP6TkGhHPGcddavKn4g==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"eventemitter3": "^5.0.1", "eventemitter3": "^5.0.1",
+2 -2
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.4.0", "version": "8.4.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",
@@ -22,7 +22,7 @@
"unlink": "cd ../../dist/libs/cli && npm unlink" "unlink": "cd ../../dist/libs/cli && npm unlink"
}, },
"dependencies": { "dependencies": {
"@alfresco/js-api": ">=9.3.0", "@alfresco/js-api": ">=9.4.0",
"ejs": "^3.1.10", "ejs": "^3.1.10",
"license-checker": "^25.0.1", "license-checker": "^25.0.1",
"node-fetch": "^2.7.0", "node-fetch": "^2.7.0",
+3 -3
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.4.0", "version": "8.4.1",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -21,9 +21,9 @@
"@angular/platform-browser": ">=14.1.3", "@angular/platform-browser": ">=14.1.3",
"@angular/platform-browser-dynamic": ">=14.1.3", "@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=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", "@ngx-translate/core": ">=17.0.0",
"@alfresco/adf-core": ">=8.4.0" "@alfresco/adf-core": ">=8.4.1"
}, },
"keywords": [ "keywords": [
"content-services", "content-services",
+3 -3
View File
@@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-core", "name": "@alfresco/adf-core",
"description": "Alfresco ADF core", "description": "Alfresco ADF core",
"version": "8.4.0", "version": "8.4.1",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -38,8 +38,8 @@
"@angular/router": ">=16.0.0", "@angular/router": ">=16.0.0",
"@mat-datetimepicker/core": ">=12.0.1", "@mat-datetimepicker/core": ">=12.0.1",
"@ngx-translate/core": ">=17.0.0", "@ngx-translate/core": ">=17.0.0",
"@alfresco/js-api": ">=9.4.0", "@alfresco/js-api": ">=9.4.1",
"@alfresco/adf-extensions": ">=8.4.0", "@alfresco/adf-extensions": ">=8.4.1",
"minimatch": ">=10.0.0", "minimatch": ">=10.0.0",
"pdfjs-dist": ">=3.3.122" "pdfjs-dist": ">=3.3.122"
}, },
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@alfresco/eslint-plugin-eslint-angular", "name": "@alfresco/eslint-plugin-eslint-angular",
"version": "8.4.0", "version": "8.4.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",
+2 -2
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.4.0", "version": "8.4.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": {
@@ -14,7 +14,7 @@
"peerDependencies": { "peerDependencies": {
"@angular/common": ">=14.1.3", "@angular/common": ">=14.1.3",
"@angular/core": ">=14.1.3", "@angular/core": ">=14.1.3",
"@alfresco/js-api": ">=9.4.0" "@alfresco/js-api": ">=9.4.1"
}, },
"keywords": [ "keywords": [
"extensions", "extensions",
+3 -3
View File
@@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-insights", "name": "@alfresco/adf-insights",
"description": "Alfresco ADF insights", "description": "Alfresco ADF insights",
"version": "8.4.0", "version": "8.4.1",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -11,8 +11,8 @@
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues" "url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
}, },
"dependencies": { "dependencies": {
"@alfresco/adf-core": ">=8.4.0", "@alfresco/adf-core": ">=8.4.1",
"@alfresco/adf-content-services": ">=8.4.0", "@alfresco/adf-content-services": ">=8.4.1",
"@ngx-translate/core": ">=17.0.0", "@ngx-translate/core": ">=17.0.0",
"chart.js": "^4.3.0", "chart.js": "^4.3.0",
"ng2-charts": "^4.1.1", "ng2-charts": "^4.1.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@alfresco/js-api", "name": "@alfresco/js-api",
"version": "9.4.0", "version": "9.4.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",
+4 -4
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.4.0", "version": "8.4.1",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -21,9 +21,9 @@
"@angular/platform-browser": ">=14.1.3", "@angular/platform-browser": ">=14.1.3",
"@angular/platform-browser-dynamic": ">=14.1.3", "@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3", "@angular/router": ">=14.1.3",
"@alfresco/js-api": ">=9.4.0", "@alfresco/js-api": ">=9.4.1",
"@alfresco/adf-core": ">=8.4.0", "@alfresco/adf-core": ">=8.4.1",
"@alfresco/adf-content-services": ">=8.4.0", "@alfresco/adf-content-services": ">=8.4.1",
"@apollo/client": ">=3.7.2", "@apollo/client": ">=3.7.2",
"@ngx-translate/core": ">=17.0.0", "@ngx-translate/core": ">=17.0.0",
"apollo-angular": ">=4.0.1", "apollo-angular": ">=4.0.1",
+4 -4
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.4.0", "version": "8.4.1",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -21,9 +21,9 @@
"@angular/platform-browser": ">=14.1.3", "@angular/platform-browser": ">=14.1.3",
"@angular/platform-browser-dynamic": ">=14.1.3", "@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3", "@angular/router": ">=14.1.3",
"@alfresco/js-api": ">=9.4.0", "@alfresco/js-api": ">=9.4.1",
"@alfresco/adf-core": ">=8.4.0", "@alfresco/adf-core": ">=8.4.1",
"@alfresco/adf-content-services": ">=8.4.0", "@alfresco/adf-content-services": ">=8.4.1",
"@ngx-translate/core": ">=17.0.0" "@ngx-translate/core": ">=17.0.0"
}, },
"keywords": [ "keywords": [
+3 -3
View File
@@ -1,12 +1,12 @@
{ {
"name": "alfresco-ng2-components", "name": "alfresco-ng2-components",
"version": "8.4.0", "version": "8.4.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "alfresco-ng2-components", "name": "alfresco-ng2-components",
"version": "8.4.0", "version": "8.4.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@angular/animations": "19.2.20", "@angular/animations": "19.2.20",
@@ -130,7 +130,7 @@
}, },
"lib/eslint-angular": { "lib/eslint-angular": {
"name": "@alfresco/eslint-plugin-eslint-angular", "name": "@alfresco/eslint-plugin-eslint-angular",
"version": "8.4.0", "version": "8.4.1",
"dev": true, "dev": true,
"license": "Apache-2.0" "license": "Apache-2.0"
}, },
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "alfresco-ng2-components", "name": "alfresco-ng2-components",
"description": "Alfresco Angular components", "description": "Alfresco Angular components",
"version": "8.4.0", "version": "8.4.1",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"scripts": { "scripts": {
"prepare": "husky", "prepare": "husky",
+5
View File
@@ -8,4 +8,9 @@ if [[ ! $BRANCH =~ ^master(-patch.*)?$ ]]
then then
echo "Replace NPM version with new Alpha tag" echo "Replace NPM version with new Alpha tag"
./scripts/update-version.sh -gnu || exit 1; ./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 fi
+1 -1
View File
@@ -49,7 +49,7 @@ get_next_version() {
VERSION=`get_next_version $DIR/..` VERSION=`get_next_version $DIR/..`
JS_API_VERSION=`get_next_version $DIR/../lib/js-api` 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 libs version: $VERSION ====="
echo "====== New js-api version: $JS_API_VERSION =====" echo "====== New js-api version: $JS_API_VERSION ====="