diff --git a/CHANGELOG.md b/CHANGELOG.md index a3a5c153..7ae97b7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## (IN PROGRESS) +## [3.3.0](https://github.com/folio-org/stripes-acq-components/tree/v3.3.0) (2022-10-18) +[Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v3.2.4...v3.3.0) + * Add a common Drag-n-Drop MCL component. Refs UISACQCOMP-105. * Move reusable utils and constants from `ui-invoice` to `stripes-acq-components` lib. Refs UISACQCOMP-110. * Support MCL Next/Previous pagination by plugins. Refs UISACQCOMP-116. diff --git a/package.json b/package.json index f56aa629..de532d7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-acq-components", - "version": "3.2.4", + "version": "3.3.0", "description": "Component library for Stripes Acquisitions modules", "publishConfig": { "registry": "https://repository.folio.org/repository/npm-folio/"