Update ADF packages version 2.6.0-beta7 (#3841)

This commit is contained in:
Eugenio Romano
2018-09-29 10:51:23 +01:00
committed by GitHub
parent 4a42dbac16
commit cf7d72a71b
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-beta6",
"version": "2.6.0-beta7",
"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-beta6"
"alfresco-js-api": "2.6.0-beta7"
}
}