From 48100b40bb987a0e77d158cad5d488e0131f1733 Mon Sep 17 00:00:00 2001 From: Adina Parpalita Date: Mon, 16 Mar 2020 14:21:49 -0700 Subject: [PATCH] bump versions (#1365) --- package-lock.json | 2 +- package.json | 2 +- projects/aca-shared/package.json | 2 +- projects/adf-office-services-ext/assets/aos.plugin.json | 2 +- projects/adf-office-services-ext/package.json | 2 +- src/app.config.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5afbba802e..4f5d7b6ef6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "alfresco-content-app", - "version": "1.10.0", + "version": "1.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index adc8ab4175..9b9b2e7487 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alfresco-content-app", - "version": "1.10.0", + "version": "1.10.1", "license": "LGPL-3.0", "scripts": { "ng": "ng", diff --git a/projects/aca-shared/package.json b/projects/aca-shared/package.json index 3d154ab006..e01e6f112c 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.9.3", "peerDependencies": { "@angular/common": "^7.2.0", "@angular/core": "^7.2.0", diff --git a/projects/adf-office-services-ext/assets/aos.plugin.json b/projects/adf-office-services-ext/assets/aos.plugin.json index 07ed542a83..7208e47f78 100644 --- a/projects/adf-office-services-ext/assets/aos.plugin.json +++ b/projects/adf-office-services-ext/assets/aos.plugin.json @@ -1,7 +1,7 @@ { "$schema": "../../../extension.schema.json", "$id": "9a635542-d87a-4558-ae64-ffa199d1a364", - "$version": "0.0.10", + "$version": "0.0.11", "$name": "keensoft.aos.plugin", "$description": "Extension that provides Office Edit Online Action", "$vendor": "Keensoft", diff --git a/projects/adf-office-services-ext/package.json b/projects/adf-office-services-ext/package.json index 99bdc4e8a0..88f08991d6 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": "0.0.11", "license": "Apache-2.0", "homepage": "https://github.com/Alfresco/alfresco-content-app", "keywords": ["Alfresco", "ADF", "ACA", "Content Application"], diff --git a/src/app.config.json b/src/app.config.json index fb77dca773..43587512e7 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -19,7 +19,7 @@ }, "application": { "name": "Alfresco Content Application", - "version": "1.10.0", + "version": "1.10.1", "logo": "assets/images/alfresco-logo-flower.svg", "copyright": "APP.COPYRIGHT" },