From f4786a9af6e78eaf855d5598e68f424054db81cc Mon Sep 17 00:00:00 2001 From: Yury Saukou Date: Mon, 8 Aug 2022 11:34:54 +0400 Subject: [PATCH] Release v3.2.2 (#634) --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2742c49d..b0c0326c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ ## (IN PROGRESS) -* PO/L does not save/open when deviating from the default electronic inventory interactions. Refs UIOR-999. +## [3.2.2](https://github.com/folio-org/stripes-acq-components/tree/v3.2.2) (2022-08-08) +[Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v3.2.1...v3.2.2) + +* PO/L does not save/open when deviating from the default electronic inventory interactions. Refs UISACQCOMP-113. * Filtering for tags not working if tag contains forward slash. Refs UISACQCOMP-114. ## [3.2.1](https://github.com/folio-org/stripes-acq-components/tree/v3.2.1) (2022-07-27) diff --git a/package.json b/package.json index c89fb613..e26b0a57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-acq-components", - "version": "3.2.1", + "version": "3.2.2", "description": "Component library for Stripes Acquisitions modules", "publishConfig": { "registry": "https://repository.folio.org/repository/npm-folio/"