Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release-v2.7.4 #3555

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
[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
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client-frameworks-support/testing-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"microfrontends",
"testing"
],
"version": "2.7.3",
"version": "2.7.4",
"engines": {
"node": ">=18"
}
Expand Down
2 changes: 1 addition & 1 deletion client/public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"micro-frontends",
"microfrontends"
],
"version": "2.7.3"
"version": "2.7.4"
}
2 changes: 1 addition & 1 deletion core/public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"micro-frontends",
"microfrontends"
],
"version": "2.7.3"
"version": "2.7.4"
}
2 changes: 1 addition & 1 deletion core/public_root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"micro-frontends",
"microfrontends"
],
"version": "2.7.3"
"version": "2.7.4"
}
2 changes: 1 addition & 1 deletion plugins/auth/public/auth-oauth2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"oauth2",
"provider"
],
"version": "2.7.3"
"version": "2.7.4"
}
2 changes: 1 addition & 1 deletion plugins/auth/public/auth-oidc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"openid connect",
"provider"
],
"version": "2.7.3"
"version": "2.7.4"
}