Skip to content

Commit 5d38b58

Browse files
committed
chore(release): publish
1 parent 04921d6 commit 5d38b58

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
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+
## [5.0.2](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v5.0.1...v5.0.2) (2023-04-13)
7+
8+
### Bug Fixes
9+
10+
- removeHeader throws an error ([9a30295](https://github.com/immobiliare/backstage-plugin-gitlab/commit/9a302957d78664bc5146ce1334f54d0e7ed0e908))
11+
612
## [5.0.1](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v5.0.1-alpha.1...v5.0.1) (2023-04-11)
713

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"useNx": true,
44
"useWorkspaces": true,
55
"npmClient": "yarn",
6-
"version": "5.0.1"
6+
"version": "5.0.2"
77
}

packages/gitlab-backend/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+
## [5.0.2](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v5.0.1...v5.0.2) (2023-04-13)
7+
8+
### Bug Fixes
9+
10+
- removeHeader throws an error ([9a30295](https://github.com/immobiliare/backstage-plugin-gitlab/commit/9a302957d78664bc5146ce1334f54d0e7ed0e908))
11+
612
## [5.0.1](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v5.0.1-alpha.1...v5.0.1) (2023-04-11)
713

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

0 commit comments

Comments
 (0)