From 404e74c0e858623ccbdfaf6b175d1c68aff7cfaa Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Mon, 4 May 2020 12:30:06 +0100 Subject: [PATCH] bump and align lib versions with the app (#1441) --- projects/aca-shared/package.json | 2 +- projects/adf-office-services-ext/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/aca-shared/package.json b/projects/aca-shared/package.json index 3d154ab00..02f1da2cc 100644 --- a/projects/aca-shared/package.json +++ b/projects/aca-shared/package.json @@ -1,6 +1,6 @@ { "name": "@alfresco/aca-shared", - "version": "1.9.2", + "version": "1.11.0", "peerDependencies": { "@angular/common": "^7.2.0", "@angular/core": "^7.2.0", diff --git a/projects/adf-office-services-ext/package.json b/projects/adf-office-services-ext/package.json index 99bdc4e8a..80146dba2 100644 --- a/projects/adf-office-services-ext/package.json +++ b/projects/adf-office-services-ext/package.json @@ -1,6 +1,6 @@ { "name": "@alfresco/adf-office-services-ext", - "version": "0.0.10", + "version": "1.11.0", "license": "Apache-2.0", "homepage": "https://github.com/Alfresco/alfresco-content-app", "keywords": ["Alfresco", "ADF", "ACA", "Content Application"],