Skip to content

Commit d4c71fc

Browse files
committed
chore(release): publish
1 parent 6f0a7e7 commit d4c71fc

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+
## [4.0.1](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v4.0.0...v4.0.1) (2023-03-06)
7+
8+
### Bug Fixes
9+
10+
- handle error when target is not well formatted url ([ca49ad4](https://github.com/immobiliare/backstage-plugin-gitlab/commit/ca49ad45fce3b54e6baa5d1455e65a9936fdaee5))
11+
612
# [4.0.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v4.0.0-alpha.0...v4.0.0) (2023-02-23)
713

814
### Bug Fixes

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": "4.0.0"
6+
"version": "4.0.1"
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+
## [4.0.1](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v4.0.0...v4.0.1) (2023-03-06)
7+
8+
### Bug Fixes
9+
10+
- handle error when target is not well formatted url ([ca49ad4](https://github.com/immobiliare/backstage-plugin-gitlab/commit/ca49ad45fce3b54e6baa5d1455e65a9936fdaee5))
11+
612
# [4.0.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v4.0.0-alpha.0...v4.0.0) (2023-02-23)
713

814
### Bug Fixes

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": "4.0.0",
3+
"version": "4.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: 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+
## [4.0.1](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v4.0.0...v4.0.1) (2023-03-06)
7+
8+
**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-gitlab
9+
610
# [4.0.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v4.0.0-alpha.0...v4.0.0) (2023-02-23)
711

812
### 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": "4.0.0",
3+
"version": "4.0.1",
44
"main": "dist/index.esm.js",
55
"types": "dist/index.d.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)