diff --git a/CHANGELOG.md b/CHANGELOG.md index b7756f176..72a09e5be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Change history for stripes-core -## 10.2.0 IN PROGRESS +## 10.3.0 IN PROGRESS + +* Conditionally use `/users-keycloak/_self` endpoint when `users-keycloak` interface is present. Refs STCOR-835. +* Wait longer before declaring a rotation request to be stale. Refs STCOR-895. +* Send the stored central tenant name in the header on logout. Refs STCOR-900. + +## [10.2.0](https://github.com/folio-org/stripes-core/tree/v10.2.0) (2024-10-11) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.1.1...v10.2.0) * Utilize the `tenant` procured through the SSO login process. Refs STCOR-769. * Remove tag-based selectors from Login, ResetPassword, Forgot UserName/Password form CSS. Refs STCOR-712. @@ -34,9 +41,11 @@ * useUserTenantPermissions hook - provide `isFetched` property. Refs STCOR-890. * Reword error message "Error: server is forbidden, unreachable or down. Clear the cookies? Use incognito mode? VPN issue?". Refs STCOR-893, STCOR-897. * Move session timeout banner to the bottom of the page. Refs STCOR-883. -* Conditionally use `/users-keycloak/_self` endpoint when `users-keycloak` interface is present. Refs STCOR-835. + +## [10.1.2](https://github.com/folio-org/stripes-core/tree/v10.1.2) (2024-10-21) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.1.1...v10.1.2) + * Wait longer before declaring a rotation request to be stale. Refs STCOR-895. -* Send the stored central tenant name in the header on logout. Refs STCOR-900. ## [10.1.1](https://github.com/folio-org/stripes-core/tree/v10.1.1) (2024-03-25) [Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.1.0...v10.1.1) diff --git a/package.json b/package.json index d2dee852d..05dc18b3a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-core", - "version": "10.2.0", + "version": "10.3.0", "description": "The starting point for Stripes applications", "license": "Apache-2.0", "repository": "folio-org/stripes-core", @@ -50,8 +50,8 @@ "@folio/eslint-config-stripes": "^7.0.0", "@folio/jest-config-stripes": "^2.0.0", "@folio/stripes-cli": "^3.0.0", - "@folio/stripes-components": "^12.2.0", - "@folio/stripes-connect": "^9.0.0", + "@folio/stripes-components": "^12.3.0", + "@folio/stripes-connect": "^9.3.0", "@folio/stripes-logger": "^1.0.0", "@folio/stripes-testing": "^4.5.0", "@formatjs/cli": "^6.1.3",