Skip to content

Commit

Permalink
Release v6.0.0 (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
usavkov-epam authored Oct 31, 2024
1 parent 576a2d8 commit f8c07b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change history for ui-receiving

## 6.0.0 (IN PROGRESS)
## 6.1.0 (IN PROGRESS)

## [6.0.0](https://github.com/folio-org/ui-receiving/tree/v6.0.0) (2024-10-31)
[Full Changelog](https://github.com/folio-org/ui-receiving/compare/v5.0.5...v6.0.0)

* UX Consistency: Update HTML Page Title display when third pane (detail record) displays. Refs UIREC-319.
* Add "Display to public" toggle on piece form. Refs UIREC-333.
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/receiving",
"version": "5.0.5",
"version": "6.0.0",
"description": "Description for receiving",
"main": "index.js",
"repository": "",
Expand Down Expand Up @@ -257,7 +257,7 @@
"regenerator-runtime": "^0.13.3"
},
"dependencies": {
"@folio/stripes-acq-components": "~5.1.0",
"@folio/stripes-acq-components": "~6.0.0",
"final-form": "^4.18.2",
"lodash": "^4.17.5",
"prop-types": "^15.5.10",
Expand All @@ -269,7 +269,7 @@
"react-router-prop-types": "^1.0.4"
},
"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-po-line": "^5.0.0"
},
Expand Down

0 comments on commit f8c07b3

Please sign in to comment.