From 829e522cfef1281b1f98b6f5363f2f357056cce0 Mon Sep 17 00:00:00 2001 From: antoniomuso Date: Fri, 18 Oct 2024 15:25:23 +0000 Subject: [PATCH] chore(release): publish --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/gitlab-backend/CHANGELOG.md | 6 ++++++ packages/gitlab-backend/package.json | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7c98ced..4805ad6c 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.7.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.6.1...v6.7.0) (2024-10-18) + +### Features + +- **backend:** add support for empty string annotations ([704620f](https://github.com/immobiliare/backstage-plugin-gitlab/commit/704620f6366dd9bede4f8f887946601505d6201e)) + ## [6.6.1](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.6.0...v6.6.1) (2024-10-15) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 5a3585f0..0e73be3b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "yarn", - "version": "6.6.1" + "version": "6.7.0" } diff --git a/packages/gitlab-backend/CHANGELOG.md b/packages/gitlab-backend/CHANGELOG.md index c8e45fba..8a8b5a3e 100644 --- a/packages/gitlab-backend/CHANGELOG.md +++ b/packages/gitlab-backend/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.7.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.6.1...v6.7.0) (2024-10-18) + +### Features + +- **backend:** add support for empty string annotations ([704620f](https://github.com/immobiliare/backstage-plugin-gitlab/commit/704620f6366dd9bede4f8f887946601505d6201e)) + # [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 diff --git a/packages/gitlab-backend/package.json b/packages/gitlab-backend/package.json index d3ccc176..53406673 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", + "version": "6.7.0", "main": "dist/index.cjs.js", "types": "dist/index.d.ts", "license": "Apache-2.0",