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
+2 -3
View File
@@ -2,7 +2,7 @@
"name": "alfresco-ng2-components",
"commit": "b644b39d17396330d2a67509f58c5b9e890b9b13",
"description": "Alfresco Angular components",
"version": "6.2.0",
"version": "6.3.0",
"author": "Hyland Software, Inc. and its affiliates",
"scripts": {
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
@@ -54,7 +54,7 @@
"process services-cloud"
],
"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",
@@ -225,4 +225,3 @@
"module": "./index.js",
"typings": "./index.d.ts"
}