diff --git a/CHANGELOG.md b/CHANGELOG.md index 9330f36171..d9e0172b33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,18 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec --> +## [v2.12.0] (2024-05-03) + +#### :rocket: Added +* [#3709](https://github.com/SAP/luigi/pull/3709) Ignore page not found error handling by Luigi ([@JohannesDoberer](https://github.com/JohannesDoberer)) +* [#3693](https://github.com/SAP/luigi/pull/3693) Update context via core api ([@JohannesDoberer](https://github.com/JohannesDoberer)) +* [#3711](https://github.com/SAP/luigi/pull/3711) Change Luigi core version on the fly in Luigi fiddle ([@hardl](https://github.com/hardl)) +* [#3712](https://github.com/SAP/luigi/pull/3712) Remove favicon console warning ([@Jotrorox](https://github.com/Jotrorox)) + + + + + ## [v2.11.0] (2024-04-19) #### :rocket: Added @@ -1767,4 +1779,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec [v2.8.0]: https://github.com/SAP/luigi/compare/v2.7.5...v2.8.0 [v2.9.0]: https://github.com/SAP/luigi/compare/v2.8.0...v2.9.0 [v2.10.0]: https://github.com/SAP/luigi/compare/v2.9.0...v2.10.0 -[v2.11.0]: https://github.com/SAP/luigi/compare/v2.10.0...v2.11.0 \ No newline at end of file +[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 \ 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 8982202682..cc5c3806bb 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.11.0" + "version": "2.12.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 afb6c5720d..e1ade5d77c 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.11.0", + "version": "2.12.0", "engines": { "node": ">=18" } diff --git a/client-frameworks-support/testing-utilities/package-lock.json b/client-frameworks-support/testing-utilities/package-lock.json index 56d1a4e206..c942646cac 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.11.0", + "version": "2.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@luigi-project/testing-utilities", - "version": "2.11.0", + "version": "2.12.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 22de0422c7..7f3ccb8bed 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.11.0", + "version": "2.12.0", "engines": { "node": ">=18" } diff --git a/client/public/package.json b/client/public/package.json index 6b21ae5af2..69fa436cd8 100644 --- a/client/public/package.json +++ b/client/public/package.json @@ -17,5 +17,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.11.0" + "version": "2.12.0" } \ No newline at end of file diff --git a/core/public/package.json b/core/public/package.json index 9dee0e9b6e..f012a99e50 100644 --- a/core/public/package.json +++ b/core/public/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.11.0" + "version": "2.12.0" } \ No newline at end of file diff --git a/core/public_root/package.json b/core/public_root/package.json index 9dee0e9b6e..f012a99e50 100644 --- a/core/public_root/package.json +++ b/core/public_root/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.11.0" + "version": "2.12.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 d63c7d11e4..f536348300 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.11.0" + "version": "2.12.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 bd5d57d042..1140049f83 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.11.0" + "version": "2.12.0" } \ No newline at end of file