From bb116d308bec4ef9d40cd844248564d55d9d258b Mon Sep 17 00:00:00 2001 From: Johannes Doberer Date: Wed, 20 Sep 2023 14:31:05 +0200 Subject: [PATCH] release-v2.6.0 (#3439) --- CHANGELOG.md | 16 +++++++++++++++- .../projects/client-support-angular/package.json | 2 +- .../testing-utilities/package-lock.json | 4 ++-- .../testing-utilities/package.json | 2 +- client/public/package.json | 2 +- core/public/package.json | 2 +- core/public_root/package.json | 2 +- plugins/auth/public/auth-oauth2/package.json | 2 +- plugins/auth/public/auth-oidc/package.json | 2 +- 9 files changed, 24 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d86be7920..f9995d65c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,19 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec --> +## [v2.6.0] (2023-09-20) + +#### :rocket: Added +* [#3414](https://github.com/SAP/luigi/pull/3414) Add getUserSettings for webcomponents ([@JohannesDoberer](https://github.com/JohannesDoberer)) + +#### :bug: Fixed +* [#3438](https://github.com/SAP/luigi/pull/3438) Fix wrong context in leftnav after update ([@hardl](https://github.com/hardl)) + + + + + + ## [v2.5.1] (2023-09-05) #### :bug: Fixed @@ -1598,4 +1611,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec [v2.3.0]: https://github.com/SAP/luigi/compare/v2.2.1...v2.3.0 [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 \ No newline at end of file +[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 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 5c5f3a9057..107615c020 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.5.1" + "version": "2.6.0" } \ 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 f69e9c30c2..49ec19ec8b 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.5.1", + "version": "2.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@luigi-project/testing-utilities", - "version": "2.5.1", + "version": "2.6.0", "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 17e1d82634..5d3d25170d 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.5.1", + "version": "2.6.0", "engines": { "node": ">=18" } diff --git a/client/public/package.json b/client/public/package.json index 673619bbe0..f82978db89 100644 --- a/client/public/package.json +++ b/client/public/package.json @@ -17,5 +17,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.5.1" + "version": "2.6.0" } \ No newline at end of file diff --git a/core/public/package.json b/core/public/package.json index 177a1acd03..762687f8ce 100644 --- a/core/public/package.json +++ b/core/public/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.5.1" + "version": "2.6.0" } \ No newline at end of file diff --git a/core/public_root/package.json b/core/public_root/package.json index 177a1acd03..762687f8ce 100644 --- a/core/public_root/package.json +++ b/core/public_root/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.5.1" + "version": "2.6.0" } \ 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 21a9f86b75..afc5648688 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.5.1" + "version": "2.6.0" } \ 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 f5e279bc74..ee55633e23 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.5.1" + "version": "2.6.0" } \ No newline at end of file