Skip to content

Commit 7dc0133

Browse files
committed
chore(release): publish
1 parent d8698ee commit 7dc0133

File tree

6 files changed

+19
-3
lines changed

6 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.10.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.10.0-alpha.0...v6.10.0) (2025-03-19)
7+
8+
### Features
9+
10+
- added possibility to disable members list ([5ddb5bf](https://github.com/immobiliare/backstage-plugin-gitlab/commit/5ddb5bf903be31abf64525ee80e84a094bea6b54))
11+
612
# [6.10.0-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.9.0...v6.10.0-alpha.0) (2025-03-18)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"npmClient": "yarn",
4-
"version": "6.10.0-alpha.0"
4+
"version": "6.10.0"
55
}

packages/gitlab-backend/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.10.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.10.0-alpha.0...v6.10.0) (2025-03-19)
7+
8+
**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-gitlab-backend
9+
610
# [6.10.0-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.9.0...v6.10.0-alpha.0) (2025-03-18)
711

812
**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-gitlab-backend

packages/gitlab-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@immobiliarelabs/backstage-plugin-gitlab-backend",
3-
"version": "6.10.0-alpha.0",
3+
"version": "6.10.0",
44
"main": "dist/index.cjs.js",
55
"types": "dist/index.d.ts",
66
"license": "Apache-2.0",

packages/gitlab/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [6.10.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.10.0-alpha.0...v6.10.0) (2025-03-19)
7+
8+
### Features
9+
10+
- added possibility to disable members list ([5ddb5bf](https://github.com/immobiliare/backstage-plugin-gitlab/commit/5ddb5bf903be31abf64525ee80e84a094bea6b54))
11+
612
# [6.10.0-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.9.0...v6.10.0-alpha.0) (2025-03-18)
713

814
### Bug Fixes

packages/gitlab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@immobiliarelabs/backstage-plugin-gitlab",
3-
"version": "6.10.0-alpha.0",
3+
"version": "6.10.0",
44
"main": "dist/index.esm.js",
55
"types": "dist/index.d.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)