From bf8f7c03a621ca535fe6e73f4a94b02d71650b6c Mon Sep 17 00:00:00 2001 From: Yury Saukou Date: Tue, 31 Dec 2024 17:52:13 +0400 Subject: [PATCH] Release v7.0.4 (#1691) --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e5219f79..3fd58c275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ ## 7.1.0 (IN PROGRESS) * Display the “Record deleted” label in version history only if the UUID no longer exists. Refs UIOR-1355. + +## [7.0.4](https://github.com/folio-org/ui-orders/tree/v7.0.4) (2024-12-31) +[Full Changelog](https://github.com/folio-org/ui-orders/compare/v7.0.3...v7.0.4) + * Close actions dropdown before navigation to another page. Refs UIOR-1365. ## [7.0.3](https://github.com/folio-org/ui-orders/tree/v7.0.3) (2024-12-06) diff --git a/package.json b/package.json index d50758317..98a6c425e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/orders", - "version": "7.0.3", + "version": "7.0.4", "description": "Description for orders", "main": "src/index.js", "repository": "",