From 633702860f0403fb4211a6be1fec9d71b839c0fb Mon Sep 17 00:00:00 2001 From: Dominik Iwanek <141320833+dominikiwanekhyland@users.noreply.github.com> Date: Fri, 12 Jun 2026 12:59:14 +0200 Subject: [PATCH] Post-release version bump (#11984) --- lib/cli/package-lock.json | 4 ++-- lib/cli/package.json | 4 ++-- 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/process-services-cloud/package.json | 2 +- lib/process-services/package.json | 2 +- package.json | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/cli/package-lock.json b/lib/cli/package-lock.json index 6e6c9cca9e..0a0cc16016 100644 --- a/lib/cli/package-lock.json +++ b/lib/cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "@alfresco/adf-cli", - "version": "8.5.0", + "version": "9.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@alfresco/adf-cli", - "version": "8.5.0", + "version": "9.0.0", "license": "Apache-2.0", "dependencies": { "@alfresco/js-api": ">=9.4.0", diff --git a/lib/cli/package.json b/lib/cli/package.json index 98be4992e5..c551058746 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.5.0", + "version": "9.0.0", "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.4.0", + "@alfresco/js-api": ">=9.5.0", "ejs": "^3.1.10", "node-fetch": "^2.7.0", "spdx-license-list": "^5.0.0" diff --git a/lib/content-services/package.json b/lib/content-services/package.json index 9e42754e6c..68291225a7 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.5.0", + "version": "9.0.0", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", diff --git a/lib/core/package.json b/lib/core/package.json index ddbe40637d..44c1d7a26c 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.5.0", + "version": "9.0.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 445976ebc2..0b85a9419a 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.5.0", + "version": "9.0.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 e1f44a8b85..1ec2e4c36d 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.5.0", + "version": "9.0.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 1e3d831f58..a1030b4588 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.5.0", + "version": "9.0.0", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", diff --git a/lib/process-services-cloud/package.json b/lib/process-services-cloud/package.json index 62b5041c26..2cf4f779a9 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.5.0", + "version": "9.0.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 5218abbda8..e146ff4a5a 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.5.0", + "version": "9.0.0", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", diff --git a/package.json b/package.json index 70358e4617..ad5189f340 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "alfresco-ng2-components", "description": "Alfresco Angular components", - "version": "8.5.0", + "version": "9.0.0", "author": "Hyland Software, Inc. and its affiliates", "scripts": { "preinstall": "npx only-allow pnpm",