diff --git a/CHANGELOG.md b/CHANGELOG.md index e759fd8f..dc046111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.5.0-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.4.1-alpha.0...v6.5.0-alpha.0) (2024-04-11) + +### Features + +- added oauth authorization ([db52779](https://github.com/immobiliare/backstage-plugin-gitlab/commit/db52779ad4e3ada17718a61792f25fca7298aa3d)) +- **immobiliare/backstage-plugin-gitlab#425:** Added an empty release card when no releases are found ([d6a6580](https://github.com/immobiliare/backstage-plugin-gitlab/commit/d6a65807b9f998842b008fd625602d79eb14e9ce)), closes [immobiliare/backstage-plugin-gitlab#425](https://github.com/immobiliare/backstage-plugin-gitlab/issues/425) +- **immobiliare/backstage-plugin-gitlab#425:** Removed some auto linting of md files ([b64a37e](https://github.com/immobiliare/backstage-plugin-gitlab/commit/b64a37e8a6156a87e89e6b48e4daaed2d2a094fa)), closes [immobiliare/backstage-plugin-gitlab#425](https://github.com/immobiliare/backstage-plugin-gitlab/issues/425) + ## [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 diff --git a/lerna.json b/lerna.json index a648616e..99d541a7 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "useNx": true, "useWorkspaces": true, "npmClient": "yarn", - "version": "6.4.1-alpha.0" + "version": "6.5.0-alpha.0" } diff --git a/packages/gitlab-backend/CHANGELOG.md b/packages/gitlab-backend/CHANGELOG.md index 4218ae00..7f0db23c 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.5.0-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.4.1-alpha.0...v6.5.0-alpha.0) (2024-04-11) + +### Features + +- added oauth authorization ([db52779](https://github.com/immobiliare/backstage-plugin-gitlab/commit/db52779ad4e3ada17718a61792f25fca7298aa3d)) + ## [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 diff --git a/packages/gitlab-backend/package.json b/packages/gitlab-backend/package.json index 1ccbdb80..30105fd7 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.1-alpha.0", + "version": "6.5.0-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 0e736874..d259d43b 100644 --- a/packages/gitlab/CHANGELOG.md +++ b/packages/gitlab/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.5.0-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.4.1-alpha.0...v6.5.0-alpha.0) (2024-04-11) + +### Features + +- added oauth authorization ([db52779](https://github.com/immobiliare/backstage-plugin-gitlab/commit/db52779ad4e3ada17718a61792f25fca7298aa3d)) +- **immobiliare/backstage-plugin-gitlab#425:** Added an empty release card when no releases are found ([d6a6580](https://github.com/immobiliare/backstage-plugin-gitlab/commit/d6a65807b9f998842b008fd625602d79eb14e9ce)), closes [immobiliare/backstage-plugin-gitlab#425](https://github.com/immobiliare/backstage-plugin-gitlab/issues/425) + ## [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 diff --git a/packages/gitlab/package.json b/packages/gitlab/package.json index 554f642e..70091922 100644 --- a/packages/gitlab/package.json +++ b/packages/gitlab/package.json @@ -1,6 +1,6 @@ { "name": "@immobiliarelabs/backstage-plugin-gitlab", - "version": "6.4.1-alpha.0", + "version": "6.5.0-alpha.0", "main": "dist/index.esm.js", "types": "dist/index.d.ts", "license": "Apache-2.0",