From 818ee6115c2076019f8b7697ea585ba5afc1ad09 Mon Sep 17 00:00:00 2001 From: Yury Saukou Date: Tue, 18 Oct 2022 20:08:07 +0400 Subject: [PATCH] Release v3.3.0 (#648) --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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/"