2.6.0 version

This commit is contained in:
Eugenio Romano 2018-10-04 18:47:53 +01:00
parent adcd432f5f
commit db6ffa9ddf
7 changed files with 22 additions and 22 deletions

View File

@ -1,7 +1,7 @@
{
"name": "Alfresco-ADF-Angular-Demo",
"description": "Demo shell for Alfresco Angular components",
"version": "2.6.0-beta7",
"version": "2.6.0",
"author": "Alfresco Software, Ltd.",
"repository": {
"type": "git",

View File

@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-content-services",
"description": "Alfresco ADF content services",
"version": "2.6.0-beta7",
"version": "2.6.0",
"author": "Alfresco Software, Ltd.",
"main": "bundles/adf-content-services.js",
"repository": {
@ -25,9 +25,9 @@
"@angular/platform-browser": ">=5.1.1",
"@angular/platform-browser-dynamic": ">=5.1.1",
"@angular/router": ">=5.1.1",
"alfresco-js-api": "2.6.0-beta7",
"alfresco-js-api": "2.6.0",
"rxjs": ">=6.2.2",
"@alfresco/adf-core": "2.6.0-beta7",
"@alfresco/adf-core": "2.6.0",
"@ngx-translate/core": "^10.0.2",
"hammerjs": "2.0.8",
"moment": "^2.22.2",

View File

@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-core",
"description": "Alfresco ADF core",
"version": "2.6.0-beta7",
"version": "2.6.0",
"author": "Alfresco Software, Ltd.",
"main": "bundles/adf-core.js",
"repository": {
@ -27,7 +27,7 @@
"@angular/router": ">=5.1.1",
"@mat-datetimepicker/core": "2.0.1",
"@mat-datetimepicker/moment": "2.0.1",
"alfresco-js-api": "2.6.0-beta7",
"alfresco-js-api": "2.6.0",
"rxjs": ">=6.2.2",
"@ngx-translate/core": "^10.0.2",
"core-js": "2.4.1",

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-insights",
"description": "Alfresco ADF insights",
"version": "2.6.0-beta7",
"version": "2.6.0",
"author": "Alfresco Software, Ltd.",
"main": "bundles/adf-insights.js",
"repository": {
@ -25,10 +25,10 @@
"@angular/platform-browser": ">=5.1.1",
"@angular/platform-browser-dynamic": ">=5.1.1",
"@angular/router": ">=5.1.1",
"alfresco-js-api": "2.6.0-beta7",
"alfresco-js-api": "2.6.0",
"rxjs": ">=6.2.2",
"@alfresco/adf-core": "2.6.0-beta7",
"@alfresco/adf-content-services": "2.6.0-beta7",
"@alfresco/adf-core": "2.6.0",
"@alfresco/adf-content-services": "2.6.0",
"@ngx-translate/core": "^10.0.2",
"chart.js": "2.5.0",
"core-js": "2.4.1",

View File

@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-process-services",
"description": "Alfresco ADF process services",
"version": "2.6.0-beta7",
"version": "2.6.0",
"author": "Alfresco Software, Ltd.",
"main": "bundles/adf-process-services.js",
"repository": {
@ -25,10 +25,10 @@
"@angular/platform-browser": ">=5.1.1",
"@angular/platform-browser-dynamic": ">=5.1.1",
"@angular/router": ">=5.1.1",
"alfresco-js-api": "2.6.0-beta7",
"alfresco-js-api": "2.6.0",
"rxjs": ">=6.2.2",
"@alfresco/adf-core": "2.6.0-beta7",
"@alfresco/adf-content-services": "2.6.0-beta7",
"@alfresco/adf-core": "2.6.0",
"@alfresco/adf-content-services": "2.6.0",
"@ngx-translate/core": "^10.0.2",
"core-js": "2.4.1",
"hammerjs": "2.0.8",

View File

@ -1,7 +1,7 @@
{
"name": "alfresco-components",
"description": "Alfresco Angular components",
"version": "2.6.0-beta7",
"version": "2.6.0",
"author": "Alfresco Software, Ltd.",
"main": "./index.js",
"scripts": {
@ -55,10 +55,10 @@
"process services"
],
"dependencies": {
"@alfresco/adf-content-services": "2.6.0-beta7",
"@alfresco/adf-core": "2.6.0-beta7",
"@alfresco/adf-insights": "2.6.0-beta7",
"@alfresco/adf-process-services": "2.6.0-beta7",
"@alfresco/adf-content-services": "2.6.0",
"@alfresco/adf-core": "2.6.0",
"@alfresco/adf-insights": "2.6.0",
"@alfresco/adf-process-services": "2.6.0",
"@angular-devkit/build-ng-packagr": "^0.7.1",
"@angular/animations": "6.1.2",
"@angular/cdk": "6.4.5",
@ -79,7 +79,7 @@
"@nrwl/schematics": "^1.0.3",
"@schematics/angular": "^0.6.8",
"adf-tslint-rules": "0.0.4",
"alfresco-js-api": "2.6.0-beta7",
"alfresco-js-api": "2.6.0",
"alfresco-js-api-node": "2.5.0",
"chart.js": "2.5.0",
"classlist.js": "1.1.20150312",