Skip to content

Commit

Permalink
Merge branch 'b10.1' into STCOR-907
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke authored Nov 22, 2024
2 parents 0f4b867 + aed9571 commit a56a82e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Change history for stripes-core

## 10.1.3 IN PROGRESS
## 10.1.4 IN PROGRESS

* Cautiously evaluate localforage data when restoring a session. Refs STCOR-907.

## [10.1.3](https://github.com/folio-org/stripes-core/tree/v10.1.3) (2024-11-19)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.1.2...v10.1.3)

* Add `nl` (Dutch, Flemish) to the supported locales. Refs STCOR-878.

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

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.1.2",
"version": "10.1.3",
"description": "The starting point for Stripes applications",
"license": "Apache-2.0",
"repository": "folio-org/stripes-core",
Expand Down
3 changes: 2 additions & 1 deletion src/loginServices.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ export const supportedLocales = [
'it-IT', // italian, italy
'ja', // japanese
'ko', // korean
'nb', // norwegian bokmål"
'nb', // norwegian bokmål
'nl', // dutch, flemish
'nn', // norwegian nynorsk
'pl', // polish
'pt-BR', // portuguese, brazil
Expand Down

0 comments on commit a56a82e

Please sign in to comment.