[AAE-14430] Release 6.1.0 (#8614)

This commit is contained in:
Bartosz Sekula
2023-06-01 17:18:27 +02:00
committed by GitHub
parent 07e96965aa
commit 3afe323840
19 changed files with 1438 additions and 35 deletions
+6 -6
View File
@@ -1,16 +1,16 @@
{
"name": "alfresco-ng2-components",
"version": "6.0.0",
"version": "6.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "alfresco-ng2-components",
"version": "6.0.0",
"version": "6.1.0",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {
"@alfresco/js-api": "6.1.0-952",
"@alfresco/js-api": "6.1.0",
"@angular/animations": "14.1.3",
"@angular/cdk": "14.1.2",
"@angular/common": "14.1.3",
@@ -145,9 +145,9 @@
}
},
"node_modules/@alfresco/js-api": {
"version": "6.1.0-952",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-6.1.0-952.tgz",
"integrity": "sha512-KjS/ExJMhaQUB434fZIRLx1eJXvK2cNBSljguhW1AJ6kZOMWb9/teTnBv2Cx7h6mRfkNT7R6riXeU1ziM8dzaw==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-6.1.0.tgz",
"integrity": "sha512-bCPp/Yq/uMg9eJEKASGz2KCqZ6CDG09Pgdlit5GAGKNOpN3RuHtr6s7U1/TPCnXEOMjMUdM9suNfM/8WnC/gWA==",
"dependencies": {
"event-emitter": "^0.3.5",
"superagent": "^6.0.0",