Update ADF packages version 2.7.0-beta4 (#3926)

This commit is contained in:
Eugenio Romano
2018-10-28 19:19:18 +00:00
committed by GitHub
parent b630869f6c
commit b37e37497d
8 changed files with 26 additions and 26 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-extensions",
"description": "Provides extensibility support for ADF applications.",
"version": "2.7.0-beta2",
"version": "2.7.0-beta4",
"license": "Apache-2.0",
"author": "Alfresco Software, Ltd.",
"main": "bundles/adf-extensions.js",
@@ -16,6 +16,6 @@
"@angular/common": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/http": "^6.1.4",
"alfresco-js-api": "2.7.0-beta2"
"alfresco-js-api": "2.7.0-beta4"
}
}