From dd1a061346c8f81a4f894f9111e24009b51c0066 Mon Sep 17 00:00:00 2001 From: antoniomuso Date: Wed, 29 Jan 2025 15:19:31 +0000 Subject: [PATCH] chore(prerelease): publish --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/gitlab-backend/CHANGELOG.md | 4 ++++ packages/gitlab-backend/package.json | 2 +- packages/gitlab/CHANGELOG.md | 6 ++++++ packages/gitlab/package.json | 2 +- 6 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58ec516b..d8631191 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.8.0-alpha.1](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.8.0-alpha.0...v6.8.0-alpha.1) (2025-01-29) + +### Bug Fixes + +- disable cache by default ([dd63bfd](https://github.com/immobiliare/backstage-plugin-gitlab/commit/dd63bfd8a0cbb854d0f2b223947b11b0e39dcaa0)) + # [6.8.0-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.7.0...v6.8.0-alpha.0) (2025-01-28) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 311fa29e..12dcbe14 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "yarn", - "version": "6.8.0-alpha.0" + "version": "6.8.0-alpha.1" } diff --git a/packages/gitlab-backend/CHANGELOG.md b/packages/gitlab-backend/CHANGELOG.md index aa7614a2..5fb62895 100644 --- a/packages/gitlab-backend/CHANGELOG.md +++ b/packages/gitlab-backend/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. +# [6.8.0-alpha.1](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.8.0-alpha.0...v6.8.0-alpha.1) (2025-01-29) + +**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-gitlab-backend + # [6.8.0-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.7.0...v6.8.0-alpha.0) (2025-01-28) ### Features diff --git a/packages/gitlab-backend/package.json b/packages/gitlab-backend/package.json index 6054aae5..c501a883 100644 --- a/packages/gitlab-backend/package.json +++ b/packages/gitlab-backend/package.json @@ -1,6 +1,6 @@ { "name": "@immobiliarelabs/backstage-plugin-gitlab-backend", - "version": "6.8.0-alpha.0", + "version": "6.8.0-alpha.1", "main": "dist/index.cjs.js", "types": "dist/index.d.ts", "license": "Apache-2.0", diff --git a/packages/gitlab/CHANGELOG.md b/packages/gitlab/CHANGELOG.md index b7f07851..901e5e82 100644 --- a/packages/gitlab/CHANGELOG.md +++ b/packages/gitlab/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.8.0-alpha.1](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.8.0-alpha.0...v6.8.0-alpha.1) (2025-01-29) + +### Bug Fixes + +- disable cache by default ([dd63bfd](https://github.com/immobiliare/backstage-plugin-gitlab/commit/dd63bfd8a0cbb854d0f2b223947b11b0e39dcaa0)) + # [6.8.0-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.7.0...v6.8.0-alpha.0) (2025-01-28) ### Bug Fixes diff --git a/packages/gitlab/package.json b/packages/gitlab/package.json index b03bbe4c..b9bacf11 100644 --- a/packages/gitlab/package.json +++ b/packages/gitlab/package.json @@ -1,6 +1,6 @@ { "name": "@immobiliarelabs/backstage-plugin-gitlab", - "version": "6.8.0-alpha.0", + "version": "6.8.0-alpha.1", "main": "dist/index.esm.js", "types": "dist/index.d.ts", "license": "Apache-2.0",