Update ADF packages version 2.7.0-beta2 (#3884)

This commit is contained in:
Eugenio Romano
2018-10-13 11:13:00 +01:00
committed by GitHub
parent 7586bcac24
commit c8aa627a84
7 changed files with 22 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-extensions",
"description": "Provides extensibility support for ADF applications.",
"version": "2.6.0",
"version": "2.7.0-beta2",
"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.6.0"
"alfresco-js-api": "2.7.0-beta2"
}
}