Skip to content

Commit

Permalink
Release v10.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke committed Jan 16, 2025
1 parent 8492ee5 commit f4f28b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change history for stripes-core


## [10.2.5](https://github.com/folio-org/stripes-core/tree/v10.2.5) (2025-01-16)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.2.4...v10.2.5)

* Fetch `/saml/check` when starting a new session, i.e. before discovery. Refs STCOR-933, STCOR-816.

## [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)

Expand All @@ -9,7 +15,6 @@
* 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.
* On resuming session, spread session and `_self` together to preserve session values. Refs STCOR-912.
* Fetch `/saml/check` when starting a new session, i.e. before discovery. Refs STCOR-933, STCOR-816.

## [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)
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.4",
"version": "10.2.5",
"description": "The starting point for Stripes applications",
"license": "Apache-2.0",
"repository": "folio-org/stripes-core",
Expand Down

0 comments on commit f4f28b9

Please sign in to comment.