diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ed114a6..327da215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +# [4.1.0-alpha.0](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v4.0.0...v4.1.0-alpha.0) (2024-03-05) + +### Features + +- support for new backend system ([d711af4](https://github.com/immobiliare/backstage-plugin-ldap-auth/commit/d711af4ef7f5a95f9d53fbea8c5f67d0583fd0f3)) + # [4.0.0](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v4.0.0-alpha.0...v4.0.0) (2023-09-22) **Note:** Version bump only for package root diff --git a/lerna.json b/lerna.json index 102db993..9b8e392d 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useNx": true, "npmClient": "yarn", - "version": "4.0.0" + "version": "4.1.0-alpha.0" } diff --git a/packages/ldap-auth-backend/CHANGELOG.md b/packages/ldap-auth-backend/CHANGELOG.md index 7bb2f5b9..a9a63b75 100644 --- a/packages/ldap-auth-backend/CHANGELOG.md +++ b/packages/ldap-auth-backend/CHANGELOG.md @@ -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. +# [4.1.0-alpha.0](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v4.0.0...v4.1.0-alpha.0) (2024-03-05) + +### Features + +- support for new backend system ([d711af4](https://github.com/immobiliare/backstage-plugin-ldap-auth/commit/d711af4ef7f5a95f9d53fbea8c5f67d0583fd0f3)) + # [4.0.0](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v4.0.0-alpha.0...v4.0.0) (2023-09-22) **Note:** Version bump only for package @immobiliarelabs/backstage-plugin-ldap-auth-backend diff --git a/packages/ldap-auth-backend/package.json b/packages/ldap-auth-backend/package.json index 63e06b8f..26986fd3 100644 --- a/packages/ldap-auth-backend/package.json +++ b/packages/ldap-auth-backend/package.json @@ -1,7 +1,7 @@ { "name": "@immobiliarelabs/backstage-plugin-ldap-auth-backend", "description": "Backstage LDAP Authentication plugin, this packages adds backend authentication and token generation/validation/management; sibling of @immobiliarelabs/backstage-plugin-ldap-auth", - "version": "4.0.0", + "version": "4.1.0-alpha.0", "main": "dist/index.cjs.js", "types": "dist/index.d.ts", "license": "MIT", diff --git a/packages/ldap-auth/CHANGELOG.md b/packages/ldap-auth/CHANGELOG.md index 87b4d29f..37537967 100644 --- a/packages/ldap-auth/CHANGELOG.md +++ b/packages/ldap-auth/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.1.0-alpha.0](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v4.0.0...v4.1.0-alpha.0) (2024-03-05) + +**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-ldap-auth + # [4.0.0](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v4.0.0-alpha.0...v4.0.0) (2023-09-22) **Note:** Version bump only for package @immobiliarelabs/backstage-plugin-ldap-auth diff --git a/packages/ldap-auth/package.json b/packages/ldap-auth/package.json index c1bd8f4d..051b10d4 100644 --- a/packages/ldap-auth/package.json +++ b/packages/ldap-auth/package.json @@ -1,7 +1,7 @@ { "name": "@immobiliarelabs/backstage-plugin-ldap-auth", "description": "Backstage LDAP Authentication plugin, this packages adds frontend login page and token management sibling of @immobiliarelabs/backstage-plugin-ldap-auth-backend", - "version": "4.0.0", + "version": "4.1.0-alpha.0", "main": "dist/index.esm.js", "types": "dist/index.d.ts", "license": "MIT",