From bf4f8c02a8f2b54f6eca9095c287c53e04818ba9 Mon Sep 17 00:00:00 2001 From: Aliaksei Chumakou Date: Wed, 8 Jul 2020 12:32:04 +0300 Subject: [PATCH] Release v2.1.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15b55203f..ee89cdca3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,14 @@ ## (IN PROGRESS) +## [2.1.1](https://github.com/folio-org/ui-orders/tree/v2.1.0) (2020-07-08) +[Full Changelog](https://github.com/folio-org/ui-orders/compare/v2.1.0...v2.1.1) + ### Stories * [UIOR-569](https://issues.folio.org/browse/UIOR-569) Ability to change price and fund distribution information for Open order ### Bug fixes +* [UIOR-576](https://issues.folio.org/browse/UIOR-576) Reason for closure not removed from POL when reopened * [UIOR-578](https://issues.folio.org/browse/UIOR-578) Claim filters not working * [UIOR-572](https://issues.folio.org/browse/UIOR-572) Fund codes doesn't display in Order lines list * [UIOR-570](https://issues.folio.org/browse/UIOR-570) Fund distributions link to existing encumbrance when order is cloned diff --git a/package.json b/package.json index 41ba3e068..247dd76a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/orders", - "version": "2.1.0", + "version": "2.1.1", "description": "Description for orders", "main": "src/index.js", "repository": "",