From 7985f76b5dac677dab6600402bd97f6863a3ee50 Mon Sep 17 00:00:00 2001 From: swapnil-verma-gl <92505353+swapnil-verma-gl@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:38:57 +0530 Subject: [PATCH] Post release version bump (#4250) * Post release version bump for aca-content and aca-shared * Post release version bump * Fixed dependency versions --- package.json | 2 +- projects/aca-content/package.json | 8 ++++---- projects/aca-shared/package.json | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 34f4855ef..f3cacfd04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alfresco-content-app", - "version": "5.2.0", + "version": "5.3.0", "license": "LGPL-3.0", "scripts": { "start": "nx serve content-ce", diff --git a/projects/aca-content/package.json b/projects/aca-content/package.json index 0bda6b92b..eb80c2f94 100644 --- a/projects/aca-content/package.json +++ b/projects/aca-content/package.json @@ -5,10 +5,10 @@ "peerDependencies": { "@angular/common": ">=15.2", "@angular/core": ">=15.2", - "@alfresco/adf-core": ">=7.0.0-alpha.6", - "@alfresco/adf-content-services": ">=7.0.0-alpha.6", - "@alfresco/adf-extensions": ">=7.0.0-alpha.6", - "@alfresco/js-api": ">=8.0.0-alpha.6", + "@alfresco/adf-core": ">=7.0.0-alpha.7-0", + "@alfresco/adf-content-services": ">=7.0.0-alpha.7-0", + "@alfresco/adf-extensions": ">=7.0.0-alpha.7-0", + "@alfresco/js-api": ">=8.0.0-alpha.7-0", "@angular/animations": ">=15.2", "@angular/cdk": ">=15.2", "@angular/forms": ">=15.2", diff --git a/projects/aca-shared/package.json b/projects/aca-shared/package.json index 4c22f0f63..9a3a20528 100644 --- a/projects/aca-shared/package.json +++ b/projects/aca-shared/package.json @@ -5,10 +5,10 @@ "license": "LGPL-3.0", "scripts": {}, "peerDependencies": { - "@alfresco/adf-content-services": ">=7.0.0-alpha.6", - "@alfresco/adf-core": ">=7.0.0-alpha.6", - "@alfresco/adf-extensions": ">=7.0.0-alpha.6", - "@alfresco/js-api": ">=8.0.0-alpha.6", + "@alfresco/adf-content-services": ">=7.0.0-alpha.7-0", + "@alfresco/adf-core": ">=7.0.0-alpha.7-0", + "@alfresco/adf-extensions": ">=7.0.0-alpha.7-0", + "@alfresco/js-api": ">=8.0.0-alpha.7-0", "@angular/animations": ">=15.2", "@angular/common": ">=15.2", "@angular/compiler": ">=15.2",