Compare commits

..
Author SHA1 Message Date
alep85 6102da1d50 [ci:force] Update jsapi version 2025-05-29 09:36:09 +02:00
alep85 a362139e84 [ci:force] update js-api version 2025-05-28 19:53:10 +02:00
alep85 a267e8e296 [ci:force] Update master-patch condition 2025-05-28 19:10:53 +02:00
alep85 203a9d74a8 [ci:force] Output github.ref_name 2025-05-28 19:07:21 +02:00
7 changed files with 15 additions and 10 deletions
+9 -4
View File
@@ -50,9 +50,14 @@ env:
REDIRECT_URI: /
jobs:
pre-setup:
runs-on: ubuntu-latest
steps:
- name: Debug github.ref_name
run: echo "github.ref_name=${{ github.ref_name }}"
setup:
timeout-minutes: 20
if: github.event.pull_request.merged == true || github.ref_name == 'master' || github.ref_name == 'master-patch-*'
if: github.event.pull_request.merged == true || github.ref_name == 'master' || startsWith(github.ref_name, 'master-patch-')
name: "Setup"
runs-on: ubuntu-latest
steps:
@@ -74,7 +79,7 @@ jobs:
release-storybook:
needs: [setup]
timeout-minutes: 15
if: github.event.pull_request.merged == true || github.ref_name == 'master' || github.ref_name == 'master-patch-*'
if: github.event.pull_request.merged == true || github.ref_name == 'master' || startsWith(github.ref_name, 'master-patch-')
runs-on: ubuntu-latest
steps:
- name: Checkout repository
@@ -101,7 +106,7 @@ jobs:
release-npm:
needs: [setup]
timeout-minutes: 30
if: github.event.pull_request.merged == true || github.ref_name == 'master' || github.ref_name == 'master-patch-*'
if: github.event.pull_request.merged == true || github.ref_name == 'master' || startsWith(github.ref_name, 'master-patch-')
runs-on: ubuntu-latest
permissions:
contents: read
@@ -177,7 +182,7 @@ jobs:
npm-check-bundle:
needs: [release-npm]
timeout-minutes: 15
if: github.event.pull_request.merged == true || github.ref_name == 'master' || github.ref_name == 'master-patch-*'
if: github.event.pull_request.merged == true || github.ref_name == 'master' || startsWith(github.ref_name, 'master-patch-')
runs-on: ubuntu-latest
steps:
- name: Checkout repository
+1 -1
View File
@@ -21,7 +21,7 @@
"@angular/platform-browser": ">=14.1.3",
"@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3",
"@alfresco/js-api": ">=8.0.0",
"@alfresco/js-api": ">=8.0.1",
"@ngx-translate/core": ">=14.0.0",
"@alfresco/adf-core": ">=7.0.1"
},
+1 -1
View File
@@ -38,7 +38,7 @@
"@angular/router": ">=16.0.0",
"@mat-datetimepicker/core": ">=12.0.1",
"@ngx-translate/core": ">=14.0.0",
"@alfresco/js-api": ">=8.0.0",
"@alfresco/js-api": ">=8.0.1",
"@alfresco/adf-extensions": ">=7.0.1",
"minimatch": ">=10.0.0",
"pdfjs-dist": ">=3.3.122",
+1 -1
View File
@@ -14,7 +14,7 @@
"peerDependencies": {
"@angular/common": ">=14.1.3",
"@angular/core": ">=14.1.3",
"@alfresco/js-api": ">=8.0.0"
"@alfresco/js-api": ">=8.0.1"
},
"keywords": [
"extensions",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@alfresco/js-api",
"version": "8.0.0",
"version": "8.0.1",
"license": "Apache-2.0",
"description": "JavaScript client library for the Alfresco REST API",
"author": "Hyland Software, Inc. and its affiliates",
+1 -1
View File
@@ -36,7 +36,7 @@
"@angular/platform-browser": ">=14.1.3",
"@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3",
"@alfresco/js-api": ">=8.0.0",
"@alfresco/js-api": ">=8.0.1",
"@alfresco/adf-core": ">=7.0.1",
"@alfresco/adf-content-services": ">=7.0.1",
"@apollo/client": ">=3.7.2",
+1 -1
View File
@@ -21,7 +21,7 @@
"@angular/platform-browser": ">=14.1.3",
"@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3",
"@alfresco/js-api": ">=8.0.0",
"@alfresco/js-api": ">=8.0.1",
"@alfresco/adf-core": ">=7.0.1",
"@alfresco/adf-content-services": ">=7.0.1",
"@ngx-translate/core": ">=14.0.0"