From 74513f241b5f6e5595ce18ed13623f1d270c180b Mon Sep 17 00:00:00 2001 From: Johannes Doberer Date: Tue, 4 Mar 2025 14:03:28 +0100 Subject: [PATCH] release-v2.21.1 (#4175) --- CHANGELOG.md | 13 ++++++++++++- .../projects/client-support-angular/package.json | 2 +- .../testing-utilities/dist/package.json | 2 +- .../testing-utilities/package-lock.json | 4 ++-- .../testing-utilities/package.json | 2 +- client/public/package.json | 2 +- core/public/package.json | 2 +- core/public_root/package.json | 2 +- plugins/auth/public/auth-oauth2/package.json | 2 +- plugins/auth/public/auth-oidc/package.json | 2 +- 10 files changed, 22 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 349552e1ea..313dd20f84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,16 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec --> +## [v2.21.1] (2025-03-04) + +#### :bug: Fixed +* [#4173](https://github.com/SAP/luigi/pull/4173) Bug fix: User menu stays open when not clicking on action items. ([@JohannesDoberer](https://github.com/JohannesDoberer)) + + + + + + ## [v2.21.0] (2025-02-27) #### :rocket: Added @@ -1983,4 +1993,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec [v2.19.1]: https://github.com/SAP/luigi/compare/v2.19.0...v2.19.1 [v2.19.2]: https://github.com/SAP/luigi/compare/v2.19.1...v2.19.2 [v2.20.0]: https://github.com/SAP/luigi/compare/v2.19.2...v2.20.0 -[v2.21.0]: https://github.com/SAP/luigi/compare/v2.20.0...v2.21.0 \ No newline at end of file +[v2.21.0]: https://github.com/SAP/luigi/compare/v2.20.0...v2.21.0 +[v2.21.1]: https://github.com/SAP/luigi/compare/v2.21.0...v2.21.1 \ No newline at end of file diff --git a/client-frameworks-support/client-support-angular/projects/client-support-angular/package.json b/client-frameworks-support/client-support-angular/projects/client-support-angular/package.json index 2971d49011..60efd9b8f9 100644 --- a/client-frameworks-support/client-support-angular/projects/client-support-angular/package.json +++ b/client-frameworks-support/client-support-angular/projects/client-support-angular/package.json @@ -22,5 +22,5 @@ "@luigi-project/client": "^2.0.0", "@luigi-project/testing-utilities": "^2.0.0" }, - "version": "2.21.0" + "version": "2.21.1" } \ No newline at end of file diff --git a/client-frameworks-support/testing-utilities/dist/package.json b/client-frameworks-support/testing-utilities/dist/package.json index b79f9701e2..2534252f2f 100644 --- a/client-frameworks-support/testing-utilities/dist/package.json +++ b/client-frameworks-support/testing-utilities/dist/package.json @@ -19,7 +19,7 @@ "microfrontends", "testing" ], - "version": "2.21.0", + "version": "2.21.1", "engines": { "node": ">=18.19.1" } diff --git a/client-frameworks-support/testing-utilities/package-lock.json b/client-frameworks-support/testing-utilities/package-lock.json index ce6ad25444..5d7534805a 100644 --- a/client-frameworks-support/testing-utilities/package-lock.json +++ b/client-frameworks-support/testing-utilities/package-lock.json @@ -1,12 +1,12 @@ { "name": "@luigi-project/testing-utilities", - "version": "2.21.0", + "version": "2.21.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@luigi-project/testing-utilities", - "version": "2.21.0", + "version": "2.21.1", "license": "Apache-2.0", "devDependencies": { "ncp": "^2.0.0", diff --git a/client-frameworks-support/testing-utilities/package.json b/client-frameworks-support/testing-utilities/package.json index a321255f45..0fd7848a2b 100644 --- a/client-frameworks-support/testing-utilities/package.json +++ b/client-frameworks-support/testing-utilities/package.json @@ -29,7 +29,7 @@ "microfrontends", "testing" ], - "version": "2.21.0", + "version": "2.21.1", "engines": { "node": ">=18.19.1" } diff --git a/client/public/package.json b/client/public/package.json index ad197fb70b..a9449e10d6 100644 --- a/client/public/package.json +++ b/client/public/package.json @@ -17,5 +17,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.21.0" + "version": "2.21.1" } \ No newline at end of file diff --git a/core/public/package.json b/core/public/package.json index 0aa164135d..ca97ca3ff4 100644 --- a/core/public/package.json +++ b/core/public/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.21.0" + "version": "2.21.1" } \ No newline at end of file diff --git a/core/public_root/package.json b/core/public_root/package.json index 0aa164135d..ca97ca3ff4 100644 --- a/core/public_root/package.json +++ b/core/public_root/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.21.0" + "version": "2.21.1" } \ No newline at end of file diff --git a/plugins/auth/public/auth-oauth2/package.json b/plugins/auth/public/auth-oauth2/package.json index 54d4de6ab2..3beb3d817d 100644 --- a/plugins/auth/public/auth-oauth2/package.json +++ b/plugins/auth/public/auth-oauth2/package.json @@ -16,5 +16,5 @@ "oauth2", "provider" ], - "version": "2.21.0" + "version": "2.21.1" } \ No newline at end of file diff --git a/plugins/auth/public/auth-oidc/package.json b/plugins/auth/public/auth-oidc/package.json index 499a5e3f00..3a6ad51a3e 100644 --- a/plugins/auth/public/auth-oidc/package.json +++ b/plugins/auth/public/auth-oidc/package.json @@ -17,5 +17,5 @@ "openid connect", "provider" ], - "version": "2.21.0" + "version": "2.21.1" } \ No newline at end of file