From 6c9c5576ba34ffee126d2cd30f51fe684fee67ab Mon Sep 17 00:00:00 2001 From: Ehsan Rezaei Date: Fri, 1 Mar 2024 14:06:48 +0100 Subject: [PATCH] Release 6.7.0 (#9392) --- lib/cli/package.json | 2 +- lib/content-services/package.json | 2 +- lib/core/package.json | 2 +- lib/extensions/package.json | 2 +- lib/js-api/package.json | 2 +- lib/process-services-cloud/package.json | 2 +- lib/process-services/package.json | 2 +- lib/testing/package.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/cli/package.json b/lib/cli/package.json index 3844b02923..09784aecdc 100644 --- a/lib/cli/package.json +++ b/lib/cli/package.json @@ -20,7 +20,7 @@ "dist": "rm -rf ../../dist/libs/cli && npm run build && cp -R ./bin ../../dist/libs/cli && cp -R ./resources ../../dist/libs/cli && cp -R ./templates ../../dist/libs/cli && cp ./package.json ../../dist/libs/cli" }, "dependencies": { - "@alfresco/js-api": ">=7.5.0", + "@alfresco/js-api": ">=7.6.0", "commander": "^6.2.1", "ejs": "^3.1.9", "license-checker": "^25.0.1", diff --git a/lib/content-services/package.json b/lib/content-services/package.json index 0a66b5fbee..eb01f12226 100644 --- a/lib/content-services/package.json +++ b/lib/content-services/package.json @@ -21,7 +21,7 @@ "@angular/platform-browser": ">=14.1.3", "@angular/platform-browser-dynamic": ">=14.1.3", "@angular/router": ">=14.1.3", - "@alfresco/js-api": ">=7.5.0", + "@alfresco/js-api": ">=7.6.0", "@ngx-translate/core": ">=14.0.0", "@alfresco/adf-core": ">=6.7.0" }, diff --git a/lib/core/package.json b/lib/core/package.json index f140f4622c..a920d63b33 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -33,7 +33,7 @@ "@angular/material": ">=14.1.2", "@angular/router": ">=14.1.3", "@mat-datetimepicker/core": "^10.1.1", - "@alfresco/js-api": ">=7.5.0", + "@alfresco/js-api": ">=7.6.0", "@alfresco/adf-extensions": ">=6.7.0", "@ngx-translate/core": ">=14.0.0", "minimatch-browser": ">=1.0.0", diff --git a/lib/extensions/package.json b/lib/extensions/package.json index b06769b194..81e9d9cc20 100644 --- a/lib/extensions/package.json +++ b/lib/extensions/package.json @@ -14,7 +14,7 @@ "peerDependencies": { "@angular/common": ">=14.1.3", "@angular/core": ">=14.1.3", - "@alfresco/js-api": ">=7.5.0" + "@alfresco/js-api": ">=7.6.0" }, "keywords": [ "extensions", diff --git a/lib/js-api/package.json b/lib/js-api/package.json index 335386c7e7..282a195131 100644 --- a/lib/js-api/package.json +++ b/lib/js-api/package.json @@ -1,6 +1,6 @@ { "name": "@alfresco/js-api", - "version": "7.5.0", + "version": "7.6.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 e1ad9a6500..f4b36b8b44 100644 --- a/lib/process-services-cloud/package.json +++ b/lib/process-services-cloud/package.json @@ -34,7 +34,7 @@ "@angular/platform-browser": ">=14.1.3", "@angular/platform-browser-dynamic": ">=14.1.3", "@angular/router": ">=14.1.3", - "@alfresco/js-api": ">=7.5.0", + "@alfresco/js-api": ">=7.6.0", "@alfresco/adf-core": ">=6.7.0", "@alfresco/adf-content-services": ">=6.7.0", "@apollo/client": "^3.7.2", diff --git a/lib/process-services/package.json b/lib/process-services/package.json index 198d635bb5..2018307c12 100644 --- a/lib/process-services/package.json +++ b/lib/process-services/package.json @@ -21,7 +21,7 @@ "@angular/platform-browser": ">=14.1.3", "@angular/platform-browser-dynamic": ">=14.1.3", "@angular/router": ">=14.1.3", - "@alfresco/js-api": ">=7.5.0", + "@alfresco/js-api": ">=7.6.0", "@alfresco/adf-core": ">=6.7.0", "@alfresco/adf-content-services": ">=6.7.0", "@ngx-translate/core": ">=14.0.0" diff --git a/lib/testing/package.json b/lib/testing/package.json index 9ae74f6a7d..b8c117f789 100644 --- a/lib/testing/package.json +++ b/lib/testing/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/Alfresco/alfresco-ng2-components/issues" }, "peerDependencies": { - "@alfresco/js-api": ">=7.5.0" + "@alfresco/js-api": ">=7.6.0" }, "keywords": [ "testing",