diff --git a/CHANGELOG.md b/CHANGELOG.md index 47853d02f8..7ff27caf96 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.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 @@ -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 \ No newline at end of file +[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 \ 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 d86db7fa9c..04f02fbbc6 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.14.0" + "version": "2.14.1" } \ 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 f14b7c58b0..5fb691476d 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.14.0", + "version": "2.14.1", "engines": { "node": ">=18" } diff --git a/client-frameworks-support/testing-utilities/package-lock.json b/client-frameworks-support/testing-utilities/package-lock.json index 71b4652e4f..ef5133913f 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.14.0", + "version": "2.14.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@luigi-project/testing-utilities", - "version": "2.14.0", + "version": "2.14.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 8401ac3dd5..538409ef91 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.14.0", + "version": "2.14.1", "engines": { "node": ">=18" } diff --git a/client/public/package.json b/client/public/package.json index 5ab9ba6411..c540d2aa25 100644 --- a/client/public/package.json +++ b/client/public/package.json @@ -17,5 +17,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.14.0" + "version": "2.14.1" } \ No newline at end of file diff --git a/core/public/package.json b/core/public/package.json index e7e2640936..ef39e79219 100644 --- a/core/public/package.json +++ b/core/public/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.14.0" + "version": "2.14.1" } \ No newline at end of file diff --git a/core/public_root/package.json b/core/public_root/package.json index e7e2640936..ef39e79219 100644 --- a/core/public_root/package.json +++ b/core/public_root/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.14.0" + "version": "2.14.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 c9d5111a69..74c6b89624 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.14.0" + "version": "2.14.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 db7747bc70..857b0b2c50 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.14.0" + "version": "2.14.1" } \ No newline at end of file