Skip to content

Commit

Permalink
Release 5.0.1 (#4067)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKinas authored Aug 29, 2024
1 parent e106614 commit 0e42534
Show file tree
Hide file tree
Showing 8 changed files with 323 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app/src/app.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"locale": "en",
"application": {
"name": "Workspace",
"version": "5.0.0",
"version": "5.0.1",
"logo": "assets/images/app-logo.svg",
"copyright": "APP.COPYRIGHT"
},
Expand Down
25 changes: 25 additions & 0 deletions docs/audit/audit-info-5.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
Title: Audit info, alfresco-content-app 5.0.1
---

# Audit information for alfresco-content-app 5.0.1

This page lists the security audit of the dependencies this project depends on.

## Risks

- Critical risk: 0
- High risk: 1
- Moderate risk: 1
- Low risk: 0

Dependencies analyzed:

## Libraries

| Severity | Module | Vulnerable versions |
| --- | --- | --- |
|moderate | micromatch | "<4.0.8" |
|high | pdfjs-dist | "<=4.1.392" |


7 changes: 7 additions & 0 deletions docs/changelog/changelog-5.0.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
Title: Changelog for alfresco-content-app v5.0.1
---

# Changelog


279 changes: 279 additions & 0 deletions docs/licences/license-info-5.0.1.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alfresco-content-app",
"version": "5.0.0",
"version": "5.0.1",
"license": "LGPL-3.0",
"scripts": {
"start": "nx serve content-ce",
Expand Down
8 changes: 4 additions & 4 deletions projects/aca-content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"peerDependencies": {
"@angular/common": ">=15.2",
"@angular/core": ">=15.2",
"@alfresco/adf-core": ">=6.10.0-0",
"@alfresco/adf-content-services": ">=6.10.0-0",
"@alfresco/adf-extensions": ">=6.10.0-0",
"@alfresco/js-api": ">=7.9.0-0",
"@alfresco/adf-core": ">=7.0.0-0",
"@alfresco/adf-content-services": ">=7.0.0-0",
"@alfresco/adf-extensions": ">=7.0.0-0",
"@alfresco/js-api": ">=8.0.0-0",
"@angular/animations": ">=15.2",
"@angular/cdk": ">=15.2",
"@angular/forms": ">=15.2",
Expand Down
8 changes: 4 additions & 4 deletions projects/aca-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"license": "LGPL-3.0",
"scripts": {},
"peerDependencies": {
"@alfresco/adf-content-services": ">=6.10.0-0",
"@alfresco/adf-core": ">=6.10.0-0",
"@alfresco/adf-extensions": ">=6.10.0-0",
"@alfresco/js-api": ">=7.9.0-0",
"@alfresco/adf-content-services": ">=7.0.0-0",
"@alfresco/adf-core": ">=7.0.0-0",
"@alfresco/adf-extensions": ">=7.0.0-0",
"@alfresco/js-api": ">=8.0.0-0",
"@angular/animations": ">=15.2",
"@angular/common": ">=15.2",
"@angular/compiler": ">=15.2",
Expand Down

0 comments on commit 0e42534

Please sign in to comment.