diff --git a/CHANGELOG.md b/CHANGELOG.md index b257bdc4..6ab2963e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.2](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v1.0.1...v1.0.2) (2022-09-05) + + +### Bug Fixes + +* package.json repository field ([6dc00dd](https://github.com/immobiliare/backstage-plugin-ldap-auth/commit/6dc00dd26eb1d81c3ddc9b354faa7fedd21b49aa)) + + + + + ## [1.0.1](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v1.0.0...v1.0.1) (2022-09-05) diff --git a/lerna.json b/lerna.json index d4653b1f..1ffdf1f7 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "useNx": true, "useWorkspaces": true, "npmClient": "yarn", - "version": "1.0.1" + "version": "1.0.2" } diff --git a/packages/ldap-auth-backend/CHANGELOG.md b/packages/ldap-auth-backend/CHANGELOG.md index 973d2d0c..2b8c852c 100644 --- a/packages/ldap-auth-backend/CHANGELOG.md +++ b/packages/ldap-auth-backend/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.2](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v1.0.1...v1.0.2) (2022-09-05) + + +### Bug Fixes + +* package.json repository field ([6dc00dd](https://github.com/immobiliare/backstage-plugin-ldap-auth/commit/6dc00dd26eb1d81c3ddc9b354faa7fedd21b49aa)) + + + + + ## [1.0.1](https://github.com/simonecorsi/backstage-plugin-ldap-auth/compare/v1.0.0...v1.0.1) (2022-09-05) **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 649c6beb..b4b80d0b 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.1", + "version": "1.0.2", "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 02702746..432aea93 100644 --- a/packages/ldap-auth/CHANGELOG.md +++ b/packages/ldap-auth/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.2](https://github.com/immobiliare/backstage-plugin-ldap-auth/compare/v1.0.1...v1.0.2) (2022-09-05) + + +### Bug Fixes + +* package.json repository field ([6dc00dd](https://github.com/immobiliare/backstage-plugin-ldap-auth/commit/6dc00dd26eb1d81c3ddc9b354faa7fedd21b49aa)) + + + + + ## [1.0.1](https://github.com/simonecorsi/backstage-plugin-ldap-auth/compare/v1.0.0...v1.0.1) (2022-09-05) diff --git a/packages/ldap-auth/package.json b/packages/ldap-auth/package.json index c72f8fa7..45aadbfa 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.1", + "version": "1.0.2", "main": "dist/index.esm.js", "types": "dist/index.d.ts", "license": "MIT",