Skip to content

Commit

Permalink
Merge 'main' into 'next' [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
simonecorsi authored Jul 23, 2024
2 parents f2f6724 + ca07eef commit 0309d64
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "yarn",
"version": "4.3.0-alpha.1"
"version": "4.3.0"
}
4 changes: 4 additions & 0 deletions packages/ldap-auth-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "4.3.0-alpha.1",
"version": "4.3.0",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions packages/ldap-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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": "4.3.0-alpha.1",
"version": "4.3.0",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit 0309d64

Please sign in to comment.