Skip to content

Commit

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

# [6.5.0-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.4.1-alpha.0...v6.5.0-alpha.0) (2024-04-11)

### Features

- added oauth authorization ([db52779](https://github.com/immobiliare/backstage-plugin-gitlab/commit/db52779ad4e3ada17718a61792f25fca7298aa3d))
- **immobiliare/backstage-plugin-gitlab#425:** Added an empty release card when no releases are found ([d6a6580](https://github.com/immobiliare/backstage-plugin-gitlab/commit/d6a65807b9f998842b008fd625602d79eb14e9ce)), closes [immobiliare/backstage-plugin-gitlab#425](https://github.com/immobiliare/backstage-plugin-gitlab/issues/425)
- **immobiliare/backstage-plugin-gitlab#425:** Removed some auto linting of md files ([b64a37e](https://github.com/immobiliare/backstage-plugin-gitlab/commit/b64a37e8a6156a87e89e6b48e4daaed2d2a094fa)), closes [immobiliare/backstage-plugin-gitlab#425](https://github.com/immobiliare/backstage-plugin-gitlab/issues/425)

## [6.4.1-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.4.0...v6.4.1-alpha.0) (2024-02-08)

**Note:** Version bump only for package root
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": "6.4.1-alpha.0"
"version": "6.5.0-alpha.0"
}
6 changes: 6 additions & 0 deletions packages/gitlab-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.5.0-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.4.1-alpha.0...v6.5.0-alpha.0) (2024-04-11)

### Features

- added oauth authorization ([db52779](https://github.com/immobiliare/backstage-plugin-gitlab/commit/db52779ad4e3ada17718a61792f25fca7298aa3d))

## [6.4.1-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.4.0...v6.4.1-alpha.0) (2024-02-08)

**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-gitlab-backend
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": "6.4.1-alpha.0",
"version": "6.5.0-alpha.0",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/gitlab/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.5.0-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.4.1-alpha.0...v6.5.0-alpha.0) (2024-04-11)

### Features

- added oauth authorization ([db52779](https://github.com/immobiliare/backstage-plugin-gitlab/commit/db52779ad4e3ada17718a61792f25fca7298aa3d))
- **immobiliare/backstage-plugin-gitlab#425:** Added an empty release card when no releases are found ([d6a6580](https://github.com/immobiliare/backstage-plugin-gitlab/commit/d6a65807b9f998842b008fd625602d79eb14e9ce)), closes [immobiliare/backstage-plugin-gitlab#425](https://github.com/immobiliare/backstage-plugin-gitlab/issues/425)

## [6.4.1-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.4.0...v6.4.1-alpha.0) (2024-02-08)

**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": "6.4.1-alpha.0",
"version": "6.5.0-alpha.0",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down

0 comments on commit b69f309

Please sign in to comment.