From faf100917e9af30bdd65d15c5e0036ae59bb00bf Mon Sep 17 00:00:00 2001 From: Johannes Doberer Date: Thu, 16 Jan 2025 18:08:30 +0100 Subject: [PATCH] release-v2.19.2 (#4116) --- CHANGELOG.md | 10 +++++++++- .../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, 19 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a8094b2f5..70d8e1d562 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,13 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec --> +## [v2.19.2] (2025-01-16) + +#### :bug: Fixed +* [#4114](https://github.com/SAP/luigi/pull/4114) switch visibility of usersettings entry after prep of all data ([@hardl](https://github.com/hardl)) + + + ## [v2.19.1] (2025-01-16) #### :bug: Fixed @@ -1946,4 +1953,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec [v2.18.2]: https://github.com/SAP/luigi/compare/v2.18.1...v2.18.2 [v2.18.3]: https://github.com/SAP/luigi/compare/v2.18.2...v2.18.3 [v2.19.0]: https://github.com/SAP/luigi/compare/v2.18.3...v2.19.0 -[v2.19.1]: https://github.com/SAP/luigi/compare/v2.19.0...v2.19.1 \ No newline at end of file +[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 \ 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 0b84f9f215..752d053a95 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.19.1" + "version": "2.19.2" } \ 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 67edb2b3e5..d06daf5178 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.19.1", + "version": "2.19.2", "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 e242374b9a..af63095d45 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.19.1", + "version": "2.19.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@luigi-project/testing-utilities", - "version": "2.19.1", + "version": "2.19.2", "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 0b64d8160a..39e87766e8 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.19.1", + "version": "2.19.2", "engines": { "node": ">=18.19.1" } diff --git a/client/public/package.json b/client/public/package.json index a4d11e6547..97c5ebf3f3 100644 --- a/client/public/package.json +++ b/client/public/package.json @@ -17,5 +17,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.19.1" + "version": "2.19.2" } \ No newline at end of file diff --git a/core/public/package.json b/core/public/package.json index 4dfd4638ce..db10cb490d 100644 --- a/core/public/package.json +++ b/core/public/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.19.1" + "version": "2.19.2" } \ No newline at end of file diff --git a/core/public_root/package.json b/core/public_root/package.json index 4dfd4638ce..db10cb490d 100644 --- a/core/public_root/package.json +++ b/core/public_root/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.19.1" + "version": "2.19.2" } \ 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 79f7cb3f31..09f3043482 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.19.1" + "version": "2.19.2" } \ 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 15efb53077..06c4da457f 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.19.1" + "version": "2.19.2" } \ No newline at end of file