mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-5065] Release 6.0.0 (#8520)
* bump versions to 6.0.0 * move editorjs to proper place * release reports * release notes
This commit is contained in:
@@ -26,6 +26,17 @@
|
||||
"allowedNonPeerDependencies": [
|
||||
"@apollo/client",
|
||||
"apollo-angular",
|
||||
"subscriptions-transport-ws"
|
||||
"subscriptions-transport-ws",
|
||||
"@editorjs/editorjs",
|
||||
"@editorjs/code",
|
||||
"@editorjs/header",
|
||||
"@editorjs/inline-code",
|
||||
"@editorjs/list",
|
||||
"@editorjs/marker",
|
||||
"@editorjs/underline",
|
||||
"@quanzo/change-font-size",
|
||||
"editorjs-text-color-plugin",
|
||||
"editorjs-html",
|
||||
"editorjs-paragraph-with-alignment"
|
||||
]
|
||||
}
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@alfresco/adf-process-services-cloud",
|
||||
"description": "Alfresco ADF process services cloud",
|
||||
"version": "6.0.0-A.4",
|
||||
"version": "6.0.0",
|
||||
"author": "Hyland Software, Inc. and its affiliates",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -23,14 +23,25 @@
|
||||
"@angular/platform-browser": ">=14.1.3",
|
||||
"@angular/platform-browser-dynamic": ">=14.1.3",
|
||||
"@angular/router": ">=14.1.3",
|
||||
"@alfresco/js-api": "5.5.0",
|
||||
"@alfresco/adf-core": "6.0.0-A.4",
|
||||
"@alfresco/adf-content-services": "6.0.0-A.4",
|
||||
"@alfresco/js-api": "6.0.0",
|
||||
"@alfresco/adf-core": "6.0.0",
|
||||
"@alfresco/adf-content-services": "6.0.0",
|
||||
"@apollo/client": "^3.7.2",
|
||||
"@ngx-translate/core": ">=14.0.0",
|
||||
"apollo-angular": "^4.0.1",
|
||||
"moment": ">=2.22.2",
|
||||
"subscriptions-transport-ws": "^0.11.0"
|
||||
"subscriptions-transport-ws": "^0.11.0",
|
||||
"@editorjs/editorjs": "^2.26.5",
|
||||
"@editorjs/code": "2.7.0",
|
||||
"@editorjs/header": "2.7.0",
|
||||
"@editorjs/inline-code": "1.3.1",
|
||||
"@editorjs/list": "1.8.0",
|
||||
"@editorjs/marker": "1.2.2",
|
||||
"@editorjs/underline": "1.0.0",
|
||||
"@quanzo/change-font-size": "1.0.0",
|
||||
"editorjs-text-color-plugin": "1.13.1",
|
||||
"editorjs-html": "3.4.2",
|
||||
"editorjs-paragraph-with-alignment": "3.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"process-services-cloud",
|
||||
|
Reference in New Issue
Block a user