Skip to content

Commit

Permalink
release-v2.20.0 (#4153)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Feb 19, 2025
1 parent 9f3f2c4 commit 7aec87a
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 11 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
-->


## [v2.20.0] (2025-02-18)

#### :rocket: Added
* [#4144](https://github.com/SAP/luigi/pull/4144) Angular 19 support for client-support-angular library ([@walmazacn](https://github.com/walmazacn))
* [#4137](https://github.com/SAP/luigi/pull/4137) Appswitcher enhancements ([@hardl](https://github.com/hardl))

#### :bug: Fixed
* [#4149](https://github.com/SAP/luigi/pull/4149) Filter out empty nav groups ([@hardl](https://github.com/hardl))
* [#4148](https://github.com/SAP/luigi/pull/4148) Fix: Wrong backgroundColor for profile initials ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#4140](https://github.com/SAP/luigi/pull/4140) Accessibility tab order ([@JohannesDoberer](https://github.com/JohannesDoberer))




## [v2.19.2] (2025-01-16)

#### :bug: Fixed
Expand Down Expand Up @@ -1954,4 +1968,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
[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
[v2.19.2]: https://github.com/SAP/luigi/compare/v2.19.1...v2.19.2
[v2.19.2]: https://github.com/SAP/luigi/compare/v2.19.1...v2.19.2
[v2.20.0]: https://github.com/SAP/luigi/compare/v2.19.2...v2.20.0
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.19.2"
"version": "2.20.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"microfrontends",
"testing"
],
"version": "2.19.2",
"version": "2.20.0",
"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.19.2",
"version": "2.20.0",
"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.19.2"
"version": "2.20.0"
}
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.19.2"
"version": "2.20.0"
}
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.19.2"
"version": "2.20.0"
}
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.19.2"
"version": "2.20.0"
}
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.19.2"
"version": "2.20.0"
}

0 comments on commit 7aec87a

Please sign in to comment.