Skip to content

Commit f82dd14

Browse files
committed
chore(prerelease): publish
1 parent 6477aeb commit f82dd14

File tree

6 files changed

+23
-3
lines changed

6 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
# [6.6.0-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.5.1...v6.6.0-alpha.0) (2024-07-23)
7+
8+
### Features
9+
10+
- bump dependencies to 1.29.1 ([d481b34](https://github.com/immobiliare/backstage-plugin-gitlab/commit/d481b344bdd06c0ca6b9dff02931883a6c1a2466))
11+
- **readme:** ✨ adds partial support for GLFM ([bfce13b](https://github.com/immobiliare/backstage-plugin-gitlab/commit/bfce13b0eed2b4a42a1b68d62906074f71628d92))
12+
613
## [6.5.1](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.5.1-alpha.0...v6.5.1) (2024-05-16)
714

815
**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": "6.5.1"
4+
"version": "6.6.0-alpha.0"
55
}

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+
# [6.6.0-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.5.1...v6.6.0-alpha.0) (2024-07-23)
7+
8+
### Features
9+
10+
- bump dependencies to 1.29.1 ([d481b34](https://github.com/immobiliare/backstage-plugin-gitlab/commit/d481b344bdd06c0ca6b9dff02931883a6c1a2466))
11+
612
## [6.5.1](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.5.1-alpha.0...v6.5.1) (2024-05-16)
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": "6.5.1",
3+
"version": "6.6.0-alpha.0",
44
"main": "dist/index.cjs.js",
55
"types": "dist/index.d.ts",
66
"license": "Apache-2.0",

packages/gitlab/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
# [6.6.0-alpha.0](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.5.1...v6.6.0-alpha.0) (2024-07-23)
7+
8+
### Features
9+
10+
- bump dependencies to 1.29.1 ([d481b34](https://github.com/immobiliare/backstage-plugin-gitlab/commit/d481b344bdd06c0ca6b9dff02931883a6c1a2466))
11+
- **readme:** ✨ adds partial support for GLFM ([bfce13b](https://github.com/immobiliare/backstage-plugin-gitlab/commit/bfce13b0eed2b4a42a1b68d62906074f71628d92))
12+
613
## [6.5.1](https://github.com/immobiliare/backstage-plugin-gitlab/compare/v6.5.1-alpha.0...v6.5.1) (2024-05-16)
714

815
**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": "6.5.1",
3+
"version": "6.6.0-alpha.0",
44
"main": "dist/index.esm.js",
55
"types": "dist/index.d.ts",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)