From 04de1b518cd9d4a4d973babedd52e7e2ecb5fd20 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Tue, 25 Aug 2020 08:07:42 -0400 Subject: [PATCH] Release v3.0.7 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 221a0e3f..c3198cd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change history for ui-requests +## [3.0.7](https://github.com/folio-org/ui-requests/tree/v3.0.7) (2020-08-25) +[Full Changelog](https://github.com/folio-org/ui-requests/compare/v3.0.6...v3.0.7) + +* Add feedback after print button is clicked. Fixes UIREQ-508. + ## [3.0.6](https://github.com/folio-org/ui-requests/tree/v3.0.6) (2020-08-20) [Full Changelog](https://github.com/folio-org/ui-requests/compare/v3.0.5...v3.0.6) @@ -10,7 +15,6 @@ * Add loading indicator when service point is switched. Fixes UIREQ-508. * Improve performance issues with preview for print pick slips. Fixes UIREQ-507. -* Add feedback after print button is clicked. Fixes UIREQ-508. * Escape values passed to `react-to-print`. Fixes UIREQ-510. ## [3.0.4](https://github.com/folio-org/ui-requests/tree/v3.0.4) (2020-07-15) diff --git a/package.json b/package.json index 4aca0a45..80315a52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/requests", - "version": "3.0.6", + "version": "3.0.7", "description": "Requests manager", "repository": "folio-org/ui-requests", "publishConfig": {