Release 6.5.2 (#9094)

This commit is contained in:
Amedeo Lepore
2023-11-16 13:25:14 +01:00
committed by GitHub
parent 22d3179a55
commit cf62196fc4
21 changed files with 1497 additions and 25 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@alfresco/adf-cli",
"version": "6.5.1",
"version": "6.5.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@alfresco/adf-cli",
"version": "6.5.1",
"version": "6.5.2",
"license": "Apache-2.0",
"dependencies": {
"@alfresco/js-api": ">=7.1.0-1372",

View File

@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-cli",
"description": "Alfresco ADF cli and utils",
"version": "6.5.1",
"version": "6.5.2",
"author": "Hyland Software, Inc. and its affiliates",
"bin": {
"adf-cli": "./bin/adf-cli",

View File

@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-content-services",
"description": "Alfresco ADF content services",
"version": "6.5.1",
"version": "6.5.2",
"author": "Hyland Software, Inc. and its affiliates",
"repository": {
"type": "git",
@@ -23,7 +23,7 @@
"@angular/router": ">=14.1.3",
"@alfresco/js-api": ">=7.2.0",
"@ngx-translate/core": ">=14.0.0",
"@alfresco/adf-core": ">=6.5.1"
"@alfresco/adf-core": ">=6.5.2"
},
"keywords": [
"content-services",

View File

@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-core",
"description": "Alfresco ADF core",
"version": "6.5.1",
"version": "6.5.2",
"author": "Hyland Software, Inc. and its affiliates",
"repository": {
"type": "git",
@@ -34,7 +34,7 @@
"@angular/router": ">=14.1.3",
"@mat-datetimepicker/core": "^10.1.1",
"@alfresco/js-api": ">=7.2.0",
"@alfresco/adf-extensions": ">=6.5.1",
"@alfresco/adf-extensions": ">=6.5.2",
"@ngx-translate/core": ">=14.0.0",
"minimatch-browser": ">=1.0.0",
"pdfjs-dist": ">=3.3.122"

View File

@@ -1,6 +1,6 @@
{
"name": "@alfresco/eslint-plugin-eslint-angular",
"version": "6.5.1",
"version": "6.5.2",
"description": "Alfresco ADF eslint angular custom rules",
"main": "main.js",
"author": "Hyland Software, Inc. and its affiliates",

View File

@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-extensions",
"description": "Provides extensibility support for ADF applications.",
"version": "6.5.1",
"version": "6.5.2",
"license": "Apache-2.0",
"author": "Hyland Software, Inc. and its affiliates",
"repository": {

View File

@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-insights",
"description": "Alfresco ADF insights",
"version": "6.5.1",
"version": "6.5.2",
"author": "Hyland Software, Inc. and its affiliates",
"repository": {
"type": "git",
@@ -16,7 +16,7 @@
"@angular/core": ">=14.1.3",
"@angular/forms": ">=14.1.3",
"@angular/material": ">=14.1.2",
"@alfresco/adf-core": ">=6.5.1",
"@alfresco/adf-core": ">=6.5.2",
"@ngx-translate/core": ">=14.0.0",
"chart.js": "^4.3.0",
"ng2-charts": "^4.1.1",

View File

@@ -1,6 +1,6 @@
{
"name": "@alfresco/adf-process-services-cloud",
"version": "6.5.1",
"version": "6.5.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-process-services-cloud",
"description": "Alfresco ADF process services cloud",
"version": "6.5.1",
"version": "6.5.2",
"author": "Hyland Software, Inc. and its affiliates",
"repository": {
"type": "git",
@@ -35,8 +35,8 @@
"@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3",
"@alfresco/js-api": ">=7.2.0",
"@alfresco/adf-core": ">=6.5.1",
"@alfresco/adf-content-services": ">=6.5.1",
"@alfresco/adf-core": ">=6.5.2",
"@alfresco/adf-content-services": ">=6.5.2",
"@apollo/client": "^3.7.2",
"@ngx-translate/core": ">=14.0.0",
"apollo-angular": "^4.0.1",

View File

@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-process-services",
"description": "Alfresco ADF process services",
"version": "6.5.1",
"version": "6.5.2",
"author": "Hyland Software, Inc. and its affiliates",
"repository": {
"type": "git",
@@ -22,8 +22,8 @@
"@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3",
"@alfresco/js-api": ">=7.2.0",
"@alfresco/adf-core": ">=6.5.1",
"@alfresco/adf-content-services": ">=6.5.1",
"@alfresco/adf-core": ">=6.5.2",
"@alfresco/adf-content-services": ">=6.5.2",
"@ngx-translate/core": ">=14.0.0"
},
"keywords": [

View File

@@ -1,12 +1,12 @@
{
"name": "@alfresco/adf-testing",
"version": "6.5.1",
"version": "6.5.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@alfresco/adf-testing",
"version": "6.5.1",
"version": "6.5.2",
"license": "Apache-2.0",
"peerDependencies": {
"@alfresco/js-api": ">=7.1.0-1437"

View File

@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-testing",
"description": "Alfresco ADF testing page and utils",
"version": "6.5.1",
"version": "6.5.2",
"author": "Hyland Software, Inc. and its affiliates",
"repository": {
"type": "git",