Skip to content

Commit

Permalink
Release 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-blazhko committed Nov 14, 2022
1 parent cb5797b commit 8e8e814
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change history for ui-requests

## [7.2.1](https://github.com/folio-org/ui-requests/tree/v7.2.1) (2022-11-14)
[Full Changelog](https://github.com/folio-org/ui-requests/compare/v7.2.0...v7.2.1)
* Prevent request to get instance if there is no `instanceId`. Refs UIREQ-826.
* Prevent reset of request type, fix validation issues. Refs UIREQ-824.

## [7.2.0](https://github.com/folio-org/ui-requests/tree/v7.2.0) (2022-10-20)
[Full Changelog](https://github.com/folio-org/ui-requests/compare/v7.1.3...v7.2.0)

Expand All @@ -10,7 +15,6 @@
* Refactor forms to use final-form. Refs UIREQ-419.
* Requests: Implement App context menu and keyboard shortcuts modal. refs UIREQ-817.
* Make title level request box selected when duplicating title level request. Refs UIREQ-827.
* Prevent request to get instance if there is no `instanceId`. Refs UIREQ-826.

## [7.1.3](https://github.com/folio-org/ui-requests/tree/v7.1.3) (2022-08-11)
[Full Changelog](https://github.com/folio-org/ui-requests/compare/v7.1.2...v7.1.3)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/requests",
"version": "7.2.0",
"version": "7.2.1",
"description": "Requests manager",
"repository": "folio-org/ui-requests",
"publishConfig": {
Expand Down

0 comments on commit 8e8e814

Please sign in to comment.