From dabab63f78a7cca3a5efce8a1d6df653a3576463 Mon Sep 17 00:00:00 2001 From: Ehsan Rezaei Date: Fri, 29 Aug 2025 14:24:59 +0200 Subject: [PATCH] Fix Post release version bump to align with ACA (#11153) --- lib/cli/package-lock.json | 12 ++++++------ 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 +- package-lock.json | 6 +++--- package.json | 2 +- 12 files changed, 19 insertions(+), 19 deletions(-) diff --git a/lib/cli/package-lock.json b/lib/cli/package-lock.json index 8cc152d520..3eb794a5f0 100644 --- a/lib/cli/package-lock.json +++ b/lib/cli/package-lock.json @@ -1,15 +1,15 @@ { "name": "@alfresco/adf-cli", - "version": "8.2.0", + "version": "8.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@alfresco/adf-cli", - "version": "8.2.0", + "version": "8.3.0", "license": "Apache-2.0", "dependencies": { - "@alfresco/js-api": ">=9.1.0", + "@alfresco/js-api": ">=9.1.1", "commander": "^6.2.1", "ejs": "^3.1.9", "license-checker": "^25.0.1", @@ -30,9 +30,9 @@ } }, "node_modules/@alfresco/js-api": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-9.1.0.tgz", - "integrity": "sha512-pI4XuSzxpHHJjITcYgOW8/dbzO+HLnhmLSuPxka4vfQPybqtFk/xyV/xHqb/84CJzWSeCmycGWKHaJw7c+k2qw==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-9.1.1.tgz", + "integrity": "sha512-G45OueaXjy0LxUv0RuQb6xfiEf/ecVX2K5qgfMdKlDcmXSv2k8lL/m+wUqeVw1NC+EeoSg6hMyOH60Y3qLvTuQ==", "license": "Apache-2.0", "dependencies": { "event-emitter": "^0.3.5", diff --git a/lib/cli/package.json b/lib/cli/package.json index ddc6cdb364..b5e2befe3f 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.2.0", + "version": "8.3.0", "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 8d21bcd4f2..702eb9d915 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.2.0", + "version": "8.3.0", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", diff --git a/lib/core/package.json b/lib/core/package.json index 999a5c3936..1018824def 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.2.0", + "version": "8.3.0", "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 70c625caa1..35d5d04548 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.2.0", + "version": "8.3.0", "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 39a03850c6..01ebc3a513 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.2.0", + "version": "8.3.0", "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 75f99121e9..55abeefe1f 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.2.0", + "version": "8.3.0", "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 60191aa679..32e58084ff 100644 --- a/lib/js-api/package.json +++ b/lib/js-api/package.json @@ -1,6 +1,6 @@ { "name": "@alfresco/js-api", - "version": "9.2.0", + "version": "9.3.0", "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 dffcc6be23..b66c907388 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.2.0", + "version": "8.3.0", "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 22f05664c7..f518ba7275 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.2.0", + "version": "8.3.0", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", diff --git a/package-lock.json b/package-lock.json index f34881c410..6a8af1aecc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "alfresco-ng2-components", - "version": "8.2.0", + "version": "8.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "alfresco-ng2-components", - "version": "8.2.0", + "version": "8.3.0", "license": "Apache-2.0", "dependencies": { "@angular/animations": "19.2.6", @@ -149,7 +149,7 @@ }, "lib/eslint-angular": { "name": "@alfresco/eslint-plugin-eslint-angular", - "version": "8.2.0", + "version": "8.3.0", "dev": true, "license": "Apache-2.0" }, diff --git a/package.json b/package.json index de02b72a8c..0beeb64d83 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "alfresco-ng2-components", "description": "Alfresco Angular components", - "version": "8.2.0", + "version": "8.3.0", "author": "Hyland Software, Inc. and its affiliates", "scripts": { "prepare": "husky install",