Skip to content

Commit

Permalink
Release-v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer committed Sep 22, 2023
1 parent c023d23 commit 0994cfa
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 10 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
-->


## [v2.6.1] (2023-09-22)

#### :bug: Fixed
* [#3444](https://github.com/SAP/luigi/pull/3444) Fix path in updateModalSettings ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#3443](https://github.com/SAP/luigi/pull/3443) Fix runtime error for wc ([@JohannesDoberer](https://github.com/JohannesDoberer))






## [v2.6.0] (2023-09-20)

#### :rocket: Added
Expand Down Expand Up @@ -1612,4 +1623,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
[v2.4.0]: https://github.com/SAP/luigi/compare/v2.3.0...v2.4.0
[v2.5.0]: https://github.com/SAP/luigi/compare/v2.4.0...v2.5.0
[v2.5.1]: https://github.com/SAP/luigi/compare/v2.5.0...v2.5.1
[v2.6.0]: https://github.com/SAP/luigi/compare/v2.5.1...v2.6.0
[v2.6.0]: https://github.com/SAP/luigi/compare/v2.5.1...v2.6.0
[v2.6.1]: https://github.com/SAP/luigi/compare/v2.6.0...v2.6.1
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.6.0"
"version": "2.6.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 @@ -29,7 +29,7 @@
"microfrontends",
"testing"
],
"version": "2.6.0",
"version": "2.6.1",
"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.6.0"
"version": "2.6.1"
}
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.6.0"
"version": "2.6.1"
}
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.6.0"
"version": "2.6.1"
}
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.6.0"
"version": "2.6.1"
}
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.6.0"
"version": "2.6.1"
}

0 comments on commit 0994cfa

Please sign in to comment.