Skip to content

Commit

Permalink
Release v9.1.3 (#1476)
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke authored May 6, 2024
1 parent 95dd4af commit e0b3ab2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change history for stripes-smart-components

## [9.1.3](https://github.com/folio-org/stripes-smart-components/tree/v9.1.3) (2024-05-06)
[Full Changelog](https://github.com/folio-org/stripes-smart-components/compare/v9.1.2...v9.1.3)

* `<AdvancedSearch>` Improve algorithm of splitting query string into rows. Refs STSMACOM-831.

## [9.1.2](https://github.com/folio-org/stripes-smart-components/tree/v9.1.2) (2024-05-02)
[Full Changelog](https://github.com/folio-org/stripes-smart-components/compare/v9.1.1...v9.1.2)

Expand All @@ -12,10 +17,6 @@
* Safely render user-provided markup in `<NotesView>` component. Fixes STSMACOM-816.
* Do not trigger logic for auto-opening the record's view screen in `<SearchAndSort>` if URL already contains the record ID. Fixes STSMACOM-822.

## [9.1.1] (IN PROGRESS)

* `<AdvancedSearch>` Improve algorithm of splitting query string into rows. Refs STSMACOM-831.

## [9.1.0](https://github.com/folio-org/stripes-smart-components/tree/v9.1.0) (2024-03-13)
[Full Changelog](https://github.com/folio-org/stripes-smart-components/compare/v9.0.1...v9.1.0)

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-smart-components",
"version": "9.1.2",
"version": "9.1.3",
"description": "Connected Stripes components",
"repository": "folio-org/stripes-smart-components",
"sideEffects": [
Expand Down

0 comments on commit e0b3ab2

Please sign in to comment.