Skip to content

Commit

Permalink
Release v10.2.3 (#1562)
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke authored Nov 15, 2024
1 parent 4340810 commit d5351ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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

0 comments on commit d5351ec

Please sign in to comment.