Skip to content

Commit

Permalink
release 2.7.0 (#3476)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Oct 18, 2023
1 parent dc8f2ce commit 5705bf2
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 11 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
-->


## [v2.7.0] (2023-10-18)

#### :rocket: Added
* [#3471](https://github.com/SAP/luigi/pull/3471) Add webcomponentCreationInterceptor ([@hardl](https://github.com/hardl))
* [#3470](https://github.com/SAP/luigi/pull/3470) Disable topnav option ([@hardl](https://github.com/hardl))
* [#3458](https://github.com/SAP/luigi/pull/3458) Add getAnchor for wc ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#3390](https://github.com/SAP/luigi/pull/3390) Add getPathParams, getCoreSearchParams, getClientPermissions ([@ndricimrr](https://github.com/ndricimrr))

#### :bug: Fixed
* [#3464](https://github.com/SAP/luigi/pull/3464) A11y improvements in user settings dialog ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#3460](https://github.com/SAP/luigi/pull/3460) Condensed sidenav rendering issue on ios safari ([@hardl](https://github.com/hardl))
* [#3457](https://github.com/SAP/luigi/pull/3457) onNodeActivation async ([@hardl](https://github.com/hardl))




## [v2.6.3] (2023-10-05)

#### :rocket: Added
Expand Down Expand Up @@ -1644,4 +1660,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
[v2.6.0]: https://github.com/SAP/luigi/compare/v2.5.1...v2.6.0
[v2.6.1]: https://github.com/SAP/luigi/compare/v2.6.0...v2.6.1
[v2.6.2]: https://github.com/SAP/luigi/compare/v2.6.1...v2.6.2
[v2.6.3]: https://github.com/SAP/luigi/compare/v2.6.2...v2.6.3
[v2.6.3]: https://github.com/SAP/luigi/compare/v2.6.2...v2.6.3
[v2.7.0]: https://github.com/SAP/luigi/compare/v2.6.3...v2.7.0
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.6.3"
"version": "2.7.0"
}
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.6.3",
"version": "2.7.0",
"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.6.3"
"version": "2.7.0"
}
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.6.3"
"version": "2.7.0"
}
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.6.3"
"version": "2.7.0"
}
2 changes: 1 addition & 1 deletion docs/navigation-parameters-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ navigation: {
}
}
```
- **since**: NEXTRELEASE
- **since**: 2.7.0
### userSettingsGroup
- - **type**: string
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.6.3"
"version": "2.7.0"
}
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.6.3"
"version": "2.7.0"
}

0 comments on commit 5705bf2

Please sign in to comment.