Skip to content

Commit

Permalink
release v2.14.1 (#3817)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Jul 11, 2024
1 parent 664f9d1 commit 9b8a364
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 11 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
-->


## [v2.14.1] (2024-07-11)

#### :bug: Fixed
* [#3812](https://github.com/SAP/luigi/pull/3812) keepPrevious in client ts declaration ([@JohannesDoberer](https://github.com/JohannesDoberer))






## [v2.14.0] (2024-07-03)

#### :rocket: Added
Expand Down Expand Up @@ -1812,4 +1822,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
[v2.11.0]: https://github.com/SAP/luigi/compare/v2.10.0...v2.11.0
[v2.12.0]: https://github.com/SAP/luigi/compare/v2.11.0...v2.12.0
[v2.13.0]: https://github.com/SAP/luigi/compare/v2.12.0...v2.13.0
[v2.14.0]: https://github.com/SAP/luigi/compare/v2.13.0...v2.14.0
[v2.14.0]: https://github.com/SAP/luigi/compare/v2.13.0...v2.14.0
[v2.14.1]: https://github.com/SAP/luigi/compare/v2.14.0...v2.14.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.14.0"
"version": "2.14.1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"microfrontends",
"testing"
],
"version": "2.14.0",
"version": "2.14.1",
"engines": {
"node": ">=18"
}
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.14.0",
"version": "2.14.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.14.0"
"version": "2.14.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.14.0"
"version": "2.14.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.14.0"
"version": "2.14.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.14.0"
"version": "2.14.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.14.0"
"version": "2.14.1"
}

0 comments on commit 9b8a364

Please sign in to comment.