diff --git a/CHANGELOG.md b/CHANGELOG.md index a7bfc1ad47..7b8bfc929d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,18 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec --> +## [v2.7.4] (2023-12-04) + +#### :bug: Fixed +* [#3554](https://github.com/SAP/luigi/pull/3554) Update modal settings after openNodeInModal ([@JohannesDoberer](https://github.com/JohannesDoberer)) +* [#3553](https://github.com/SAP/luigi/pull/3553) Refresh modal width/height in DOM on modal settings update ([@hardl](https://github.com/hardl)) +* [#3552](https://github.com/SAP/luigi/pull/3552) Fix potential race condition in init phase of compound mfe ([@hardl](https://github.com/hardl)) + + + + + + ## [v2.7.3] (2023-11-30) #### :bug: Fixed @@ -1688,4 +1700,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec [v2.7.0]: https://github.com/SAP/luigi/compare/v2.6.3...v2.7.0 [v2.7.1]: https://github.com/SAP/luigi/compare/v2.7.0...v2.7.1 [v2.7.2]: https://github.com/SAP/luigi/compare/v2.7.1...v2.7.2 -[v2.7.3]: https://github.com/SAP/luigi/compare/v2.7.2...v2.7.3 \ No newline at end of file +[v2.7.3]: https://github.com/SAP/luigi/compare/v2.7.2...v2.7.3 +[v2.7.4]: https://github.com/SAP/luigi/compare/v2.7.3...v2.7.4 \ 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 163c98c231..91b525079e 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.7.3" + "version": "2.7.4" } \ No newline at end of file diff --git a/client-frameworks-support/testing-utilities/package-lock.json b/client-frameworks-support/testing-utilities/package-lock.json index 420ac89aca..2ee380f827 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.7.3", + "version": "2.7.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@luigi-project/testing-utilities", - "version": "2.7.3", + "version": "2.7.4", "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 b89dc1521f..f616870c63 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.7.3", + "version": "2.7.4", "engines": { "node": ">=18" } diff --git a/client/public/package.json b/client/public/package.json index 34f445b812..272fe96cc0 100644 --- a/client/public/package.json +++ b/client/public/package.json @@ -17,5 +17,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.7.3" + "version": "2.7.4" } \ No newline at end of file diff --git a/core/public/package.json b/core/public/package.json index dc9b2d146c..040bbc54da 100644 --- a/core/public/package.json +++ b/core/public/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.7.3" + "version": "2.7.4" } \ No newline at end of file diff --git a/core/public_root/package.json b/core/public_root/package.json index dc9b2d146c..040bbc54da 100644 --- a/core/public_root/package.json +++ b/core/public_root/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.7.3" + "version": "2.7.4" } \ 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 0b26f7edf9..cbe0db5fd6 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.7.3" + "version": "2.7.4" } \ 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 0cb8d170ec..a9ce89ff72 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.7.3" + "version": "2.7.4" } \ No newline at end of file