diff --git a/CHANGELOG.md b/CHANGELOG.md index f7eb1e62..58915f79 100644 --- a/CHANGELOG.md +++ b/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.3.0](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v4.3.0-alpha.1...v4.3.0) (2024-07-23) + +**Note:** Version bump only for package root + # [4.3.0-alpha.1](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v4.3.0-alpha.0...v4.3.0-alpha.1) (2024-07-23) ### Bug Fixes diff --git a/lerna.json b/lerna.json index a032ac97..0eda7531 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "yarn", - "version": "4.3.0-alpha.1" + "version": "4.3.0" } diff --git a/packages/ldap-auth-backend/CHANGELOG.md b/packages/ldap-auth-backend/CHANGELOG.md index df589bad..26e18e58 100644 --- a/packages/ldap-auth-backend/CHANGELOG.md +++ b/packages/ldap-auth-backend/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.3.0](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v4.3.0-alpha.1...v4.3.0) (2024-07-23) + +**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-ldap-auth-backend + # [4.3.0-alpha.1](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v4.3.0-alpha.0...v4.3.0-alpha.1) (2024-07-23) ### Bug Fixes diff --git a/packages/ldap-auth-backend/package.json b/packages/ldap-auth-backend/package.json index 55b2a518..aa1ee127 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.3.0-alpha.1", + "version": "4.3.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 36d54db5..f969b659 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.3.0](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v4.3.0-alpha.1...v4.3.0) (2024-07-23) + +**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-ldap-auth + # [4.3.0-alpha.1](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v4.3.0-alpha.0...v4.3.0-alpha.1) (2024-07-23) ### Bug Fixes diff --git a/packages/ldap-auth/package.json b/packages/ldap-auth/package.json index 117c5630..539ad151 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.3.0-alpha.1", + "version": "4.3.0", "main": "dist/index.esm.js", "types": "dist/index.d.ts", "license": "MIT",