Skip to content

Commit

Permalink
Release v10.2.4 (#1570)
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke authored Dec 2, 2024
1 parent 5f979e3 commit b27d6fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Change history for stripes-core

## 10.2.4 IN PROGRESS
## [10.2.4](https://github.com/folio-org/stripes-core/tree/v10.2.4) (2024-12-02)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.2.3...v10.2.4)

* Show a "you have logged out" message after logging out instead of redirecting to login. Refs STCOR-882.
* If discovery requests fail on return from SAML/OIDC, show the error instead of redirecting to login. Refs STCOR-902.
* Use the `users-keycloak/_self` endpoint conditionally when the `users-keycloak` interface is present; otherwise, use `bl-users/_self` within `useUserTenantPermissions`. Refs STCOR-905.
* Don't override initial discovery and okapi data in test mocks. Refs STCOR-913.
* `<Logout>` must consume `QueryClient` in order to supply it to `loginServices::logout()`. Refs STCOR-907.
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.3",
"version": "10.2.4",
"description": "The starting point for Stripes applications",
"license": "Apache-2.0",
"repository": "folio-org/stripes-core",
Expand Down

0 comments on commit b27d6fd

Please sign in to comment.