Skip to content

Commit

Permalink
chore(prerelease): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomuso committed Mar 8, 2023
1 parent 86c6014 commit 3e3ad4e
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v4.0.1...v5.0.0-alpha.0) (2023-03-08)

### Features

- **api:** identify gitlab instances by hostname ([dff875d](https://github.com/immobiliare/backstage-plugin-gitlab/commit/dff875d2c3e7750b7ca8a48ce0bd04ff2db8c283)), closes [#118](https://github.com/immobiliare/backstage-plugin-gitlab/issues/118)
- **releasescard:** add releases widget ([8f25374](https://github.com/immobiliare/backstage-plugin-gitlab/commit/8f25374b464a32db9c4511707ac44f7b6f0117bb))

### BREAKING CHANGES

- **api:** Annotations `gitlab.com/instance` require the hostname of the gitlab instance, replacing index numbers. The processor now creates annotations with hostnames. GitLabCIApiRef calls using /api/gitlab/{number}/ are not resolved and return 404 not found.

Signed-off-by: Manuel Stein <[email protected]>

- **releasescard:** GitlabCIApi type has the new method getReleaseSummary

Signed-off-by: Manuel Stein <[email protected]>

## [4.0.1](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v4.0.0...v4.0.1) (2023-03-06)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"useNx": true,
"useWorkspaces": true,
"npmClient": "yarn",
"version": "4.0.1"
"version": "5.0.0-alpha.0"
}
12 changes: 12 additions & 0 deletions packages/gitlab-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v4.0.1...v5.0.0-alpha.0) (2023-03-08)

### Features

- **api:** identify gitlab instances by hostname ([dff875d](https://github.com/immobiliare/backstage-plugin-gitlab/commit/dff875d2c3e7750b7ca8a48ce0bd04ff2db8c283)), closes [#118](https://github.com/immobiliare/backstage-plugin-gitlab/issues/118)

### BREAKING CHANGES

- **api:** Annotations `gitlab.com/instance` require the hostname of the gitlab instance, replacing index numbers. The processor now creates annotations with hostnames. GitLabCIApiRef calls using /api/gitlab/{number}/ are not resolved and return 404 not found.

Signed-off-by: Manuel Stein <[email protected]>

## [4.0.1](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v4.0.0...v4.0.1) (2023-03-06)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/gitlab-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@immobiliarelabs/backstage-plugin-gitlab-backend",
"version": "4.0.1",
"version": "5.0.0-alpha.0",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/gitlab/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v4.0.1...v5.0.0-alpha.0) (2023-03-08)

### Features

- **api:** identify gitlab instances by hostname ([dff875d](https://github.com/immobiliare/backstage-plugin-gitlab/commit/dff875d2c3e7750b7ca8a48ce0bd04ff2db8c283)), closes [#118](https://github.com/immobiliare/backstage-plugin-gitlab/issues/118)
- **releasescard:** add releases widget ([8f25374](https://github.com/immobiliare/backstage-plugin-gitlab/commit/8f25374b464a32db9c4511707ac44f7b6f0117bb))

### BREAKING CHANGES

- **api:** Annotations `gitlab.com/instance` require the hostname of the gitlab instance, replacing index numbers. The processor now creates annotations with hostnames. GitLabCIApiRef calls using /api/gitlab/{number}/ are not resolved and return 404 not found.

Signed-off-by: Manuel Stein <[email protected]>

- **releasescard:** GitlabCIApi type has the new method getReleaseSummary

Signed-off-by: Manuel Stein <[email protected]>

## [4.0.1](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v4.0.0...v4.0.1) (2023-03-06)

**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-gitlab
Expand Down
2 changes: 1 addition & 1 deletion packages/gitlab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@immobiliarelabs/backstage-plugin-gitlab",
"version": "4.0.1",
"version": "5.0.0-alpha.0",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit 3e3ad4e

Please sign in to comment.