From c3add8033ac5515e715e1ffff636b6df8133bccc Mon Sep 17 00:00:00 2001 From: lauramargar <114984466+lauramargar@users.noreply.github.com> Date: Tue, 11 Jun 2024 10:12:46 +0200 Subject: [PATCH] ci: fix package version and remove `persist-credentials` (#1513) --- .github/workflows/build.yml | 1 - .github/workflows/publish-release.yml | 1 - .github/workflows/release-alpha.yml | 1 - packages/x-components/CHANGELOG.md | 4 ++++ packages/x-components/package.json | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 050161abfa..041e449713 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,6 @@ jobs: with: token: ${{ steps.app-token.outputs.token }} fetch-depth: 0 - persist-credentials: false - name: Install uses: ./.github/actions/install diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index c8fe346035..f57d24c2d2 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -21,7 +21,6 @@ jobs: with: token: ${{ steps.app-token.outputs.token }} fetch-depth: 0 - persist-credentials: false # Install pnpm because it is not included in our container image - name: install pnpm diff --git a/.github/workflows/release-alpha.yml b/.github/workflows/release-alpha.yml index 02a2c25cf7..5eb6681145 100644 --- a/.github/workflows/release-alpha.yml +++ b/.github/workflows/release-alpha.yml @@ -22,7 +22,6 @@ jobs: with: token: ${{ steps.app-token.outputs.token }} fetch-depth: 0 - persist-credentials: false # Install pnpm because it is not included in our container image - name: install pnpm diff --git a/packages/x-components/CHANGELOG.md b/packages/x-components/CHANGELOG.md index 1609758b3a..ad97168f36 100644 --- a/packages/x-components/CHANGELOG.md +++ b/packages/x-components/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.0-alpha.37](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.36...@empathyco/x-components@5.0.0-alpha.37) (2024-06-10) + +**Note:** Version bump only for package @empathyco/x-components + ## [5.0.0-alpha.36](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.35...@empathyco/x-components@5.0.0-alpha.36) (2024-06-10) **Note:** Version bump only for package @empathyco/x-components diff --git a/packages/x-components/package.json b/packages/x-components/package.json index 7dff1eca75..211478c71e 100644 --- a/packages/x-components/package.json +++ b/packages/x-components/package.json @@ -1,6 +1,6 @@ { "name": "@empathyco/x-components", - "version": "5.0.0-alpha.36", + "version": "5.0.0-alpha.37", "description": "Empathy X Components", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0",