Release-6.2.0 (#8705)

* bump versions to 6.2.0

* release reports

* changelog

* update lock file
This commit is contained in:
Denys Vuika
2023-06-26 12:24:30 -04:00
committed by GitHub
parent 970ceeb280
commit 1940d3e81b
20 changed files with 1494 additions and 35 deletions
+6 -6
View File
@@ -1,16 +1,16 @@
{
"name": "alfresco-ng2-components",
"version": "6.1.0",
"version": "6.2.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "alfresco-ng2-components",
"version": "6.1.0",
"version": "6.2.0",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
"@alfresco/js-api": "6.2.0-982",
"@alfresco/js-api": ">=6.2.0",
"@angular/animations": "14.1.3",
"@angular/cdk": "14.1.2",
"@angular/common": "14.1.3",
@@ -147,9 +147,9 @@
}
},
"node_modules/@alfresco/js-api": {
"version": "6.2.0-982",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-6.2.0-982.tgz",
"integrity": "sha512-tP7/VblH0QOMAlhjzCW8n/kE9PXA2nwkPisalNVNVtvOa6jVnwMQQlVvfnCRKf+yXX7SQYBMTKbvMA9Io0gBqw==",
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-6.2.0.tgz",
"integrity": "sha512-jwoO5tKE0MqE/7vQx5Epyy6RQqXX7lzKiTAaGZ0dF810itBbIZEdM6g21eHG/+DmEYtkmaR5fPKLD3PqtKlF8A==",
"dependencies": {
"event-emitter": "^0.3.5",
"superagent": "^6.0.0",