Skip to content

Commit

Permalink
bump minor 10.3 (#1552)
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke authored Oct 25, 2024
1 parent d2cc819 commit 8420878
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 8420878

Please sign in to comment.