Skip to content

Commit 536fe91

Browse files
committed
chore(prerelease): publish
1 parent bf17557 commit 536fe91

File tree

6 files changed

+19
-3
lines changed

6 files changed

+19
-3
lines changed

CHANGELOG.md

+6
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.3.1-alpha.0](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v4.3.0...v4.3.1-alpha.0) (2024-10-18)
7+
8+
### Bug Fixes
9+
10+
- password printed in console ([e58c353](https://github.com/immobiliare/backstage-plugin-ldap-auth/commit/e58c3539a784909284f56b91740720f95b43f61f))
11+
612
# [4.3.0](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v4.3.0-alpha.1...v4.3.0) (2024-07-23)
713

814
**Note:** Version bump only for package root

lerna.json

+1-1
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": "4.3.0"
4+
"version": "4.3.1-alpha.0"
55
}

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.3.1-alpha.0](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v4.3.0...v4.3.1-alpha.0) (2024-10-18)
7+
8+
**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-ldap-auth-backend
9+
610
# [4.3.0](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v4.3.0-alpha.1...v4.3.0) (2024-07-23)
711

812
**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-ldap-auth-backend

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.3.0",
4+
"version": "4.3.1-alpha.0",
55
"main": "dist/index.cjs.js",
66
"types": "dist/index.d.ts",
77
"license": "MIT",

packages/ldap-auth/CHANGELOG.md

+6
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.3.1-alpha.0](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v4.3.0...v4.3.1-alpha.0) (2024-10-18)
7+
8+
### Bug Fixes
9+
10+
- password printed in console ([e58c353](https://github.com/immobiliare/backstage-plugin-ldap-auth/commit/e58c3539a784909284f56b91740720f95b43f61f))
11+
612
# [4.3.0](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v4.3.0-alpha.1...v4.3.0) (2024-07-23)
713

814
**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-ldap-auth

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.3.0",
4+
"version": "4.3.1-alpha.0",
55
"main": "dist/index.esm.js",
66
"types": "dist/index.d.ts",
77
"license": "MIT",

0 commit comments

Comments
 (0)