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 17:24:30 +01:00 committed by GitHub
parent 970ceeb280
commit 1940d3e81b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
20 changed files with 1494 additions and 35 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "Alfresco-ADF-Angular-Demo", "name": "Alfresco-ADF-Angular-Demo",
"description": "Demo shell for Alfresco Angular components", "description": "Demo shell for Alfresco Angular components",
"version": "6.1.0", "version": "6.2.0",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"repository": { "repository": {
"type": "git", "type": "git",

View File

@ -38,3 +38,4 @@ The pages linked below contain the licenses for all third party dependencies of
- [ADF 6.0.0-A.4](license-info-6.0.0-A.4.md) - [ADF 6.0.0-A.4](license-info-6.0.0-A.4.md)
- [ADF 6.0.0](license-info-6.0.0.md) - [ADF 6.0.0](license-info-6.0.0.md)
- [ADF 6.1.0](license-info-6.1.0.md) - [ADF 6.1.0](license-info-6.1.0.md)
- [ADF 6.2.0](license-info-6.2.0.md)

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,7 @@ The first **General Availability** release was v2.0.0.
## General Availability ## General Availability
- [6.2.0](RelNote-6.2.0.md)
- [6.1.0](RelNote-6.1.0.md) - [6.1.0](RelNote-6.1.0.md)
- [6.0.0](RelNote-6.0.0.md) - [6.0.0](RelNote-6.0.0.md)
- [6.0.0-A.4](RelNote-6.0.0-A.4.md) - [6.0.0-A.4](RelNote-6.0.0-A.4.md)

View File

@ -0,0 +1,111 @@
---
Title: Release notes v6.2.0
---
# Alfresco Application Development Framework (ADF) version 6.2.0 Release Note
This document provides information on the Alfresco Application Development Framework **v6.2.0**.
You can find release artifacts on [GitHub](https://github.com/Alfresco/alfresco-ng2-components/releases/tag/6.2.0).
## Contents
- [New Package Versions](#new-package-versions)
- [Features](#features)
- [Upgrade](#upgrade)
- [Changelog](#changelog)
- [See Also](#see-also)
## New Package Versions
| Name | Version |
| --- |-----------|
| @alfresco/js-api | 6.2.0 |
| @alfresco/adf-content-services | 6.2.0 |
| @alfresco/adf-process-services | 6.2.0 |
| @alfresco/adf-core | 6.2.0 |
| @alfresco/adf-insights | 6.2.0 |
| @alfresco/adf-extensions | 6.2.0 |
| @alfresco/adf-testing | 6.2.0 |
| @alfresco/adf-cli | 6.2.0 |
## Features
The suggested stack is:
| Name | Version |
| --- | -- |
| Node | 18.x |
| npm | 8.x |
| Angular | 14.x |
| Typescript | 4.7 |
For a complete list of changes, supported browsers and new feature please refer to the official documentation
## Changelog
# Changelog
- [43feb814f](https://github.com/Alfresco/alfresco-ng2-components/commit/43feb814f) Fix ADF cronjob slackbot warning message (#8698)
- [74fd03b55](https://github.com/Alfresco/alfresco-ng2-components/commit/74fd03b55) [AAE-15436] Fix init-aae-env await for apps to be deployed (#8697)
- [0fc904eee](https://github.com/Alfresco/alfresco-ng2-components/commit/0fc904eee) Use latest js-api in each lib package json (#8690)
- [66f060a01](https://github.com/Alfresco/alfresco-ng2-components/commit/66f060a01) use latest JS-API library (#8684)
- [58ef531c6](https://github.com/Alfresco/alfresco-ng2-components/commit/58ef531c6) LOC-447 - Updated UI files in 16 languages for ADF 6.2 release based on EN file of 2023-06-20 (#8685)
- [6f5a419dd](https://github.com/Alfresco/alfresco-ng2-components/commit/6f5a419dd) [ACS-5166] use published version of material icons (#8681)
- [10a5f89b2](https://github.com/Alfresco/alfresco-ng2-components/commit/10a5f89b2) [ACS-5166] update MS icons (#8683)
- [9f7c6258a](https://github.com/Alfresco/alfresco-ng2-components/commit/9f7c6258a) [ADF-5550] Remove verions.json (#8676)
- [b987898eb](https://github.com/Alfresco/alfresco-ng2-components/commit/b987898eb) possible different e2e-host (#8680)
- [90aab8e5e](https://github.com/Alfresco/alfresco-ng2-components/commit/90aab8e5e) fix typo in cron yml
- [b84ea2262](https://github.com/Alfresco/alfresco-ng2-components/commit/b84ea2262) add E2E_IDENTITY_HOST_APA env var (#8677)
- [13f4f6260](https://github.com/Alfresco/alfresco-ng2-components/commit/13f4f6260) [ACS-5308] Highlight the selected filter in ADW (#8649)
- [ac694cd7a](https://github.com/Alfresco/alfresco-ng2-components/commit/ac694cd7a) Fixing the end slash for the url otherwise the call will fail (#8674)
- [f915370bc](https://github.com/Alfresco/alfresco-ng2-components/commit/f915370bc) [AAE-15251] Making header component more customizable (#8670)
- [eda42a69e](https://github.com/Alfresco/alfresco-ng2-components/commit/eda42a69e) [ACS-5341] accessibility fix (#8668)
- [c072fa795](https://github.com/Alfresco/alfresco-ng2-components/commit/c072fa795) [AAE-15240] Making package list component styles configurable (#8667)
- [5c9ff5b36](https://github.com/Alfresco/alfresco-ng2-components/commit/5c9ff5b36) [AAE-15239] Making about settings component styles configurable (#8666)
- [afbf87788](https://github.com/Alfresco/alfresco-ng2-components/commit/afbf87788) [ACS-5347] New styles for facets and filters states (#8661)
- [0a3cc5634](https://github.com/Alfresco/alfresco-ng2-components/commit/0a3cc5634) Fix js-api version in adf-cli (#8665)
- [61d5aa965](https://github.com/Alfresco/alfresco-ng2-components/commit/61d5aa965) [ACS-4986] Advanced Search - New component for Tags and Location filters (#8655)
- [5fafb0ea6](https://github.com/Alfresco/alfresco-ng2-components/commit/5fafb0ea6) [AAE-14070] Update permission for user to app (#8663)
- [479c96eab](https://github.com/Alfresco/alfresco-ng2-components/commit/479c96eab) [PRODSEC-6575] Shared link not accessible now after the expiry date which was earlier accessible even after that expiration date (#8540)
- [caaf04b5e](https://github.com/Alfresco/alfresco-ng2-components/commit/caaf04b5e) [AAE-15228] process filter component styles configurable (#8657)
- [64f9d0414](https://github.com/Alfresco/alfresco-ng2-components/commit/64f9d0414) [AAE-15236] Making about component panel styles configurable (#8660)
- [18c3eff47](https://github.com/Alfresco/alfresco-ng2-components/commit/18c3eff47) [AAE-14714] added design tokens to CardViewComponent (#8619)
- [9210d679a](https://github.com/Alfresco/alfresco-ng2-components/commit/9210d679a) fix update-version to use ">=" by default (#8653)
- [fa063465d](https://github.com/Alfresco/alfresco-ng2-components/commit/fa063465d) [AAE-15223] Removing Material native classes modifications (#8656)
- [dd3285511](https://github.com/Alfresco/alfresco-ng2-components/commit/dd3285511) [ACS-5416] remove internal notification icon pipe (#8659)
- [b39ff6bab](https://github.com/Alfresco/alfresco-ng2-components/commit/b39ff6bab) [ACS-5197] Disable empty facets (#8650)
- [1870214ba](https://github.com/Alfresco/alfresco-ng2-components/commit/1870214ba) [AAE-15198] - Using reference vars to style form fields in base task (#8651)
- [ecf191f55](https://github.com/Alfresco/alfresco-ng2-components/commit/ecf191f55) [ADF-5546] Fix cron-run input (#8646)
- [a762c19a5](https://github.com/Alfresco/alfresco-ng2-components/commit/a762c19a5) LOC-440 - UI updated as per https://alfresco.atlassian.net/browse/AAE-14405 All strings updated as per source of 2023-06-09 (#8641)
- [c66fb5f6e](https://github.com/Alfresco/alfresco-ng2-components/commit/c66fb5f6e) [AAE-15149] Added reference variables to edit task filter component (#8636)
- [461890103](https://github.com/Alfresco/alfresco-ng2-components/commit/461890103) Update pull-request.yml (#8648)
- [e176009be](https://github.com/Alfresco/alfresco-ng2-components/commit/e176009be) Update pull-request.yml (#8639)
- [7865650d0](https://github.com/Alfresco/alfresco-ng2-components/commit/7865650d0) fix upgrade script (#8638)
- [63e87c4bf](https://github.com/Alfresco/alfresco-ng2-components/commit/63e87c4bf) ACS-5290 Fixed script (#8635)
- [a61226376](https://github.com/Alfresco/alfresco-ng2-components/commit/a61226376) [ADF-5546] Don't run forbidden labels job when cron runs e2es (#8632)
- [826cdf52b](https://github.com/Alfresco/alfresco-ng2-components/commit/826cdf52b) add slack message on cron fail (#8633)
- [2ea82946f](https://github.com/Alfresco/alfresco-ng2-components/commit/2ea82946f) ACS-5290 Remove comma (#8634)
- [7a33a4e19](https://github.com/Alfresco/alfresco-ng2-components/commit/7a33a4e19) [ACS-5290] Corrected path (#8631)
- [e073d8369](https://github.com/Alfresco/alfresco-ng2-components/commit/e073d8369) Update angular.json (#8630)
- [860adaaf4](https://github.com/Alfresco/alfresco-ng2-components/commit/860adaaf4) Update update-version.sh (#8629)
- [dce30c06e](https://github.com/Alfresco/alfresco-ng2-components/commit/dce30c06e) Update update-version.sh (#8628)
- [66b5ca90d](https://github.com/Alfresco/alfresco-ng2-components/commit/66b5ca90d) [ACS-5342] Accessibility fixes for filters and facets (#8626)
- [7eebdb8b1](https://github.com/Alfresco/alfresco-ng2-components/commit/7eebdb8b1) Update release.yml
- [06de32ed0](https://github.com/Alfresco/alfresco-ng2-components/commit/06de32ed0) Fix dry run flag (#8627)
- [dca9ea4cb](https://github.com/Alfresco/alfresco-ng2-components/commit/dca9ea4cb) [AAE-14699] Improved unit test description (#8625)
- [f549a19fb](https://github.com/Alfresco/alfresco-ng2-components/commit/f549a19fb) [AAE-14469] added constraint for typed value (#8611)
- [2c5a6e50e](https://github.com/Alfresco/alfresco-ng2-components/commit/2c5a6e50e) [AAE-15126] App.config.service should log an error when the app.config.json is invalid (#8624)
- [6ec394da5](https://github.com/Alfresco/alfresco-ng2-components/commit/6ec394da5) [AAE-14699] Improved card view text item component update (#8597)
- [f5abce8ba](https://github.com/Alfresco/alfresco-ng2-components/commit/f5abce8ba) Optimise imports using inject function (#8557)
- [85fd98874](https://github.com/Alfresco/alfresco-ng2-components/commit/85fd98874) [ACS-5181] Logical search components (#8616)
- [9845b1e2a](https://github.com/Alfresco/alfresco-ng2-components/commit/9845b1e2a) [AAE-14851] Convert manual tests to unit for C587091, C587092 (#8608)
- [21281cafe](https://github.com/Alfresco/alfresco-ng2-components/commit/21281cafe) [ACS-5290] Corrected version of adding custom eslint rule (#8620)
- [654acd553](https://github.com/Alfresco/alfresco-ng2-components/commit/654acd553) [ACS-5279] enhanced oath2 configuration handling (#8575)
- [ea5c3466e](https://github.com/Alfresco/alfresco-ng2-components/commit/ea5c3466e) [ACS-5305] fix name column link alignment (#8593)
- [86e9f3f22](https://github.com/Alfresco/alfresco-ng2-components/commit/86e9f3f22) [ACS-5290] create eslint rule to ensure components use none value for encapsulation (#8585)
## See Also
- [Issue Tracker](https://github.com/Alfresco/alfresco-ng2-components/issues/new)
- [Discussion forum](http://gitter.im/Alfresco/alfresco-ng2-components)

View File

@ -35,3 +35,4 @@ The pages linked below contain the audit for all third party dependencies of ADF
- [ADF 6.0.0-A.4](audit-info-6.0.0-A.4.md) - [ADF 6.0.0-A.4](audit-info-6.0.0-A.4.md)
- [ADF 6.0.0](audit-info-6.0.0.md) - [ADF 6.0.0](audit-info-6.0.0.md)
- [ADF 6.1.0](audit-info-6.1.0.md) - [ADF 6.1.0](audit-info-6.1.0.md)
- [ADF 6.2.0](audit-info-6.2.0.md)

View File

@ -0,0 +1,77 @@
---
Title: Audit info, alfresco-ng2-components 6.2.0
---
# Audit information for alfresco-ng2-components 6.2.0
This page lists the security audit of the dependencies this project depends on.
## Risks
- Critical risk: 0
- High risk: 14
- Moderate risk: 40
- Low risk: 0
Dependencies analyzed:
## Libraries
| Severity | Module | Vulnerable versions |
| --- | --- | --- |
|moderate | @babel/core | "*" |
|moderate | @babel/helper-compilation-targets | "*" |
|moderate | @babel/helper-create-class-features-plugin | "*" |
|moderate | @babel/helper-create-regexp-features-plugin | "*" |
|moderate | @babel/helper-define-polyfill-provider | "*" |
|moderate | @babel/helper-remap-async-to-generator | ">=7.18.6" |
|moderate | @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression | "*" |
|moderate | @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining | "*" |
|moderate | @babel/plugin-proposal-async-generator-functions | ">=7.18.6" |
|moderate | @babel/plugin-proposal-class-static-block | "*" |
|moderate | @babel/plugin-proposal-object-rest-spread | ">=7.13.8" |
|moderate | @babel/plugin-transform-async-to-generator | ">=7.18.6" |
|moderate | @babel/plugin-transform-classes | ">=7.19.0" |
|moderate | @babel/plugin-transform-function-name | ">=7.16.7" |
|moderate | @babel/plugin-transform-named-capturing-groups-regex | "*" |
|moderate | @babel/preset-env | "*" |
|moderate | @babel/register | ">=7.7.0" |
|moderate | @mapbox/node-pre-gyp | ">=1.0.1" |
|high | @mdx-js/mdx | "<=1.6.22" |
|moderate | @storybook/builder-webpack4 | "*" |
|moderate | @storybook/core-common | "<=7.0.0-rc.11" |
|moderate | @storybook/core-server | "<=7.0.0-rc.11" |
|moderate | @storybook/csf-tools | "<=7.0.0-rc.11" |
|moderate | @storybook/manager-webpack4 | "*" |
|moderate | @storybook/mdx1-csf | "*" |
|moderate | @storybook/telemetry | "*" |
|moderate | babel-loader | ">=8.0.0-beta.0" |
|moderate | babel-plugin-apply-mdx-type-prop | ">=1.4.5" |
|moderate | babel-plugin-polyfill-corejs2 | ">=0.0.1" |
|moderate | babel-plugin-polyfill-corejs3 | ">=0.0.1" |
|moderate | babel-plugin-polyfill-regenerator | ">=0.0.1" |
|high | chokidar | "1.0.0-rc1 - 2.1.8" |
|moderate | cp-file | "6.1.0 - 9.1.0" |
|high | cpy | "7.0.0 - 9.0.1" |
|moderate | css-loader | "3.5.0 - 3.6.0" |
|high | fast-glob | "<=2.2.7" |
|moderate | find-cache-dir | "2.1.0 - 3.3.2" |
|moderate | fork-ts-checker-webpack-plugin | "1.0.0-alpha.0 - 5.0.7" |
|high | glob-parent | "<5.1.2" |
|high | globby | "8.0.0 - 9.2.0" |
|moderate | make-dir | "2.0.0 - 3.1.0" |
|high | meow | "3.4.0 - 9.0.0" |
|moderate | normalize-package-data | "<=2.5.0" |
|moderate | read-pkg | "<=5.2.0" |
|moderate | read-pkg-up | "<=7.0.1" |
|high | remark-mdx | "<=1.6.22" |
|high | remark-parse | "<=8.0.3" |
|moderate | semver | "<7.5.2" |
|moderate | terser-webpack-plugin | "1.4.0 - 4.2.3" |
|high | trim | "<0.0.3" |
|high | trim-newlines | "<3.0.1" |
|high | watchpack | "1.7.2 - 1.7.5" |
|high | watchpack-chokidar2 | "*" |
|high | webpack | "4.39.0 - 5.1.0" |

View File

@ -1,12 +1,12 @@
{ {
"name": "@alfresco/adf-cli", "name": "@alfresco/adf-cli",
"version": "6.1.0", "version": "6.2.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@alfresco/adf-cli", "name": "@alfresco/adf-cli",
"version": "6.1.0", "version": "6.2.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@alfresco/js-api": ">=6.2.0-982", "@alfresco/js-api": ">=6.2.0-982",

View File

@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-cli", "name": "@alfresco/adf-cli",
"description": "Alfresco ADF cli and utils", "description": "Alfresco ADF cli and utils",
"version": "6.1.0", "version": "6.2.0",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"bin": { "bin": {
"adf-cli": "./bin/adf-cli", "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" "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": { "dependencies": {
"@alfresco/js-api": ">=6.2.0-982", "@alfresco/js-api": ">=6.2.0",
"commander": "^6.2.1", "commander": "^6.2.1",
"ejs": "^3.1.9", "ejs": "^3.1.9",
"license-checker": "^25.0.1", "license-checker": "^25.0.1",

View File

@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-content-services", "name": "@alfresco/adf-content-services",
"description": "Alfresco ADF content services", "description": "Alfresco ADF content services",
"version": "6.1.0", "version": "6.2.0",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"repository": { "repository": {
"type": "git", "type": "git",
@ -21,10 +21,10 @@
"@angular/platform-browser": ">=14.1.3", "@angular/platform-browser": ">=14.1.3",
"@angular/platform-browser-dynamic": ">=14.1.3", "@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3", "@angular/router": ">=14.1.3",
"@alfresco/js-api": ">=6.2.0-982", "@alfresco/js-api": ">=6.2.0",
"@ngx-translate/core": ">=14.0.0", "@ngx-translate/core": ">=14.0.0",
"moment": ">=2.22.2", "moment": ">=2.22.2",
"@alfresco/adf-core": "^6.1.0" "@alfresco/adf-core": ">=6.2.0"
}, },
"keywords": [ "keywords": [
"content-services", "content-services",

View File

@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-core", "name": "@alfresco/adf-core",
"description": "Alfresco ADF core", "description": "Alfresco ADF core",
"version": "6.1.0", "version": "6.2.0",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"repository": { "repository": {
"type": "git", "type": "git",
@ -32,8 +32,8 @@
"@angular/router": ">=14.1.3", "@angular/router": ">=14.1.3",
"@mat-datetimepicker/core": "^10.1.1", "@mat-datetimepicker/core": "^10.1.1",
"@mat-datetimepicker/moment": "^10.1.1", "@mat-datetimepicker/moment": "^10.1.1",
"@alfresco/js-api": ">=6.2.0-982", "@alfresco/js-api": ">=6.2.0",
"@alfresco/adf-extensions": "^6.1.0", "@alfresco/adf-extensions": ">=6.2.0",
"@ngx-translate/core": ">=14.0.0", "@ngx-translate/core": ">=14.0.0",
"minimatch-browser": ">=1.0.0", "minimatch-browser": ">=1.0.0",
"moment": ">=2.22.2", "moment": ">=2.22.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "@alfresco/eslint-plugin-eslint-angular", "name": "@alfresco/eslint-plugin-eslint-angular",
"version": "6.1.0", "version": "6.2.0",
"description": "Alfresco ADF eslint angular custom rules", "description": "Alfresco ADF eslint angular custom rules",
"main": "main.js", "main": "main.js",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",

View File

@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-extensions", "name": "@alfresco/adf-extensions",
"description": "Provides extensibility support for ADF applications.", "description": "Provides extensibility support for ADF applications.",
"version": "6.1.0", "version": "6.2.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"repository": { "repository": {
@ -14,7 +14,7 @@
"peerDependencies": { "peerDependencies": {
"@angular/common": ">=14.1.3", "@angular/common": ">=14.1.3",
"@angular/core": ">=14.1.3", "@angular/core": ">=14.1.3",
"@alfresco/js-api": ">=6.2.0-982" "@alfresco/js-api": ">=6.2.0"
}, },
"keywords": [ "keywords": [
"extensions", "extensions",

View File

@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-insights", "name": "@alfresco/adf-insights",
"description": "Alfresco ADF insights", "description": "Alfresco ADF insights",
"version": "6.1.0", "version": "6.2.0",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"repository": { "repository": {
"type": "git", "type": "git",
@ -16,7 +16,7 @@
"@angular/core": ">=14.1.3", "@angular/core": ">=14.1.3",
"@angular/forms": ">=14.1.3", "@angular/forms": ">=14.1.3",
"@angular/material": ">=14.1.2", "@angular/material": ">=14.1.2",
"@alfresco/adf-core": "^6.1.0", "@alfresco/adf-core": ">=6.2.0",
"@ngx-translate/core": ">=14.0.0", "@ngx-translate/core": ">=14.0.0",
"chart.js": ">=2.9.4", "chart.js": ">=2.9.4",
"moment": ">=2.22.2", "moment": ">=2.22.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "@alfresco/adf-process-services-cloud", "name": "@alfresco/adf-process-services-cloud",
"version": "6.1.0", "version": "6.2.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-process-services-cloud", "name": "@alfresco/adf-process-services-cloud",
"description": "Alfresco ADF process services cloud", "description": "Alfresco ADF process services cloud",
"version": "6.1.0", "version": "6.2.0",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"repository": { "repository": {
"type": "git", "type": "git",
@ -35,9 +35,9 @@
"@angular/platform-browser": ">=14.1.3", "@angular/platform-browser": ">=14.1.3",
"@angular/platform-browser-dynamic": ">=14.1.3", "@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3", "@angular/router": ">=14.1.3",
"@alfresco/js-api": ">=6.2.0-982", "@alfresco/js-api": ">=6.2.0",
"@alfresco/adf-core": "^6.1.0", "@alfresco/adf-core": ">=6.2.0",
"@alfresco/adf-content-services": "^6.1.0", "@alfresco/adf-content-services": ">=6.2.0",
"@apollo/client": "^3.7.2", "@apollo/client": "^3.7.2",
"@ngx-translate/core": ">=14.0.0", "@ngx-translate/core": ">=14.0.0",
"apollo-angular": "^4.0.1", "apollo-angular": "^4.0.1",

View File

@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-process-services", "name": "@alfresco/adf-process-services",
"description": "Alfresco ADF process services", "description": "Alfresco ADF process services",
"version": "6.1.0", "version": "6.2.0",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"repository": { "repository": {
"type": "git", "type": "git",
@ -21,9 +21,9 @@
"@angular/platform-browser": ">=14.1.3", "@angular/platform-browser": ">=14.1.3",
"@angular/platform-browser-dynamic": ">=14.1.3", "@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3", "@angular/router": ">=14.1.3",
"@alfresco/js-api": ">=6.2.0-982", "@alfresco/js-api": ">=6.2.0",
"@alfresco/adf-core": "^6.1.0", "@alfresco/adf-core": ">=6.2.0",
"@alfresco/adf-content-services": "^6.1.0", "@alfresco/adf-content-services": ">=6.2.0",
"@ngx-translate/core": ">=14.0.0", "@ngx-translate/core": ">=14.0.0",
"moment": ">=2.22.2" "moment": ">=2.22.2"
}, },

View File

@ -1,7 +1,7 @@
{ {
"name": "@alfresco/adf-testing", "name": "@alfresco/adf-testing",
"description": "Alfresco ADF testing page and utils", "description": "Alfresco ADF testing page and utils",
"version": "6.1.0", "version": "6.2.0",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"repository": { "repository": {
"type": "git", "type": "git",
@ -11,7 +11,7 @@
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues" "url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
}, },
"peerDependencies": { "peerDependencies": {
"@alfresco/js-api": ">=6.2.0-982" "@alfresco/js-api": ">=6.2.0"
}, },
"keywords": [ "keywords": [
"testing", "testing",

12
package-lock.json generated
View File

@ -1,16 +1,16 @@
{ {
"name": "alfresco-ng2-components", "name": "alfresco-ng2-components",
"version": "6.1.0", "version": "6.2.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "alfresco-ng2-components", "name": "alfresco-ng2-components",
"version": "6.1.0", "version": "6.2.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@alfresco/js-api": "6.2.0-982", "@alfresco/js-api": ">=6.2.0",
"@angular/animations": "14.1.3", "@angular/animations": "14.1.3",
"@angular/cdk": "14.1.2", "@angular/cdk": "14.1.2",
"@angular/common": "14.1.3", "@angular/common": "14.1.3",
@ -147,9 +147,9 @@
} }
}, },
"node_modules/@alfresco/js-api": { "node_modules/@alfresco/js-api": {
"version": "6.2.0-982", "version": "6.2.0",
"resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-6.2.0-982.tgz", "resolved": "https://registry.npmjs.org/@alfresco/js-api/-/js-api-6.2.0.tgz",
"integrity": "sha512-tP7/VblH0QOMAlhjzCW8n/kE9PXA2nwkPisalNVNVtvOa6jVnwMQQlVvfnCRKf+yXX7SQYBMTKbvMA9Io0gBqw==", "integrity": "sha512-jwoO5tKE0MqE/7vQx5Epyy6RQqXX7lzKiTAaGZ0dF810itBbIZEdM6g21eHG/+DmEYtkmaR5fPKLD3PqtKlF8A==",
"dependencies": { "dependencies": {
"event-emitter": "^0.3.5", "event-emitter": "^0.3.5",
"superagent": "^6.0.0", "superagent": "^6.0.0",

View File

@ -2,7 +2,7 @@
"name": "alfresco-ng2-components", "name": "alfresco-ng2-components",
"commit": "b644b39d17396330d2a67509f58c5b9e890b9b13", "commit": "b644b39d17396330d2a67509f58c5b9e890b9b13",
"description": "Alfresco Angular components", "description": "Alfresco Angular components",
"version": "6.1.0", "version": "6.2.0",
"author": "Hyland Software, Inc. and its affiliates", "author": "Hyland Software, Inc. and its affiliates",
"scripts": { "scripts": {
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main", "postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
@ -54,7 +54,7 @@
"process services-cloud" "process services-cloud"
], ],
"dependencies": { "dependencies": {
"@alfresco/js-api": "6.2.0-982", "@alfresco/js-api": ">=6.2.0",
"@angular/animations": "14.1.3", "@angular/animations": "14.1.3",
"@angular/cdk": "14.1.2", "@angular/cdk": "14.1.2",
"@angular/common": "14.1.3", "@angular/common": "14.1.3",