From 4c0386d9a2744316fdcc24528559915c325e1462 Mon Sep 17 00:00:00 2001 From: Johannes Doberer Date: Thu, 22 Aug 2024 13:02:07 +0200 Subject: [PATCH] release-v2.14.3 (#3863) --- CHANGELOG.md | 12 +++++++++++- .../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, 21 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b334d526..386c012243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,15 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec --> +## [v2.14.3] (2024-08-22) + +#### :bug: Fixed +* [#3841](https://github.com/SAP/luigi/pull/3841) Fix css issues for btptool layout ([@JohannesDoberer](https://github.com/JohannesDoberer)) + + + + + ## [v2.14.2] (2024-08-01) #### :bug: Fixed @@ -1833,4 +1842,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec [v2.13.0]: https://github.com/SAP/luigi/compare/v2.12.0...v2.13.0 [v2.14.0]: https://github.com/SAP/luigi/compare/v2.13.0...v2.14.0 [v2.14.1]: https://github.com/SAP/luigi/compare/v2.14.0...v2.14.1 -[v2.14.2]: https://github.com/SAP/luigi/compare/v2.14.1...v2.14.2 \ No newline at end of file +[v2.14.2]: https://github.com/SAP/luigi/compare/v2.14.1...v2.14.2 +[v2.14.3]: https://github.com/SAP/luigi/compare/v2.14.2...v2.14.3 \ 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 5ccbe44d5b..59e5639497 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.14.2" + "version": "2.14.3" } \ 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 90e86e00eb..64bd45cf87 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.14.2", + "version": "2.14.3", "engines": { "node": ">=18" } diff --git a/client-frameworks-support/testing-utilities/package-lock.json b/client-frameworks-support/testing-utilities/package-lock.json index 31b1c33228..48ccc20ef1 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.14.2", + "version": "2.14.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@luigi-project/testing-utilities", - "version": "2.14.2", + "version": "2.14.3", "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 9b27cb174b..00fced5f8b 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.14.2", + "version": "2.14.3", "engines": { "node": ">=18" } diff --git a/client/public/package.json b/client/public/package.json index be4d5ec97e..29a22e123c 100644 --- a/client/public/package.json +++ b/client/public/package.json @@ -17,5 +17,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.14.2" + "version": "2.14.3" } \ No newline at end of file diff --git a/core/public/package.json b/core/public/package.json index ec46b77366..5c56ddd0a3 100644 --- a/core/public/package.json +++ b/core/public/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.14.2" + "version": "2.14.3" } \ No newline at end of file diff --git a/core/public_root/package.json b/core/public_root/package.json index ec46b77366..5c56ddd0a3 100644 --- a/core/public_root/package.json +++ b/core/public_root/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.14.2" + "version": "2.14.3" } \ 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 3a6fd8e050..6ff4eba772 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.14.2" + "version": "2.14.3" } \ 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 95016a2cdb..0ee88dd14f 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.14.2" + "version": "2.14.3" } \ No newline at end of file