diff --git a/CHANGELOG.md b/CHANGELOG.md index 014f08c7..e759fd8f 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.4.1-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.4.0...v6.4.1-alpha.0) (2024-02-08) + +**Note:** Version bump only for package root + # [6.4.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.4.0-alpha.1...v6.4.0) (2023-12-05) **Note:** Version bump only for package root diff --git a/lerna.json b/lerna.json index 3ea37441..a648616e 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "useNx": true, "useWorkspaces": true, "npmClient": "yarn", - "version": "6.4.0" + "version": "6.4.1-alpha.0" } diff --git a/packages/gitlab-backend/CHANGELOG.md b/packages/gitlab-backend/CHANGELOG.md index 7cf2be4f..4218ae00 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.4.1-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.4.0...v6.4.1-alpha.0) (2024-02-08) + +**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-gitlab-backend + # [6.4.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.4.0-alpha.1...v6.4.0) (2023-12-05) **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 114f3260..49ea3a10 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.4.0", + "version": "6.4.1-alpha.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 8139838f..0e736874 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.4.1-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.4.0...v6.4.1-alpha.0) (2024-02-08) + +**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-gitlab + # [6.4.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.4.0-alpha.1...v6.4.0) (2023-12-05) **Note:** Version bump only for package @immobiliarelabs/backstage-plugin-gitlab diff --git a/packages/gitlab/package.json b/packages/gitlab/package.json index f6d7f686..554f642e 100644 --- a/packages/gitlab/package.json +++ b/packages/gitlab/package.json @@ -1,6 +1,6 @@ { "name": "@immobiliarelabs/backstage-plugin-gitlab", - "version": "6.4.0", + "version": "6.4.1-alpha.0", "main": "dist/index.esm.js", "types": "dist/index.d.ts", "license": "Apache-2.0",