Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
simonecorsi committed Sep 5, 2022
1 parent 6dc00dd commit b61ff56
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"useNx": true,
"useWorkspaces": true,
"npmClient": "yarn",
"version": "1.0.1"
"version": "1.0.2"
}
11 changes: 11 additions & 0 deletions packages/ldap-auth-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ldap-auth-backend/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/ldap-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/ldap-auth/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b61ff56

Please sign in to comment.