From abd7043db926811d23b0031bce0e2b65e4745ccd Mon Sep 17 00:00:00 2001 From: Yury Saukou Date: Mon, 5 Aug 2024 14:22:03 +0400 Subject: [PATCH] Release v5.0.5 (#565) * Release v5.0.5 * update numbers --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a633c05..6e6d95b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## 5.1.0 (IN PROGRESS) +## [5.0.5](https://github.com/folio-org/ui-receiving/tree/v5.0.5) (2024-08-05) +[Full Changelog](https://github.com/folio-org/ui-receiving/compare/v5.0.4...v5.0.5) + * Break order lines in chunks on receiving list. Refs UIREC-385. ## [5.0.4](https://github.com/folio-org/ui-receiving/tree/v5.0.4) (2024-04-22) diff --git a/package.json b/package.json index d43cdfc5..d0e92932 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/receiving", - "version": "5.0.4", + "version": "5.0.5", "description": "Description for receiving", "main": "index.js", "repository": "",