From 6519bcdb84716a416f5428e99e9e04b5b7ca359f Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Fri, 30 Aug 2024 11:54:52 -0400 Subject: [PATCH 1/2] STCOR-878 add nl (Dutch, Flemish) to supported locales (#1528) Refs STCOR-878 (cherry picked from commit f12abff82eadf6066d0cfc278db4b47d623d822c) --- CHANGELOG.md | 5 +++++ src/loginServices.js | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 703291747..c3d27b090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change history for stripes-core +## [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) diff --git a/src/loginServices.js b/src/loginServices.js index baf00569a..96ed4064f 100644 --- a/src/loginServices.js +++ b/src/loginServices.js @@ -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 From aed957140204cd99ae517f0968cdcccb5607b391 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Tue, 19 Nov 2024 14:58:35 -0500 Subject: [PATCH 2/2] Release v10.1.3 (#1563) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 373a15f09..4e9d5884f 100644 --- a/package.json +++ b/package.json @@ -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",