Skip to content

Commit

Permalink
Release v7.0.0 (#1670)
Browse files Browse the repository at this point in the history
  • Loading branch information
usavkov-epam authored Nov 1, 2024
1 parent cd358b5 commit 41f0691
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/orders",
"version": "6.0.4",
"version": "7.0.0",
"description": "Description for orders",
"main": "src/index.js",
"repository": "",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
}
Expand Down

0 comments on commit 41f0691

Please sign in to comment.