Bump 4.8.0 (#7471)

* bump and doc
This commit is contained in:
Eugenio Romano
2022-01-27 14:17:08 +01:00
committed by GitHub
parent 8a9a9a6fdc
commit ab188e9611
28 changed files with 393 additions and 48 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-process-services",
"description": "Alfresco ADF process services",
"version": "4.7.0",
"version": "4.8.0",
"author": "Alfresco Software, Ltd.",
"main": "bundles/adf-process-services.js",
"repository": {
@@ -19,9 +19,9 @@
"@angular/forms": ">=10.0.2",
"@angular/material": ">=10.0.1",
"@angular/router": ">=10.0.2",
"@alfresco/js-api": "4.8.0-4074",
"@alfresco/adf-core": "4.7.0",
"@alfresco/adf-content-services": "4.7.0",
"@alfresco/js-api": "4.8.0",
"@alfresco/adf-core": "4.8.0",
"@alfresco/adf-content-services": "4.8.0",
"@ngx-translate/core": ">=13.0.0",
"moment": ">=2.22.2"
},