Skip to content

Commit

Permalink
chore: Release 9.1.1
Browse files Browse the repository at this point in the history
Bumped package.json version -> 9.1.1 and added CHANGELOG section

ERM-3199
  • Loading branch information
EthanFreestone committed Apr 19, 2024
1 parent ac5e79b commit 12d52f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change history for stripes-erm-components

## 9.1.1 2024-04-19
* ERM-3186 Change default search options for LocalKB titles to exclude identifiers
* Added defaultSearchKey to useSASQQIndex, allowing for differing behaviour of default qIndex and default search (With no qIndex specified)
* ERM-3172 The failure of reference object when displaying agreement line should be handled elegantly
* New ErrorCard components
* formatJS dependency updated
* Translations
* Added number field utilities
* preventMinusKey -- prevent typing of `-` key in number text field
* preventPasteNegative -- prevent pasting of negative number in number text field

## 9.1.0 2024-03-22
* ERM-3129 Remove explicit typescript version
* ERM-3126 Misleading tailing comma in OrganizationsArrayDisplay
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-erm-components",
"version": "9.1.0",
"version": "9.1.1",
"description": "Component library for Stripes ERM applications",
"sideEffects": [
"*.css"
Expand Down

0 comments on commit 12d52f1

Please sign in to comment.