Skip to content

Commit

Permalink
Release v1.20.1 (SAP#2494)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Jan 21, 2022
1 parent da3f867 commit 940d90e
Show file tree
Hide file tree
Showing 11 changed files with 66 additions and 207 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
-->


## [v1.20.1] (2022-01-21)

#### :bug: Fixed
* [#2483](https://github.com/SAP/luigi/pull/2483) Escaping helpers improvement and config fix of e2e app ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#2475](https://github.com/SAP/luigi/pull/2475) Fix - getCoreSearchParams should not return undefined ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#2424](https://github.com/SAP/luigi/pull/2424) Fixed navigation flyout styles CSS variables ([@rafalgamon](https://github.com/rafalgamon))
* [#2474](https://github.com/SAP/luigi/pull/2474) Style active node in ShellBar ([@UlianaMunich](https://github.com/UlianaMunich))
* [#2472](https://github.com/SAP/luigi/pull/2472) Node params are not deleted ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#2466](https://github.com/SAP/luigi/pull/2466) Proper styling for App Switcher with one entity ([@UlianaMunich](https://github.com/UlianaMunich))
* [#2467](https://github.com/SAP/luigi/pull/2467) Oidc mockserver fix ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#2469](https://github.com/SAP/luigi/pull/2469) Fixed additional sap icon fonts ([@JohannesDoberer](https://github.com/JohannesDoberer))


## [v1.20.0] (2021-12-23)

#### :rocket: Added
Expand Down Expand Up @@ -1300,4 +1313,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
[v1.18.0]: https://github.com/SAP/luigi/compare/v1.17.0...v1.18.0
[v1.18.1]: https://github.com/SAP/luigi/compare/v1.18.0...v1.18.1
[v1.19.0]: https://github.com/SAP/luigi/compare/v1.18.1...v1.19.0
[v1.20.0]: https://github.com/SAP/luigi/compare/v1.19.0...v1.20.0
[v1.20.0]: https://github.com/SAP/luigi/compare/v1.19.0...v1.20.0
[v1.20.1]: https://github.com/SAP/luigi/compare/v1.20.0...v1.20.1
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"devDependencies": {
"@luigi-project/client": "^1.5.0"
},
"version": "1.20.0"
"version": "1.20.1"
}
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 @@ -31,5 +31,5 @@
"microfrontends",
"testing"
],
"version": "1.20.0"
"version": "1.20.1"
}
Loading

0 comments on commit 940d90e

Please sign in to comment.