diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ba462831c..bf2798f850 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,8 +48,6 @@ jobs: npm run build:libs npm run build:schematics - # Versions are already set in package.json files (8.0.3-A.1 / js-api 9.0.3-A.1), - # so no bumpversion step here. - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 name: release libraries Npm registry with: @@ -57,12 +55,9 @@ jobs: registry-url: 'https://${{ vars.NPM_REGISTRY_ADDRESS }}' scope: '@alfresco' - # npmjs auth here is OIDC trusted publishing (no token, same as develop), - # which requires npm >= 11.5.1 while .nvmrc pins node 22 (npm 10.9). - name: upgrade npm run: | npm install -g npm@11 npm --version - echo "registry: $(npm config get registry)" - run: npx nx run-many -t npm-publish --tag=branch ${{ inputs.dry-run && '--dry-run' || '' }} diff --git a/lib/cli/package.json b/lib/cli/package.json index bd6c4ede31..7adceab2d8 100644 --- a/lib/cli/package.json +++ b/lib/cli/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-cli", "description": "Alfresco ADF cli and utils", - "version": "8.0.3-A.1", + "version": "8.0.3", "author": "Hyland Software, Inc. and its affiliates", "bin": { "adf-cli": "bin/adf-cli", diff --git a/lib/content-services/package.json b/lib/content-services/package.json index d134e36560..63a9c4050e 100644 --- a/lib/content-services/package.json +++ b/lib/content-services/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-content-services", "description": "Alfresco ADF content services", - "version": "8.0.3-A.1", + "version": "8.0.3", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", diff --git a/lib/core/package.json b/lib/core/package.json index 754e6986c4..66edb3c35f 100644 --- a/lib/core/package.json +++ b/lib/core/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-core", "description": "Alfresco ADF core", - "version": "8.0.3-A.1", + "version": "8.0.3", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", diff --git a/lib/eslint-angular/package.json b/lib/eslint-angular/package.json index dc31e9aefc..ac3f0e878b 100644 --- a/lib/eslint-angular/package.json +++ b/lib/eslint-angular/package.json @@ -1,6 +1,6 @@ { "name": "@alfresco/eslint-plugin-eslint-angular", - "version": "8.0.3-A.1", + "version": "8.0.3", "description": "Alfresco ADF eslint angular custom rules", "main": "main.js", "author": "Hyland Software, Inc. and its affiliates", diff --git a/lib/extensions/package.json b/lib/extensions/package.json index 33c06fa203..fda80ebcee 100644 --- a/lib/extensions/package.json +++ b/lib/extensions/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-extensions", "description": "Provides extensibility support for ADF applications.", - "version": "8.0.3-A.1", + "version": "8.0.3", "license": "Apache-2.0", "author": "Hyland Software, Inc. and its affiliates", "repository": { diff --git a/lib/insights/package.json b/lib/insights/package.json index 47ddc1db88..5a2e509bf6 100644 --- a/lib/insights/package.json +++ b/lib/insights/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-insights", "description": "Alfresco ADF insights", - "version": "8.0.3-A.1", + "version": "8.0.3", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", diff --git a/lib/js-api/package.json b/lib/js-api/package.json index e223c1bf95..3df198695a 100644 --- a/lib/js-api/package.json +++ b/lib/js-api/package.json @@ -1,6 +1,6 @@ { "name": "@alfresco/js-api", - "version": "9.0.3-A.1", + "version": "9.0.3", "license": "Apache-2.0", "description": "JavaScript client library for the Alfresco REST API", "author": "Hyland Software, Inc. and its affiliates", diff --git a/lib/process-services-cloud/package.json b/lib/process-services-cloud/package.json index 080ddefd16..bb930bf095 100644 --- a/lib/process-services-cloud/package.json +++ b/lib/process-services-cloud/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-process-services-cloud", "description": "Alfresco ADF process services cloud", - "version": "8.0.3-A.1", + "version": "8.0.3", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", diff --git a/lib/process-services/package.json b/lib/process-services/package.json index 758785af7a..ca949c40a4 100644 --- a/lib/process-services/package.json +++ b/lib/process-services/package.json @@ -1,7 +1,7 @@ { "name": "@alfresco/adf-process-services", "description": "Alfresco ADF process services", - "version": "8.0.3-A.1", + "version": "8.0.3", "author": "Hyland Software, Inc. and its affiliates", "repository": { "type": "git", diff --git a/package-lock.json b/package-lock.json index 3dbbce65ba..0be84d7c41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "alfresco-ng2-components", - "version": "8.0.2", + "version": "8.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "alfresco-ng2-components", - "version": "8.0.2", + "version": "8.0.3", "license": "Apache-2.0", "dependencies": { "@angular/animations": "19.2.6", @@ -166,7 +166,7 @@ }, "lib/eslint-angular": { "name": "@alfresco/eslint-plugin-eslint-angular", - "version": "8.0.0", + "version": "8.0.3", "dev": true, "license": "Apache-2.0" }, diff --git a/package.json b/package.json index 7474f0ff6a..3bb288c1aa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "alfresco-ng2-components", "description": "Alfresco Angular components", - "version": "8.0.3-A.1", + "version": "8.0.3", "author": "Hyland Software, Inc. and its affiliates", "scripts": { "prepare": "husky install",