Skip to content

Commit 69c0e33

Browse files
committed
chore(release): publish
1 parent 4aab7c1 commit 69c0e33

File tree

6 files changed

+15
-3
lines changed

6 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v4.3.1-alpha.0...v4.3.1) (2024-10-18)
7+
8+
**Note:** Version bump only for package root
9+
610
## [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)
711

812
### Bug Fixes

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

packages/ldap-auth-backend/CHANGELOG.md

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

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

packages/ldap-auth-backend/package.json

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

packages/ldap-auth/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v4.3.1-alpha.0...v4.3.1) (2024-10-18)
7+
8+
**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-ldap-auth
9+
610
## [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)
711

812
### Bug Fixes

packages/ldap-auth/package.json

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

0 commit comments

Comments
 (0)