Skip to content

Commit

Permalink
Release v9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke committed Oct 30, 2024
1 parent c7284ae commit b6f6bed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Change history for stripes-smart-components

## 9.2.1 IN PROGRESS
## [9.2.1](https://github.com/folio-org/stripes-smart-components/tree/v9.2.1) (2024-10-30)
[Full Changelog](https://github.com/folio-org/stripes-smart-components/compare/v9.2.0...v9.2.1)

* Add the `endDateInputRef` prop to `DateRangeFilter` to access the end date element. Refs STSMACOM-859.
* Upgrade `notes` to `v4.0`. Refs STSMACOM-861.

## [9.2.0](https://github.com/folio-org/stripes-smart-components/tree/v9.2.0) (2024-10-11)
[Full Changelog](https://github.com/folio-org/stripes-smart-components/compare/v9.1.3...v9.2.0)
Expand Down Expand Up @@ -32,7 +34,6 @@
* Fix `<DateRangeFilter>` only shows an error in one of failed inputs. Fixes STSMACOM-857.
* Omit (don't disable) "+ New" button in `<EditableList>` when user lacks permission. Refs STSMACOM-836.
* Avoid deprecated `defaultProps` for functional components. Refs STSMACOM-835.
* Upgrade `notes` to `v4.0`. Refs STSMACOM-861.

## [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)
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.2.0",
"version": "9.2.1",
"description": "Connected Stripes components",
"repository": "folio-org/stripes-smart-components",
"sideEffects": [
Expand Down

0 comments on commit b6f6bed

Please sign in to comment.