bump 4.0.0

This commit is contained in:
Eugenio Romano
2020-08-18 11:41:49 +01:00
parent 16998924f5
commit c96f57d1c6
9 changed files with 23 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-process-services-cloud",
"description": "Alfresco ADF process services cloud",
"version": "3.9.0",
"version": "4.0.0",
"author": "Alfresco Software, Ltd.",
"main": "bundles/adf-process-services-cloud.js",
"repository": {
@@ -18,9 +18,9 @@
"@angular/flex-layout": ">=>=10.0.0-beta.32",
"@angular/forms": ">=10.0.2",
"@angular/material": ">=10.0.1",
"@alfresco/js-api": ">=3.9.0",
"@alfresco/adf-core": ">=3.9.0",
"@alfresco/adf-content-services": ">=3.9.0",
"@alfresco/js-api": "4.0.0",
"@alfresco/adf-core": "4.0.0",
"@alfresco/adf-content-services": "4.0.0",
"@ngx-translate/core": ">=13.0.0",
"moment": ">=2.22.2"
},