diff --git a/CHANGELOG.md b/CHANGELOG.md index f9995d65c4..179e7c20bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 \ No newline at end of file +[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 \ No newline at end of file diff --git a/client-frameworks-support/client-support-angular/projects/client-support-angular/package.json b/client-frameworks-support/client-support-angular/projects/client-support-angular/package.json index 107615c020..0b9751d070 100644 --- a/client-frameworks-support/client-support-angular/projects/client-support-angular/package.json +++ b/client-frameworks-support/client-support-angular/projects/client-support-angular/package.json @@ -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" } \ No newline at end of file diff --git a/client-frameworks-support/testing-utilities/package-lock.json b/client-frameworks-support/testing-utilities/package-lock.json index 49ec19ec8b..0c6b9fed5d 100644 --- a/client-frameworks-support/testing-utilities/package-lock.json +++ b/client-frameworks-support/testing-utilities/package-lock.json @@ -1,12 +1,12 @@ { "name": "@luigi-project/testing-utilities", - "version": "2.6.0", + "version": "2.6.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@luigi-project/testing-utilities", - "version": "2.6.0", + "version": "2.6.1", "license": "Apache-2.0", "devDependencies": { "ncp": "^2.0.0", diff --git a/client-frameworks-support/testing-utilities/package.json b/client-frameworks-support/testing-utilities/package.json index 5d3d25170d..9909df9ab0 100644 --- a/client-frameworks-support/testing-utilities/package.json +++ b/client-frameworks-support/testing-utilities/package.json @@ -29,7 +29,7 @@ "microfrontends", "testing" ], - "version": "2.6.0", + "version": "2.6.1", "engines": { "node": ">=18" } diff --git a/client/public/package.json b/client/public/package.json index f82978db89..d53cf98129 100644 --- a/client/public/package.json +++ b/client/public/package.json @@ -17,5 +17,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.6.0" + "version": "2.6.1" } \ No newline at end of file diff --git a/core/public/package.json b/core/public/package.json index 762687f8ce..4e929bc759 100644 --- a/core/public/package.json +++ b/core/public/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.6.0" + "version": "2.6.1" } \ No newline at end of file diff --git a/core/public_root/package.json b/core/public_root/package.json index 762687f8ce..4e929bc759 100644 --- a/core/public_root/package.json +++ b/core/public_root/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.6.0" + "version": "2.6.1" } \ No newline at end of file diff --git a/plugins/auth/public/auth-oauth2/package.json b/plugins/auth/public/auth-oauth2/package.json index afc5648688..6dad62702e 100644 --- a/plugins/auth/public/auth-oauth2/package.json +++ b/plugins/auth/public/auth-oauth2/package.json @@ -16,5 +16,5 @@ "oauth2", "provider" ], - "version": "2.6.0" + "version": "2.6.1" } \ No newline at end of file diff --git a/plugins/auth/public/auth-oidc/package.json b/plugins/auth/public/auth-oidc/package.json index ee55633e23..a1aec975b3 100644 --- a/plugins/auth/public/auth-oidc/package.json +++ b/plugins/auth/public/auth-oidc/package.json @@ -17,5 +17,5 @@ "openid connect", "provider" ], - "version": "2.6.0" + "version": "2.6.1" } \ No newline at end of file