Skip to content

Commit c27f311

Browse files
committed
chore(release): publish
1 parent f825180 commit c27f311

File tree

6 files changed

+15
-3
lines changed

6 files changed

+15
-3
lines changed

CHANGELOG.md

+4
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.2.0](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v4.2.0-alpha.0...v4.2.0) (2024-03-26)
7+
8+
**Note:** Version bump only for package root
9+
610
# [4.2.0-alpha.0](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v4.1.0...v4.2.0-alpha.0) (2024-03-25)
711

812
### Features

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useNx": true,
44
"npmClient": "yarn",
5-
"version": "4.2.0-alpha.0"
5+
"version": "4.2.0"
66
}

packages/ldap-auth-backend/CHANGELOG.md

+4
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.2.0](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v4.2.0-alpha.0...v4.2.0) (2024-03-26)
7+
8+
**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-ldap-auth-backend
9+
610
# [4.2.0-alpha.0](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v4.1.0...v4.2.0-alpha.0) (2024-03-25)
711

812
### Features

packages/ldap-auth-backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@immobiliarelabs/backstage-plugin-ldap-auth-backend",
33
"description": "Backstage LDAP Authentication plugin, this packages adds backend authentication and token generation/validation/management; sibling of @immobiliarelabs/backstage-plugin-ldap-auth",
4-
"version": "4.2.0-alpha.0",
4+
"version": "4.2.0",
55
"main": "dist/index.cjs.js",
66
"types": "dist/index.d.ts",
77
"license": "MIT",

packages/ldap-auth/CHANGELOG.md

+4
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.2.0](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v4.2.0-alpha.0...v4.2.0) (2024-03-26)
7+
8+
**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-ldap-auth
9+
610
# [4.2.0-alpha.0](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v4.1.0...v4.2.0-alpha.0) (2024-03-25)
711

812
### Features

packages/ldap-auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@immobiliarelabs/backstage-plugin-ldap-auth",
33
"description": "Backstage LDAP Authentication plugin, this packages adds frontend login page and token management sibling of @immobiliarelabs/backstage-plugin-ldap-auth-backend",
4-
"version": "4.2.0-alpha.0",
4+
"version": "4.2.0",
55
"main": "dist/index.esm.js",
66
"types": "dist/index.d.ts",
77
"license": "MIT",

0 commit comments

Comments
 (0)