diff --git a/CHANGELOG.md b/CHANGELOG.md index 11128172..820318c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v1.0.0-alpha.1...v1.0.0) (2022-09-05) + + +### Features + +* added custom validate functions ([8994ec4](https://github.com/immobiliare/backstage-plugin-ldap-auth/commit/8994ec4cdee76a617b53e6c585367604ea1041a3)) +* **frontend:** added helperText ([3060996](https://github.com/immobiliare/backstage-plugin-ldap-auth/commit/30609964082f8de9496eb75d9216b70da860aac0)) + + + + + # [1.0.0-alpha.1](https://github.com/immobiliare/backstage-ldap-auth/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2022-08-26) **Note:** Version bump only for package @immobiliarelabs/backstage-plugin-ldap-auth diff --git a/lerna.json b/lerna.json index 7976ecdd..ff7c1cda 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "useNx": true, "useWorkspaces": true, "npmClient": "yarn", - "version": "1.0.0-alpha.1" + "version": "1.0.0" } diff --git a/packages/ldap-auth-backend/CHANGELOG.md b/packages/ldap-auth-backend/CHANGELOG.md index f524c421..22caa039 100644 --- a/packages/ldap-auth-backend/CHANGELOG.md +++ b/packages/ldap-auth-backend/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v1.0.0-alpha.1...v1.0.0) (2022-09-05) + +**Note:** Version bump only for package @immobiliarelabs/backstage-plugin-ldap-auth-backend + + + + + # [1.0.0-alpha.1](https://github.com/immobiliare/backstage-ldap-auth/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2022-08-26) **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 2c3eb8dc..3a93e858 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": "1.0.0-alpha.1", + "version": "1.0.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 11128172..820318c6 100644 --- a/packages/ldap-auth/CHANGELOG.md +++ b/packages/ldap-auth/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v1.0.0-alpha.1...v1.0.0) (2022-09-05) + + +### Features + +* added custom validate functions ([8994ec4](https://github.com/immobiliare/backstage-plugin-ldap-auth/commit/8994ec4cdee76a617b53e6c585367604ea1041a3)) +* **frontend:** added helperText ([3060996](https://github.com/immobiliare/backstage-plugin-ldap-auth/commit/30609964082f8de9496eb75d9216b70da860aac0)) + + + + + # [1.0.0-alpha.1](https://github.com/immobiliare/backstage-ldap-auth/compare/v1.0.0-alpha.0...v1.0.0-alpha.1) (2022-08-26) **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 d91e981d..5b2c45bc 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": "1.0.0-alpha.1", + "version": "1.0.0", "main": "dist/index.esm.js", "types": "dist/index.d.ts", "license": "MIT",