From 15965bb87196417cfa9d7f93ee00eb4299b5d064 Mon Sep 17 00:00:00 2001 From: antoniomuso Date: Tue, 23 Jul 2024 13:22:14 +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 e0fdc0f9..1d53cbf1 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.6.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.6.0-alpha.0...v6.6.0) (2024-07-23) + +**Note:** Version bump only for package root + # [6.6.0-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.5.1...v6.6.0-alpha.0) (2024-07-23) ### Features diff --git a/lerna.json b/lerna.json index 9a3391c9..02031e90 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "yarn", - "version": "6.6.0-alpha.0" + "version": "6.6.0" } diff --git a/packages/gitlab-backend/CHANGELOG.md b/packages/gitlab-backend/CHANGELOG.md index 728d716b..c8e45fba 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.6.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.6.0-alpha.0...v6.6.0) (2024-07-23) + +**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-gitlab-backend + # [6.6.0-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.5.1...v6.6.0-alpha.0) (2024-07-23) ### Features diff --git a/packages/gitlab-backend/package.json b/packages/gitlab-backend/package.json index db82b240..d3ccc176 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.6.0-alpha.0", + "version": "6.6.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 13e16399..413b0f8b 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.6.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.6.0-alpha.0...v6.6.0) (2024-07-23) + +**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-gitlab + # [6.6.0-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.5.1...v6.6.0-alpha.0) (2024-07-23) ### Features diff --git a/packages/gitlab/package.json b/packages/gitlab/package.json index 40f55245..667518d1 100644 --- a/packages/gitlab/package.json +++ b/packages/gitlab/package.json @@ -1,6 +1,6 @@ { "name": "@immobiliarelabs/backstage-plugin-gitlab", - "version": "6.6.0-alpha.0", + "version": "6.6.0", "main": "dist/index.esm.js", "types": "dist/index.d.ts", "license": "Apache-2.0",