Release 6.3.0 (#8917)

* bump versions and deps

* release reports

* release notes

* update lock file
This commit is contained in:
Denys Vuika
2023-09-18 14:55:34 +01:00
committed by GitHub
parent 15219c3cc6
commit 9ca7dbdce9
20 changed files with 1524 additions and 36 deletions
+6 -6
View File
@@ -1,16 +1,16 @@
{
"name": "alfresco-ng2-components",
"version": "6.2.0",
"version": "6.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "alfresco-ng2-components",
"version": "6.2.0",
"version": "6.3.0",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
"@alfresco/js-api": "6.3.0-1289",
"@alfresco/js-api": ">=7.0.0",
"@angular/animations": "14.1.3",
"@angular/cdk": "14.1.2",
"@angular/common": "14.1.3",
@@ -158,9 +158,9 @@
}
},
"node_modules/@alfresco/js-api": {
"version": "6.3.0-1289",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-6.3.0-1289.tgz",
"integrity": "sha512-nUeunCoZrz0puNuUm4xhgIz06LpwQdyz8PQ1t8PM8qG9ZaLq0/Q2IsKqxcj7WqRURezEJDvVszN4eo84dp+FCg==",
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-7.0.0.tgz",
"integrity": "sha512-scczDjDr+KwFZkTVdXAI8QghqZUCPLm8FnWt5wJYeiyWTC/LxCQu1xgjH8AJtYWfj+zIWtmLY98VK7gBwULulw==",
"dependencies": {
"event-emitter": "^0.3.5",
"superagent": "^8.0.9",