Skip to content

Commit

Permalink
Release v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BogdanDenis committed Oct 13, 2023
1 parent ff9a4ef commit 471048e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change history for ui-quick-marc

## [7.0.1](https://github.com/folio-org/ui-quick-marc/tree/v7.0.1) (2023-10-13)

* Use correct version of `ui-plugin-find-authority`.

## [7.0.0](https://github.com/folio-org/ui-quick-marc/tree/v7.0.0) (2023-10-13)

* [UIQM-250](https://issues.folio.org/browse/UIQM-250) Updated invalid Leader position values error messages to be more informative.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/quick-marc",
"version": "7.0.0",
"version": "7.0.1",
"description": "Quick MARC editor",
"main": "index.js",
"repository": "",
Expand Down Expand Up @@ -192,6 +192,6 @@
"react-router-dom": "^5.2.0"
},
"optionalDependencies": {
"@folio/plugin-find-authority": "^2.0.0"
"@folio/plugin-find-authority": "^3.0.0"
}
}

0 comments on commit 471048e

Please sign in to comment.