From 00feb07d7d815c3f5a1b354b2566217dffa52e3a Mon Sep 17 00:00:00 2001 From: MichalKinas <113341662+MichalKinas@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:11:09 +0100 Subject: [PATCH] Correct caret versioning for ADF alphas (#3697) --- projects/aca-content/package.json | 8 ++++---- projects/aca-shared/package.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/projects/aca-content/package.json b/projects/aca-content/package.json index 7d9c02490..dc42ed172 100644 --- a/projects/aca-content/package.json +++ b/projects/aca-content/package.json @@ -5,10 +5,10 @@ "peerDependencies": { "@angular/common": ">=14.1.0", "@angular/core": ">=14.1.0", - "@alfresco/adf-core": "^6.x.x-x", - "@alfresco/adf-content-services": "^6.x.x-x", - "@alfresco/adf-extensions": "^6.x.x-x", - "@alfresco/js-api": "^7.x.x-x", + "@alfresco/adf-core": "^6.8.0-0", + "@alfresco/adf-content-services": "^6.8.0-0", + "@alfresco/adf-extensions": "^6.8.0-0", + "@alfresco/js-api": "^7.7.0-0", "@angular/animations": ">=14.1.3", "@angular/cdk": ">=14.1.3", "@angular/forms": ">=14.1.3", diff --git a/projects/aca-shared/package.json b/projects/aca-shared/package.json index abc4c5401..816538069 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": "^6.x.x-x", - "@alfresco/adf-core": "^6.x.x-x", - "@alfresco/adf-extensions": "^6.x.x-x", - "@alfresco/js-api": "^7.x.x-x", + "@alfresco/adf-content-services": "^6.8.0-0", + "@alfresco/adf-core": "^6.8.0-0", + "@alfresco/adf-extensions": "^6.8.0-0", + "@alfresco/js-api": "^7.7.0-0", "@angular/animations": ">=14.1.3", "@angular/common": ">=14.1.3", "@angular/compiler": ">=14.1.3",