From fa1e691bd26f19f73fe603e7250301c68ace08a3 Mon Sep 17 00:00:00 2001 From: Alfresco Build User <55549120+alfresco-build-user@users.noreply.github.com> Date: Mon, 4 May 2020 17:01:54 +0100 Subject: [PATCH] Update JS-API packages version 3.8.0 (#5670) * Update JS-API packages version 3.8.0-beta10 * bump 3.8.0 Co-authored-by: Eugenio Romano --- demo-shell/package.json | 2 +- lib/cli/package.json | 4 ++-- lib/content-services/package.json | 6 +++--- lib/core/package.json | 4 ++-- lib/extensions/package.json | 4 ++-- lib/insights/package.json | 6 +++--- lib/process-services-cloud/package.json | 8 ++++---- lib/process-services/package.json | 8 ++++---- lib/testing/package.json | 4 ++-- package.json | 20 ++++++++++---------- 10 files changed, 33 insertions(+), 33 deletions(-) diff --git a/demo-shell/package.json b/demo-shell/package.json index e85d0d08a0..62c74b72d7 100644 --- a/demo-shell/package.json +++ b/demo-shell/package.json @@ -1,7 +1,7 @@ { "name": "Alfresco-ADF-Angular-Demo", "description": "Demo shell for Alfresco Angular components", - "version": "3.7.0", + "version": "3.8.0", "author": "Alfresco Software, Ltd.", "repository": { "type": "git", diff --git a/lib/cli/package.json b/lib/cli/package.json index 61e1d0f011..504ad3ba63 100644 --- a/lib/cli/package.json +++ b/lib/cli/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-cli", "description": "Alfresco ADF cli and utils", - "version": "3.7.0", + "version": "3.8.0", "author": "Alfresco Software, Ltd.", "bin": { "adf-license": "./bin/doc/licenseList.js", @@ -21,7 +21,7 @@ }, "dependencies": { "commander": "^4.0.0", - "@alfresco/adf-testing": "3.7.0", + "@alfresco/adf-testing": "3.8.0", "license-checker": "^25.0.1", "npm-registry-fetch": "^3.9.0", "@angular-devkit/core": "^7.2.15", diff --git a/lib/content-services/package.json b/lib/content-services/package.json index 467001349e..f6f6669104 100644 --- a/lib/content-services/package.json +++ b/lib/content-services/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-content-services", "description": "Alfresco ADF content services", - "version": "3.7.0", + "version": "3.8.0", "author": "Alfresco Software, Ltd.", "main": "bundles/adf-content-services.js", "repository": { @@ -25,9 +25,9 @@ "@angular/platform-browser": ">=7.0.3", "@angular/platform-browser-dynamic": ">=7.0.3", "@angular/router": ">=7.0.3", - "@alfresco/js-api": "3.7.0", + "@alfresco/js-api": "3.8.0", "rxjs": ">=6.2.2", - "@alfresco/adf-core": "3.7.0", + "@alfresco/adf-core": "3.8.0", "@ngx-translate/core": ">=11.0.0", "hammerjs": ">=2.0.8", "moment": ">=2.22.2", diff --git a/lib/core/package.json b/lib/core/package.json index f37b3f99ea..2c558fafc7 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-core", "description": "Alfresco ADF core", - "version": "3.7.0", + "version": "3.8.0", "author": "Alfresco Software, Ltd.", "main": "bundles/adf-core.js", "repository": { @@ -27,7 +27,7 @@ "@angular/router": ">=7.0.3", "@mat-datetimepicker/core": ">=2.0.1", "@mat-datetimepicker/moment": ">=2.0.1", - "@alfresco/js-api": "3.7.0", + "@alfresco/js-api": "3.8.0", "rxjs": ">=6.2.2", "@ngx-translate/core": ">=11.0.0", "core-js": ">=2.5.4", diff --git a/lib/extensions/package.json b/lib/extensions/package.json index f3911c8dac..e8683628fe 100644 --- a/lib/extensions/package.json +++ b/lib/extensions/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-extensions", "description": "Provides extensibility support for ADF applications.", - "version": "3.7.0", + "version": "3.8.0", "license": "Apache-2.0", "author": "Alfresco Software, Ltd.", "main": "bundles/adf-extensions.js", @@ -16,7 +16,7 @@ "@angular/common": ">=7.0.3", "@angular/core": ">=7.0.3", "@angular/http": ">=7.0.3", - "@alfresco/js-api": "3.7.0" + "@alfresco/js-api": "3.8.0" }, "keywords": [ "extensions", diff --git a/lib/insights/package.json b/lib/insights/package.json index 0a2d1b6750..83c72b8538 100644 --- a/lib/insights/package.json +++ b/lib/insights/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-insights", "description": "Alfresco ADF insights", - "version": "3.7.0", + "version": "3.8.0", "author": "Alfresco Software, Ltd.", "main": "bundles/adf-insights.js", "repository": { @@ -25,9 +25,9 @@ "@angular/platform-browser": ">=7.0.3", "@angular/platform-browser-dynamic": ">=7.0.3", "@angular/router": ">=7.0.3", - "@alfresco/js-api": "3.7.0", + "@alfresco/js-api": "3.8.0", "rxjs": ">=6.2.2", - "@alfresco/adf-core": "3.7.0", + "@alfresco/adf-core": "3.8.0", "@ngx-translate/core": ">=11.0.0", "chart.js": ">=2.5.0", "core-js": ">=2.5.4", diff --git a/lib/process-services-cloud/package.json b/lib/process-services-cloud/package.json index d8c51071af..d3031d0565 100644 --- a/lib/process-services-cloud/package.json +++ b/lib/process-services-cloud/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-process-services-cloud", "description": "Alfresco ADF process services cloud", - "version": "3.7.0", + "version": "3.8.0", "author": "Alfresco Software, Ltd.", "main": "bundles/adf-process-services-cloud.js", "repository": { @@ -25,10 +25,10 @@ "@angular/platform-browser": ">=7.0.3", "@angular/platform-browser-dynamic": ">=7.0.3", "@angular/router": ">=7.0.3", - "@alfresco/js-api": "3.7.0", + "@alfresco/js-api": "3.8.0", "rxjs": ">=6.2.2", - "@alfresco/adf-core": "3.7.0", - "@alfresco/adf-content-services": "3.7.0", + "@alfresco/adf-core": "3.8.0", + "@alfresco/adf-content-services": "3.8.0", "@ngx-translate/core": ">=11.0.0", "hammerjs": ">=2.0.8", "moment": ">=2.22.2", diff --git a/lib/process-services/package.json b/lib/process-services/package.json index de676918f1..869b066c9d 100644 --- a/lib/process-services/package.json +++ b/lib/process-services/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-process-services", "description": "Alfresco ADF process services", - "version": "3.7.0", + "version": "3.8.0", "author": "Alfresco Software, Ltd.", "main": "bundles/adf-process-services.js", "repository": { @@ -25,10 +25,10 @@ "@angular/platform-browser": ">=7.0.3", "@angular/platform-browser-dynamic": ">=7.0.3", "@angular/router": ">=7.0.3", - "@alfresco/js-api": "3.7.0", + "@alfresco/js-api": "3.8.0", "rxjs": ">=6.2.2", - "@alfresco/adf-core": "3.7.0", - "@alfresco/adf-content-services": "3.7.0", + "@alfresco/adf-core": "3.8.0", + "@alfresco/adf-content-services": "3.8.0", "@ngx-translate/core": ">=11.0.0", "core-js": ">=2.5.4", "hammerjs": ">=2.0.8", diff --git a/lib/testing/package.json b/lib/testing/package.json index 9ca40da471..67522cc259 100644 --- a/lib/testing/package.json +++ b/lib/testing/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-testing", "description": "Alfresco ADF testing page and utils", - "version": "3.7.0", + "version": "3.8.0", "author": "Alfresco Software, Ltd.", "repository": { "type": "git", @@ -13,7 +13,7 @@ "peerDependencies": { "@angular/common": "^7.1.0", "@angular/core": "^7.1.0", - "@alfresco/js-api": "3.7.0" + "@alfresco/js-api": "3.8.0" }, "keywords": [ "testing", diff --git a/package.json b/package.json index 2d7d68f5a1..157ef21037 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "alfresco-ng2-components", "commit": "b644b39d17396330d2a67509f58c5b9e890b9b13", "description": "Alfresco Angular components", - "version": "3.7.0", + "version": "3.8.0", "author": "Alfresco Software, Ltd.", "main": "./index.js", "scripts": { @@ -78,13 +78,13 @@ "process services-cloud" ], "dependencies": { - "@alfresco/adf-content-services": "3.8.0-4cdaced7bc5fc0c3bd1021ee11fc7fee8f634193", - "@alfresco/adf-core": "3.8.0-4cdaced7bc5fc0c3bd1021ee11fc7fee8f634193", - "@alfresco/adf-extensions": "3.8.0-4cdaced7bc5fc0c3bd1021ee11fc7fee8f634193", - "@alfresco/adf-insights": "3.8.0-4cdaced7bc5fc0c3bd1021ee11fc7fee8f634193", - "@alfresco/adf-process-services": "3.8.0-4cdaced7bc5fc0c3bd1021ee11fc7fee8f634193", - "@alfresco/adf-process-services-cloud": "3.8.0-4cdaced7bc5fc0c3bd1021ee11fc7fee8f634193", - "@alfresco/js-api": "3.8.0-99f5e9a4c468368f9538b5f6ec6473cc0dd6af78", + "@alfresco/adf-content-services": "3.8.0", + "@alfresco/adf-core": "3.8.0", + "@alfresco/adf-extensions": "3.8.0", + "@alfresco/adf-insights": "3.8.0", + "@alfresco/adf-process-services": "3.8.0", + "@alfresco/adf-process-services-cloud": "3.8.0", + "@alfresco/js-api": "3.8.0", "@angular/animations": "^7.2.15", "@angular/cdk": "7.3.7", "@angular/common": "^7.2.15", @@ -125,8 +125,8 @@ "zone.js": "~0.8.26" }, "devDependencies": { - "@alfresco/adf-cli": "3.8.0-4cdaced7bc5fc0c3bd1021ee11fc7fee8f634193", - "@alfresco/adf-testing": "3.8.0-4cdaced7bc5fc0c3bd1021ee11fc7fee8f634193", + "@alfresco/adf-cli": "3.8.0", + "@alfresco/adf-testing": "3.8.0", "@angular-devkit/build-angular": "^0.13.4", "@angular-devkit/build-ng-packagr": "~0.10.0", "@angular/cli": "^7.3.9",