Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v10.2.3 #1562

Merged
merged 1 commit into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Change history for stripes-core

## [10.2.3](https://github.com/folio-org/stripes-core/tree/v10.2.3) (2024-11-15)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.2.2...v10.2.3)

* Provide `<IfAnyPermission>` and `stripes.hasAnyPermission()`. Refs STCOR-910.

## [10.2.2](https://github.com/folio-org/stripes-core/tree/v10.2.2) (2024-10-31)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.2.1...v10.2.2)

* Conditionally use `/users-keycloak/_self` endpoint when `users-keycloak` interface is present. Refs STCOR-835.
* Send the stored central tenant name in the header on logout. Refs STCOR-900.
* Provide `<IfAnyPermission>` and `stripes.hasAnyPermission()`. Refs STCOR-910.

## [10.2.1](https://github.com/folio-org/stripes-core/tree/v10.2.1) (2024-10-30)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.2.0...v10.2.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/stripes-core",
"version": "10.2.2",
"version": "10.2.3",
"description": "The starting point for Stripes applications",
"license": "Apache-2.0",
"repository": "folio-org/stripes-core",
Expand Down
Loading