From c7ee30061d1889a93fb7be1388ef658339a29c86 Mon Sep 17 00:00:00 2001 From: antoniomuso Date: Tue, 22 Aug 2023 08:01:58 +0000 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 4 ++++ lerna.json | 2 +- packages/gitlab-backend/CHANGELOG.md | 4 ++++ packages/gitlab-backend/package.json | 2 +- packages/gitlab/CHANGELOG.md | 4 ++++ packages/gitlab/package.json | 2 +- 6 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cf34c5a..6cdcced4 100644 --- a/CHANGELOG.md +++ b/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.1.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.1.0-alpha.0...v6.1.0) (2023-08-22) + +**Note:** Version bump only for package root + # [6.1.0-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.0.1-alpha.0...v6.1.0-alpha.0) (2023-08-21) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 71d2eea9..9b86af0d 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "useNx": true, "useWorkspaces": true, "npmClient": "yarn", - "version": "6.1.0-alpha.0" + "version": "6.1.0" } diff --git a/packages/gitlab-backend/CHANGELOG.md b/packages/gitlab-backend/CHANGELOG.md index 848c2fb1..9e39cae7 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.1.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.1.0-alpha.0...v6.1.0) (2023-08-22) + +**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-gitlab-backend + # [6.1.0-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.0.1-alpha.0...v6.1.0-alpha.0) (2023-08-21) **Note:** Version bump only for package @immobiliarelabs/backstage-plugin-gitlab-backend diff --git a/packages/gitlab-backend/package.json b/packages/gitlab-backend/package.json index 971db3ee..75eadc7b 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.1.0-alpha.0", + "version": "6.1.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 2c936b05..e7189aa4 100644 --- a/packages/gitlab/CHANGELOG.md +++ b/packages/gitlab/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.1.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.1.0-alpha.0...v6.1.0) (2023-08-22) + +**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-gitlab + # [6.1.0-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.0.1-alpha.0...v6.1.0-alpha.0) (2023-08-21) ### Bug Fixes diff --git a/packages/gitlab/package.json b/packages/gitlab/package.json index 4d003f9d..a013d46e 100644 --- a/packages/gitlab/package.json +++ b/packages/gitlab/package.json @@ -1,6 +1,6 @@ { "name": "@immobiliarelabs/backstage-plugin-gitlab", - "version": "6.1.0-alpha.0", + "version": "6.1.0", "main": "dist/index.esm.js", "types": "dist/index.d.ts", "license": "Apache-2.0",