From 88389c01a4569436c7608b2e2bd33588943641e5 Mon Sep 17 00:00:00 2001 From: Johannes Doberer Date: Wed, 6 Nov 2024 11:21:00 +0100 Subject: [PATCH] release v2.18.0 (#4014) --- CHANGELOG.md | 13 ++++++++++++- .../projects/client-support-angular/package.json | 2 +- .../testing-utilities/dist/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 +- 10 files changed, 22 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf17943fa7..51601cb28a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,16 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec --> +## [v2.18.0] (2024-11-05) + +#### :rocket: Added +* [#4008](https://github.com/SAP/luigi/pull/4008) Adds document attribute for disable tcpcheck ([@walmazacn](https://github.com/walmazacn)) +* [#3983](https://github.com/SAP/luigi/pull/3983) Disable tpc via client ([@JohannesDoberer](https://github.com/JohannesDoberer)) + + + + + ## [v2.17.0] (2024-10-02) #### :rocket: Added @@ -1882,4 +1892,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec [v2.14.3]: https://github.com/SAP/luigi/compare/v2.14.2...v2.14.3 [v2.15.0]: https://github.com/SAP/luigi/compare/v2.14.3...v2.15.0 [v2.16.0]: https://github.com/SAP/luigi/compare/v2.15.0...v2.16.0 -[v2.17.0]: https://github.com/SAP/luigi/compare/v2.16.0...v2.17.0 \ No newline at end of file +[v2.17.0]: https://github.com/SAP/luigi/compare/v2.16.0...v2.17.0 +[v2.18.0]: https://github.com/SAP/luigi/compare/v2.17.0...v2.18.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 b474112439..747efa0081 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.17.0" + "version": "2.18.0" } \ No newline at end of file diff --git a/client-frameworks-support/testing-utilities/dist/package.json b/client-frameworks-support/testing-utilities/dist/package.json index 5c583d89fe..93c8a9f8af 100644 --- a/client-frameworks-support/testing-utilities/dist/package.json +++ b/client-frameworks-support/testing-utilities/dist/package.json @@ -19,7 +19,7 @@ "microfrontends", "testing" ], - "version": "2.17.0", + "version": "2.18.0", "engines": { "node": ">=18.19.1" } diff --git a/client-frameworks-support/testing-utilities/package-lock.json b/client-frameworks-support/testing-utilities/package-lock.json index 08cbcd4437..a202e58876 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.17.0", + "version": "2.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@luigi-project/testing-utilities", - "version": "2.17.0", + "version": "2.18.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 0ca54a6c89..790505d94f 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.17.0", + "version": "2.18.0", "engines": { "node": ">=18.19.1" } diff --git a/client/public/package.json b/client/public/package.json index b2791aa3c1..dbc17c8ffb 100644 --- a/client/public/package.json +++ b/client/public/package.json @@ -17,5 +17,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.17.0" + "version": "2.18.0" } \ No newline at end of file diff --git a/core/public/package.json b/core/public/package.json index 7e236790ae..1951cd40aa 100644 --- a/core/public/package.json +++ b/core/public/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.17.0" + "version": "2.18.0" } \ No newline at end of file diff --git a/core/public_root/package.json b/core/public_root/package.json index 7e236790ae..1951cd40aa 100644 --- a/core/public_root/package.json +++ b/core/public_root/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.17.0" + "version": "2.18.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 de48439338..55331d8901 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.17.0" + "version": "2.18.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 40a6fcbb48..31b07091ab 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.17.0" + "version": "2.18.0" } \ No newline at end of file