diff --git a/CHANGELOG.md b/CHANGELOG.md index faf79539a..a2b4a314a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change history for stripes-components -## 10.1.3 IN PROGRESS +## [10.1.3](https://github.com/folio-org/stripes-components/tree/v10.1.4) (2022-04-04) +[Full Changelog](https://github.com/folio-org/stripes-components/compare/v10.1.2...v10.1.3) * Prevent caching of pane layouts (resizeable widths) when panes do not have a provided stable `id` prop. fixes STCOM-932. * Fix cropping of nested panesets. Fixes STCOM-953 diff --git a/package.json b/package.json index dd4e1d7c0..9e10d36ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-components", - "version": "10.1.2", + "version": "10.1.3", "description": "Component library for building Stripes applications.", "license": "Apache-2.0", "repository": "folio-org/stripes-components",