diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ff27caf96..f5b334d526 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.14.2] (2024-08-01) + +#### :bug: Fixed +* [#3839](https://github.com/SAP/luigi/pull/3839) fix wrong argument for onkeyup ([@hardl](https://github.com/hardl)) + + + + + ## [v2.14.1] (2024-07-11) #### :bug: Fixed @@ -1823,4 +1832,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec [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 -[v2.14.1]: https://github.com/SAP/luigi/compare/v2.14.0...v2.14.1 \ No newline at end of file +[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 \ 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 04f02fbbc6..5ccbe44d5b 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.1" + "version": "2.14.2" } \ 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 5fb691476d..90e86e00eb 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.1", + "version": "2.14.2", "engines": { "node": ">=18" } diff --git a/client-frameworks-support/testing-utilities/package-lock.json b/client-frameworks-support/testing-utilities/package-lock.json index ef5133913f..31b1c33228 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.1", + "version": "2.14.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@luigi-project/testing-utilities", - "version": "2.14.1", + "version": "2.14.2", "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 538409ef91..9b27cb174b 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.1", + "version": "2.14.2", "engines": { "node": ">=18" } diff --git a/client/public/package.json b/client/public/package.json index c540d2aa25..be4d5ec97e 100644 --- a/client/public/package.json +++ b/client/public/package.json @@ -17,5 +17,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.14.1" + "version": "2.14.2" } \ No newline at end of file diff --git a/core/public/package.json b/core/public/package.json index ef39e79219..ec46b77366 100644 --- a/core/public/package.json +++ b/core/public/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.14.1" + "version": "2.14.2" } \ No newline at end of file diff --git a/core/public_root/package.json b/core/public_root/package.json index ef39e79219..ec46b77366 100644 --- a/core/public_root/package.json +++ b/core/public_root/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.14.1" + "version": "2.14.2" } \ No newline at end of file diff --git a/core/src/core-api/navigation.js b/core/src/core-api/navigation.js index e6122df5e0..23b7e75952 100644 --- a/core/src/core-api/navigation.js +++ b/core/src/core-api/navigation.js @@ -53,7 +53,7 @@ class LuigiNavigationManager { * @memberof LuigiNavigation * @param {string} semanticSlug concatenation of semantic object and action connected with a dash (-) * @param {Object} params an object representing all the parameters passed (optional, default '{}') - * @since NEXTRELEASE + * @since 2.14.2 * @example * Luigi.navigation().navigateToIntent('Sales-settings') * Luigi.navigation().navigateToIntent('Sales-settings', {project: 'pr1'}) diff --git a/docs/luigi-core-api.md b/docs/luigi-core-api.md index 1e79e7c7a0..facdbae0ad 100644 --- a/docs/luigi-core-api.md +++ b/docs/luigi-core-api.md @@ -608,7 +608,7 @@ Luigi.navigation().navigateToIntent('Sales-settings', {project: 'pr1'}) **Meta** -* **since**: NEXTRELEASE +* **since**: 2.14.2 #### openAsModal diff --git a/plugins/auth/public/auth-oauth2/package.json b/plugins/auth/public/auth-oauth2/package.json index 74c6b89624..3a6fd8e050 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.1" + "version": "2.14.2" } \ 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 857b0b2c50..95016a2cdb 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.1" + "version": "2.14.2" } \ No newline at end of file