Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v6.0.0 #602

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading