diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3dea1a4de..99257f853 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -155,6 +155,8 @@ jobs: needs: [lint, unit-tests] name: "Publish Git Tag" runs-on: ubuntu-latest + permissions: + contents: write steps: - name: Check previous jobs status if: ${{ inputs.publish-git-tag == 'false' || contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }} diff --git a/app/src/app.config.json b/app/src/app.config.json index 1efa2b307..f52379ce1 100644 --- a/app/src/app.config.json +++ b/app/src/app.config.json @@ -34,7 +34,7 @@ "locale": "en", "application": { "name": "Workspace", - "version": "7.4.0", + "version": "7.4.1", "logo": "assets/images/app-logo.svg", "copyright": "APP.COPYRIGHT" }, diff --git a/docs/audit/audit-info-7.4.0.md b/docs/audit/audit-info-7.4.1.md similarity index 76% rename from docs/audit/audit-info-7.4.0.md rename to docs/audit/audit-info-7.4.1.md index 265560e44..1c929cb89 100644 --- a/docs/audit/audit-info-7.4.0.md +++ b/docs/audit/audit-info-7.4.1.md @@ -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. diff --git a/docs/changelog/changelog-7.4.0.md b/docs/changelog/changelog-7.4.1.md similarity index 98% rename from docs/changelog/changelog-7.4.0.md rename to docs/changelog/changelog-7.4.1.md index e21fed7ca..5aca5773e 100644 --- a/docs/changelog/changelog-7.4.0.md +++ b/docs/changelog/changelog-7.4.1.md @@ -1,5 +1,5 @@ --- -Title: Changelog for alfresco-content-app v7.4.0 +Title: Changelog for alfresco-content-app v7.4.1 --- # Changelog diff --git a/docs/licences/license-info-7.4.0.md b/docs/licences/license-info-7.4.1.md similarity index 97% rename from docs/licences/license-info-7.4.0.md rename to docs/licences/license-info-7.4.1.md index 91e5a9436..33e4c803d 100644 --- a/docs/licences/license-info-7.4.0.md +++ b/docs/licences/license-info-7.4.1.md @@ -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. diff --git a/package-lock.json b/package-lock.json index a575e2735..440d5c241 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "alfresco-content-app", - "version": "7.4.0", + "version": "7.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "alfresco-content-app", - "version": "7.4.0", + "version": "7.4.1", "license": "LGPL-3.0", "dependencies": { "@alfresco/adf-content-services": "8.4.1", diff --git a/package.json b/package.json index d140ce4d5..b2768243d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alfresco-content-app", - "version": "7.4.0", + "version": "7.4.1", "license": "LGPL-3.0", "scripts": { "start": "nx serve content-ce",