mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
Release 7.4.1 (#5162)
This commit is contained in:
@@ -155,6 +155,8 @@ jobs:
|
|||||||
needs: [lint, unit-tests]
|
needs: [lint, unit-tests]
|
||||||
name: "Publish Git Tag"
|
name: "Publish Git Tag"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- name: Check previous jobs status
|
- name: Check previous jobs status
|
||||||
if: ${{ inputs.publish-git-tag == 'false' || contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }}
|
if: ${{ inputs.publish-git-tag == 'false' || contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }}
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
"locale": "en",
|
"locale": "en",
|
||||||
"application": {
|
"application": {
|
||||||
"name": "Workspace",
|
"name": "Workspace",
|
||||||
"version": "7.4.0",
|
"version": "7.4.1",
|
||||||
"logo": "assets/images/app-logo.svg",
|
"logo": "assets/images/app-logo.svg",
|
||||||
"copyright": "APP.COPYRIGHT"
|
"copyright": "APP.COPYRIGHT"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
Title: Audit info, alfresco-content-app 7.4.0
|
Title: Audit info, alfresco-content-app 7.4.1
|
||||||
---
|
---
|
||||||
|
|
||||||
# Audit information for alfresco-content-app 7.4.0
|
# Audit information for alfresco-content-app 7.4.1
|
||||||
|
|
||||||
This page lists the security audit of the dependencies this project depends on.
|
This page lists the security audit of the dependencies this project depends on.
|
||||||
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
Title: Changelog for alfresco-content-app v7.4.0
|
Title: Changelog for alfresco-content-app v7.4.1
|
||||||
---
|
---
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
@@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
Title: License info, alfresco-content-app 7.4.0
|
Title: License info, alfresco-content-app 7.4.1
|
||||||
---
|
---
|
||||||
|
|
||||||
# License information for alfresco-content-app 7.4.0
|
# License information for alfresco-content-app 7.4.1
|
||||||
|
|
||||||
This page lists all third party libraries the project depends on.
|
This page lists all third party libraries the project depends on.
|
||||||
|
|
||||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "alfresco-content-app",
|
"name": "alfresco-content-app",
|
||||||
"version": "7.4.0",
|
"version": "7.4.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "alfresco-content-app",
|
"name": "alfresco-content-app",
|
||||||
"version": "7.4.0",
|
"version": "7.4.1",
|
||||||
"license": "LGPL-3.0",
|
"license": "LGPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@alfresco/adf-content-services": "8.4.1",
|
"@alfresco/adf-content-services": "8.4.1",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "alfresco-content-app",
|
"name": "alfresco-content-app",
|
||||||
"version": "7.4.0",
|
"version": "7.4.1",
|
||||||
"license": "LGPL-3.0",
|
"license": "LGPL-3.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "nx serve content-ce",
|
"start": "nx serve content-ce",
|
||||||
|
|||||||
Reference in New Issue
Block a user