Skip to content

Commit 7c92d27

Browse files
committed
chore(release): publish
1 parent 076c8fd commit 7c92d27

6 files changed

Lines changed: 33 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [7.0.1](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v7.0.0...v7.0.1) (2026-04-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **backend:** fix router path matching and body forwarding for Express 5 ([ee053df](https://github.com/immobiliare/backstage-plugin-gitlab/commit/ee053dfd90cbcfb498825510d2c8cb89717bd609))
12+
13+
14+
15+
16+
617
# [7.0.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v7.0.0-alpha.2...v7.0.0) (2026-04-01)
718

819
**Note:** Version bump only for package root

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": "7.0.0"
4+
"version": "7.0.1"
55
}

packages/gitlab-backend/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [7.0.1](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v7.0.0...v7.0.1) (2026-04-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **backend:** fix router path matching and body forwarding for Express 5 ([ee053df](https://github.com/immobiliare/backstage-plugin-gitlab/commit/ee053dfd90cbcfb498825510d2c8cb89717bd609))
12+
13+
14+
15+
16+
617
# [7.0.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v7.0.0-alpha.2...v7.0.0) (2026-04-01)
718

819
**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": "7.0.0",
3+
"version": "7.0.1",
44
"main": "dist/index.cjs.js",
55
"types": "dist/index.d.ts",
66
"license": "Apache-2.0",

packages/gitlab/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [7.0.1](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v7.0.0...v7.0.1) (2026-04-01)
7+
8+
**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-gitlab
9+
10+
11+
12+
13+
614
# [7.0.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v7.0.0-alpha.2...v7.0.0) (2026-04-01)
715

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

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": "7.0.0",
3+
"version": "7.0.1",
44
"main": "src/index.ts",
55
"types": "src/index.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)