From ece987e0a061f2681dbd1a97decaa0aa913f9056 Mon Sep 17 00:00:00 2001 From: Mikita Siadykh Date: Wed, 7 Apr 2021 11:36:50 +0400 Subject: [PATCH] Release v2.3.1 (#473) --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48aa67b6..86dbafdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## (IN PROGRESS) +## [2.3.1](https://github.com/folio-org/stripes-acq-components/tree/v2.3.1) (2021-04-07) +[Full Changelog](https://github.com/folio-org/stripes-acq-components/compare/v2.3.0...v2.3.1) + * Add Ongoing to the POL filters. Refs UIOR-688. * Fix Cannot split funds on a PO with an odd number of pennies as the cost. Refs UISACQCOMP-17 * Attaching file to invoice doesn't work properly when user clicks Choose file Refs UISACQCOMP-22. diff --git a/package.json b/package.json index 9883dc42..9d519cb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-acq-components", - "version": "2.3.0", + "version": "2.3.1", "description": "Component library for Stripes Acquisitions modules", "publishConfig": { "registry": "https://repository.folio.org/repository/npm-folio/"