Skip to content

Commit

Permalink
release-v2.14.2 (#3840)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Aug 1, 2024
1 parent 4a4ffe9 commit 45ab693
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 13 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
[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
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"microfrontends",
"testing"
],
"version": "2.14.1",
"version": "2.14.2",
"engines": {
"node": ">=18"
}
Expand Down
4 changes: 2 additions & 2 deletions client-frameworks-support/testing-utilities/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client-frameworks-support/testing-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"microfrontends",
"testing"
],
"version": "2.14.1",
"version": "2.14.2",
"engines": {
"node": ">=18"
}
Expand Down
2 changes: 1 addition & 1 deletion client/public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"micro-frontends",
"microfrontends"
],
"version": "2.14.1"
"version": "2.14.2"
}
2 changes: 1 addition & 1 deletion core/public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"micro-frontends",
"microfrontends"
],
"version": "2.14.1"
"version": "2.14.2"
}
2 changes: 1 addition & 1 deletion core/public_root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"micro-frontends",
"microfrontends"
],
"version": "2.14.1"
"version": "2.14.2"
}
2 changes: 1 addition & 1 deletion core/src/core-api/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'})
Expand Down
2 changes: 1 addition & 1 deletion docs/luigi-core-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ Luigi.navigation().navigateToIntent('Sales-settings', {project: 'pr1'})

**Meta**

* **since**: NEXTRELEASE
* **since**: 2.14.2

#### openAsModal

Expand Down
2 changes: 1 addition & 1 deletion plugins/auth/public/auth-oauth2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"oauth2",
"provider"
],
"version": "2.14.1"
"version": "2.14.2"
}
2 changes: 1 addition & 1 deletion plugins/auth/public/auth-oidc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"openid connect",
"provider"
],
"version": "2.14.1"
"version": "2.14.2"
}

0 comments on commit 45ab693

Please sign in to comment.