From 41f069115c49f79d27d1622e92bfe38495a33ccd Mon Sep 17 00:00:00 2001 From: Yury Saukou Date: Fri, 1 Nov 2024 14:39:26 +0400 Subject: [PATCH] Release v7.0.0 (#1670) --- CHANGELOG.md | 7 +++++-- package.json | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8da8f4379..1204dda40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change history for ui-orders -## 7.0.0 (IN PROGRESS) +## 7.1.0 (IN PROGRESS) + +## [7.0.0](https://github.com/folio-org/ui-orders/tree/v7.0.0) (2024-11-01) +[Full Changelog](https://github.com/folio-org/ui-orders/compare/v6.0.4...v7.0.0) * UX Consistency: HTML page title display when third pane (detail record) displays. Refs UIOR-1202. * *BREAKING* Settings - implement Routing list configuration. Refs UIOR-1249. @@ -20,7 +23,7 @@ * ECS - Adjust restrict fund by location validation to accommodate central ordering. Refs UIOR-1235. * Use Save & close button label stripes-component translation key. Refs UIOR-1240. * ECS - Add fields indicating the affiliation of locations and holdings for views. Refs UIOR-1276. -* Remove searchLocationIds[] field from PO line Version history. Refs UISACQCOMP-193. +* Remove searchLocationIds[] field from PO line Version history. Refs UIOR-1284. * Bump up `holdings-storage` interface. Refs UIOR-1277. * Custom Fields - Add filter components for purchase order lines. Refs UIOR-1237. * Fix grammar and spelling errors on Settings > Orders > Instance. Refs UIOR-1289. diff --git a/package.json b/package.json index 15f86bd24..8a72b3f68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/orders", - "version": "6.0.4", + "version": "7.0.0", "description": "Description for orders", "main": "src/index.js", "repository": "", @@ -540,7 +540,7 @@ }, "dependencies": { "@folio/plugin-find-po-line": "^5.0.0", - "@folio/stripes-acq-components": "~5.1.0", + "@folio/stripes-acq-components": "~6.0.0", "@folio/stripes-template-editor": "^3.2.0", "classnames": "^2.2.5", "dompurify": "^3.0.9", @@ -567,7 +567,7 @@ "redux": "*" }, "optionalDependencies": { - "@folio/plugin-find-instance": "^7.0.0", + "@folio/plugin-find-instance": "^8.0.0", "@folio/plugin-find-organization": "^5.0.0", "@folio/plugin-find-user": "^7.0.0" }