diff --git a/CHANGELOG.md b/CHANGELOG.md index 386c012243..36fc23507b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,15 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec --> +## [v2.15.0] (2024-08-28) + +#### :rocket: Added +* [#3870](https://github.com/SAP/luigi/pull/3870) Angular 18 support for client-support-angular library ([@walmazacn](https://github.com/walmazacn)) + + + + + ## [v2.14.3] (2024-08-22) #### :bug: Fixed @@ -1843,4 +1852,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec [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 [v2.14.2]: https://github.com/SAP/luigi/compare/v2.14.1...v2.14.2 -[v2.14.3]: https://github.com/SAP/luigi/compare/v2.14.2...v2.14.3 \ No newline at end of file +[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 \ 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 6907c49a4e..c21f039d00 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.3" + "version": "2.15.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 08b5a502cf..885c46bab8 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.3", + "version": "2.15.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 6220ac2312..26aa683c42 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.3", + "version": "2.15.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@luigi-project/testing-utilities", - "version": "2.14.3", + "version": "2.15.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 3fc5d9d23d..96eee47400 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.3", + "version": "2.15.0", "engines": { "node": ">=18.19.1" } diff --git a/client/public/package.json b/client/public/package.json index 29a22e123c..4b187e953a 100644 --- a/client/public/package.json +++ b/client/public/package.json @@ -17,5 +17,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.14.3" + "version": "2.15.0" } \ No newline at end of file diff --git a/core/public/package.json b/core/public/package.json index 5c56ddd0a3..6b1b42d6e7 100644 --- a/core/public/package.json +++ b/core/public/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.14.3" + "version": "2.15.0" } \ No newline at end of file diff --git a/core/public_root/package.json b/core/public_root/package.json index 5c56ddd0a3..6b1b42d6e7 100644 --- a/core/public_root/package.json +++ b/core/public_root/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.14.3" + "version": "2.15.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 6ff4eba772..de9b47796a 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.3" + "version": "2.15.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 0ee88dd14f..73f29b76e7 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.3" + "version": "2.15.0" } \ No newline at end of file