From 9d5f6e692c52134d5a857a679728def143ee04f7 Mon Sep 17 00:00:00 2001 From: Michal Kinas <113341662+MichalKinas@users.noreply.github.com> Date: Mon, 20 Jul 2026 17:25:05 +0200 Subject: [PATCH] Post-release version bump (#12076) --- 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/js-api/package.json | 2 +- lib/process-services-cloud/package.json | 2 +- lib/process-services/package.json | 2 +- package.json | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/lib/cli/package.json b/lib/cli/package.json index c551058746..e5fe9386a6 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": "9.0.0", + "version": "9.1.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.5.0", + "@alfresco/js-api": ">=10.0.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 fbc136e20c..d35a00b653 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": "9.0.0", + "version": "9.1.0", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", diff --git a/lib/core/package.json b/lib/core/package.json index def2867dd2..b7d40c0789 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-core", "description": "Alfresco ADF core", - "version": "9.0.0", + "version": "9.1.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 0b85a9419a..87ba0e3562 100644 --- a/lib/eslint-angular/package.json +++ b/lib/eslint-angular/package.json @@ -1,6 +1,6 @@ { "name": "@alfresco/eslint-plugin-eslint-angular", - "version": "9.0.0", + "version": "9.1.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 32df89ffa1..9f30b6074f 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": "9.0.0", + "version": "9.1.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 b82f3349e1..6f4f422df3 100644 --- a/lib/insights/package.json +++ b/lib/insights/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-insights", "description": "Alfresco ADF insights", - "version": "9.0.0", + "version": "9.1.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 9560585ab0..6b6849300c 100644 --- a/lib/js-api/package.json +++ b/lib/js-api/package.json @@ -1,6 +1,6 @@ { "name": "@alfresco/js-api", - "version": "10.0.0", + "version": "10.1.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 a39d5c38b5..49891dea5a 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": "9.0.0", + "version": "9.1.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 833e64636c..4567eb7250 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": "9.0.0", + "version": "9.1.0", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", diff --git a/package.json b/package.json index a1ffb6b611..7583e1cd61 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "alfresco-ng2-components", "description": "Alfresco Angular components", - "version": "9.0.0", + "version": "9.1.0", "author": "Hyland Software, Inc. and its affiliates", "scripts": { "preinstall": "npx only-allow pnpm",