bump 4.0.0

This commit is contained in:
Eugenio Romano 2020-08-18 11:41:49 +01:00
parent 16998924f5
commit c96f57d1c6
9 changed files with 23 additions and 23 deletions

View File

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

View File

@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-cli", "name": "@alfresco/adf-cli",
"description": "Alfresco ADF cli and utils", "description": "Alfresco ADF cli and utils",
"version": "3.9.0", "version": "4.0.0",
"author": "Alfresco Software, Ltd.", "author": "Alfresco Software, Ltd.",
"bin": { "bin": {
"adf-cli": "./bin/adf-cli", "adf-cli": "./bin/adf-cli",
@ -20,7 +20,7 @@
"dist": "rm -rf ./dist/ && npm run build && cp -R ./bin ./dist/ && cp -R ./templates ./dist && cp ./package.json ./dist/" "dist": "rm -rf ./dist/ && npm run build && cp -R ./bin ./dist/ && cp -R ./templates ./dist && cp ./package.json ./dist/"
}, },
"dependencies": { "dependencies": {
"@alfresco/js-api": "3.10.0-c1ad5d79a257f31a52ffd327022458da7926c211", "@alfresco/js-api": "4.0.0",
"commander": "^4.0.0", "commander": "^4.0.0",
"license-checker": "^25.0.1", "license-checker": "^25.0.1",
"npm-registry-fetch": "^4.0.5", "npm-registry-fetch": "^4.0.5",

View File

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

View File

@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-core", "name": "@alfresco/adf-core",
"description": "Alfresco ADF core", "description": "Alfresco ADF core",
"version": "3.9.0", "version": "4.0.0",
"author": "Alfresco Software, Ltd.", "author": "Alfresco Software, Ltd.",
"main": "bundles/adf-core.js", "main": "bundles/adf-core.js",
"repository": { "repository": {
@ -23,8 +23,8 @@
"@angular/router": ">=10.0.2", "@angular/router": ">=10.0.2",
"@mat-datetimepicker/core": ">=4.1.0", "@mat-datetimepicker/core": ">=4.1.0",
"@mat-datetimepicker/moment": ">=4.1.0", "@mat-datetimepicker/moment": ">=4.1.0",
"@alfresco/js-api": ">=3.9.0", "@alfresco/js-api": "4.0.0",
"@alfresco/adf-extensions": ">=3.9.0", "@alfresco/adf-extensions": "4.0.0",
"@ngx-translate/core": ">=13.0.0", "@ngx-translate/core": ">=13.0.0",
"minimatch-browser": ">=1.0.0", "minimatch-browser": ">=1.0.0",
"moment": ">=2.22.2", "moment": ">=2.22.2",

View File

@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-extensions", "name": "@alfresco/adf-extensions",
"description": "Provides extensibility support for ADF applications.", "description": "Provides extensibility support for ADF applications.",
"version": "3.9.0", "version": "4.0.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"author": "Alfresco Software, Ltd.", "author": "Alfresco Software, Ltd.",
"main": "bundles/adf-extensions.js", "main": "bundles/adf-extensions.js",
@ -15,7 +15,7 @@
"peerDependencies": { "peerDependencies": {
"@angular/common": ">=10.0.2", "@angular/common": ">=10.0.2",
"@angular/core": ">=10.0.2", "@angular/core": ">=10.0.2",
"@alfresco/js-api": ">=3.9.0" "@alfresco/js-api": "4.0.0"
}, },
"keywords": [ "keywords": [
"extensions", "extensions",

View File

@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-insights", "name": "@alfresco/adf-insights",
"description": "Alfresco ADF insights", "description": "Alfresco ADF insights",
"version": "3.9.0", "version": "4.0.0",
"author": "Alfresco Software, Ltd.", "author": "Alfresco Software, Ltd.",
"main": "bundles/adf-insights.js", "main": "bundles/adf-insights.js",
"repository": { "repository": {
@ -17,7 +17,7 @@
"@angular/flex-layout": ">=10.0.0-beta.32", "@angular/flex-layout": ">=10.0.0-beta.32",
"@angular/forms": ">=10.0.2", "@angular/forms": ">=10.0.2",
"@angular/material": ">=10.0.1", "@angular/material": ">=10.0.1",
"@alfresco/adf-core": ">=3.9.0", "@alfresco/adf-core": "4.0.0",
"@ngx-translate/core": ">=13.0.0", "@ngx-translate/core": ">=13.0.0",
"chart.js": ">=2.9.3", "chart.js": ">=2.9.3",
"moment": ">=2.22.2", "moment": ">=2.22.2",

View File

@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-process-services-cloud", "name": "@alfresco/adf-process-services-cloud",
"description": "Alfresco ADF process services cloud", "description": "Alfresco ADF process services cloud",
"version": "3.9.0", "version": "4.0.0",
"author": "Alfresco Software, Ltd.", "author": "Alfresco Software, Ltd.",
"main": "bundles/adf-process-services-cloud.js", "main": "bundles/adf-process-services-cloud.js",
"repository": { "repository": {
@ -18,9 +18,9 @@
"@angular/flex-layout": ">=>=10.0.0-beta.32", "@angular/flex-layout": ">=>=10.0.0-beta.32",
"@angular/forms": ">=10.0.2", "@angular/forms": ">=10.0.2",
"@angular/material": ">=10.0.1", "@angular/material": ">=10.0.1",
"@alfresco/js-api": ">=3.9.0", "@alfresco/js-api": "4.0.0",
"@alfresco/adf-core": ">=3.9.0", "@alfresco/adf-core": "4.0.0",
"@alfresco/adf-content-services": ">=3.9.0", "@alfresco/adf-content-services": "4.0.0",
"@ngx-translate/core": ">=13.0.0", "@ngx-translate/core": ">=13.0.0",
"moment": ">=2.22.2" "moment": ">=2.22.2"
}, },

View File

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

View File

@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-testing", "name": "@alfresco/adf-testing",
"description": "Alfresco ADF testing page and utils", "description": "Alfresco ADF testing page and utils",
"version": "3.9.0", "version": "4.0.0",
"author": "Alfresco Software, Ltd.", "author": "Alfresco Software, Ltd.",
"repository": { "repository": {
"type": "git", "type": "git",
@ -11,7 +11,7 @@
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues" "url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
}, },
"peerDependencies": { "peerDependencies": {
"@alfresco/js-api": ">=3.9.0" "@alfresco/js-api": "4.0.0"
}, },
"keywords": [ "keywords": [
"testing", "testing",