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",