From 9181c6edce8633c49ea8e6699c443078dc6b3787 Mon Sep 17 00:00:00 2001 From: antoniomuso Date: Tue, 29 Aug 2023 15:30:28 +0000 Subject: [PATCH] chore(release): 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 05e8c8ab..64202309 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.2.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.2.0-alpha.3...v6.2.0) (2023-08-29) + +### Bug Fixes + +- coverage statistics url ([45b4fa1](https://github.com/immobiliare/backstage-plugin-gitlab/commit/45b4fa182cb829c5f8c489f35f9b94dfb92b7385)) + # [6.2.0-alpha.3](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.2.0-alpha.2...v6.2.0-alpha.3) (2023-08-29) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 08fd1cc4..2e68f80e 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "useNx": true, "useWorkspaces": true, "npmClient": "yarn", - "version": "6.2.0-alpha.3" + "version": "6.2.0" } diff --git a/packages/gitlab-backend/CHANGELOG.md b/packages/gitlab-backend/CHANGELOG.md index d4479ac8..1c5ee6f3 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.2.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.2.0-alpha.3...v6.2.0) (2023-08-29) + +**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-gitlab-backend + # [6.2.0-alpha.3](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.2.0-alpha.2...v6.2.0-alpha.3) (2023-08-29) ### Bug Fixes diff --git a/packages/gitlab-backend/package.json b/packages/gitlab-backend/package.json index 5d71682c..0388e34c 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.2.0-alpha.3", + "version": "6.2.0", "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 1617c523..81d9a8b0 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.2.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.2.0-alpha.3...v6.2.0) (2023-08-29) + +### Bug Fixes + +- coverage statistics url ([45b4fa1](https://github.com/immobiliare/backstage-plugin-gitlab/commit/45b4fa182cb829c5f8c489f35f9b94dfb92b7385)) + # [6.2.0-alpha.3](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.2.0-alpha.2...v6.2.0-alpha.3) (2023-08-29) ### Bug Fixes diff --git a/packages/gitlab/package.json b/packages/gitlab/package.json index d3099af8..53530c4f 100644 --- a/packages/gitlab/package.json +++ b/packages/gitlab/package.json @@ -1,6 +1,6 @@ { "name": "@immobiliarelabs/backstage-plugin-gitlab", - "version": "6.2.0-alpha.3", + "version": "6.2.0", "main": "dist/index.esm.js", "types": "dist/index.d.ts", "license": "Apache-2.0",