Skip to content

Commit

Permalink
Release v2.18.3 (#4072)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Dec 17, 2024
1 parent 154ecd7 commit 87062a8
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 11 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
-->


## [v2.18.3] (2024-12-17)

#### :bug: Fixed
* [#4071](https://github.com/SAP/luigi/pull/4071) Fixes input focus in search field ([@walmazacn](https://github.com/walmazacn))



## [v2.18.2] (2024-12-16)

#### :bug: Fixed
Expand Down Expand Up @@ -1917,4 +1924,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
[v2.17.0]: https://github.com/SAP/luigi/compare/v2.16.0...v2.17.0
[v2.18.0]: https://github.com/SAP/luigi/compare/v2.17.0...v2.18.0
[v2.18.1]: https://github.com/SAP/luigi/compare/v2.18.0...v2.18.1
[v2.18.2]: https://github.com/SAP/luigi/compare/v2.18.1...v2.18.2
[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
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.18.2"
"version": "2.18.3"
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"microfrontends",
"testing"
],
"version": "2.18.2",
"version": "2.18.3",
"engines": {
"node": ">=18.19.1"
}
Expand Down
4 changes: 2 additions & 2 deletions client-frameworks-support/testing-utilities/package-lock.json

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.18.2",
"version": "2.18.3",
"engines": {
"node": ">=18.19.1"
}
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.18.2"
"version": "2.18.3"
}
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.18.2"
"version": "2.18.3"
}
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.18.2"
"version": "2.18.3"
}
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.18.2"
"version": "2.18.3"
}
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.18.2"
"version": "2.18.3"
}

0 comments on commit 87062a8

Please sign in to comment.