[AAE-11664] Release 6.0.0-A.1 (#8033)

* bump versions

* cleanup lock files

* release reports

* upgrade the release script
This commit is contained in:
Denys Vuika
2022-12-06 10:38:58 +00:00
committed by GitHub
parent f11bf262f8
commit 95880dd5f8
21 changed files with 1485 additions and 5273 deletions

1930
lib/cli/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-cli",
"description": "Alfresco ADF cli and utils",
"version": "5.1.0",
"version": "6.0.0-A.1",
"author": "Alfresco Software, Ltd.",
"bin": {
"adf-cli": "./bin/adf-cli",
@@ -20,7 +20,7 @@
"dist": "rm -rf ../../dist/libs/cli && npm run build && cp -R ./bin ../../dist/libs/cli && cp -R ./resources ../../dist/libs/cli && cp -R ./templates ../../dist/libs/cli && cp ./package.json ../../dist/libs/cli"
},
"dependencies": {
"@alfresco/js-api": "5.2.0-446",
"@alfresco/js-api": "5.2.0",
"commander": "6.2.1",
"ejs": "^2.6.1",
"license-checker": "^25.0.1",

View File

@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-content-services",
"description": "Alfresco ADF content services",
"version": "5.1.0",
"version": "6.0.0-A.1",
"author": "Alfresco Software, Ltd.",
"repository": {
"type": "git",
@@ -22,10 +22,10 @@
"@angular/platform-browser": ">=14.0.5",
"@angular/platform-browser-dynamic": ">=14.0.5",
"@angular/router": ">=14.0.5",
"@alfresco/js-api": "5.2.0-446",
"@alfresco/js-api": "5.2.0",
"@ngx-translate/core": ">=13.0.0",
"moment": ">=2.22.2",
"@alfresco/adf-core": "5.1.0"
"@alfresco/adf-core": "6.0.0-A.1"
},
"keywords": [
"content-services",

View File

@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-core",
"description": "Alfresco ADF core",
"version": "5.1.0",
"version": "6.0.0-A.1",
"author": "Alfresco Software, Ltd.",
"repository": {
"type": "git",
@@ -42,8 +42,8 @@
"@angular/router": ">=10.0.2",
"@mat-datetimepicker/core": ">=4.1.0",
"@mat-datetimepicker/moment": ">=4.1.0",
"@alfresco/js-api": "5.2.0-446",
"@alfresco/adf-extensions": "5.1.0",
"@alfresco/js-api": "5.2.0",
"@alfresco/adf-extensions": "6.0.0-A.1",
"@ngx-translate/core": ">=13.0.0",
"minimatch-browser": ">=1.0.0",
"moment": ">=2.22.2",

View File

@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-extensions",
"description": "Provides extensibility support for ADF applications.",
"version": "5.1.0",
"version": "6.0.0-A.1",
"license": "Apache-2.0",
"author": "Alfresco Software, Ltd.",
"repository": {
@@ -14,7 +14,7 @@
"peerDependencies": {
"@angular/common": ">=14.0.5",
"@angular/core": ">=14.0.5",
"@alfresco/js-api": "5.2.0-446"
"@alfresco/js-api": "5.2.0"
},
"keywords": [
"extensions",

View File

@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-insights",
"description": "Alfresco ADF insights",
"version": "5.1.0",
"version": "6.0.0-A.1",
"author": "Alfresco Software, Ltd.",
"repository": {
"type": "git",
@@ -17,7 +17,7 @@
"@angular/flex-layout": ">=13.0.0-beta.38",
"@angular/forms": ">=14.0.5",
"@angular/material": ">=13.3.9",
"@alfresco/adf-core": "5.1.0",
"@alfresco/adf-core": "6.0.0-A.1",
"@ngx-translate/core": ">=13.0.0",
"chart.js": ">=2.9.3",
"moment": ">=2.22.2",

View File

@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-process-services-cloud",
"description": "Alfresco ADF process services cloud",
"version": "5.1.0",
"version": "6.0.0-A.1",
"author": "Alfresco Software, Ltd.",
"repository": {
"type": "git",
@@ -23,9 +23,9 @@
"@angular/platform-browser": ">=14.0.5",
"@angular/platform-browser-dynamic": ">=14.0.5",
"@angular/router": ">=14.0.5",
"@alfresco/js-api": "5.2.0-446",
"@alfresco/adf-core": "5.1.0",
"@alfresco/adf-content-services": "5.1.0",
"@alfresco/js-api": "5.2.0",
"@alfresco/adf-core": "6.0.0-A.1",
"@alfresco/adf-content-services": "6.0.0-A.1",
"@apollo/client": "^3.3.7",
"@ngx-translate/core": ">=13.0.0",
"apollo-angular": "^2.2.0",

View File

@@ -1,7 +1,7 @@
{
"name": "@alfresco/adf-process-services",
"description": "Alfresco ADF process services",
"version": "5.1.0",
"version": "6.0.0-A.1",
"author": "Alfresco Software, Ltd.",
"repository": {
"type": "git",
@@ -22,9 +22,9 @@
"@angular/platform-browser": ">=14.0.5",
"@angular/platform-browser-dynamic": ">=14.0.5",
"@angular/router": ">=14.0.5",
"@alfresco/js-api": "5.2.0-446",
"@alfresco/adf-core": "5.1.0",
"@alfresco/adf-content-services": "5.1.0",
"@alfresco/js-api": "5.2.0",
"@alfresco/adf-core": "6.0.0-A.1",
"@alfresco/adf-content-services": "6.0.0-A.1",
"@ngx-translate/core": ">=13.0.0",
"moment": ">=2.22.2"
},

View File

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