From ccfe482148a01b62c6d15b58ff0262960556aca9 Mon Sep 17 00:00:00 2001 From: Denys Bohdan Date: Fri, 27 Oct 2023 16:43:01 +0200 Subject: [PATCH] Release v7.0.2 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9685ac14..e39c4be5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change history for ui-quick-marc -## [7.1.0] (IN PROGRESS) +## [7.0.2](https://github.com/folio-org/ui-quick-marc/tree/v7.0.2) (2023-10-27) * [UIQM-571](https://issues.folio.org/browse/UIQM-571) Added `marc-records-editor.item.put` to Derive and Create Bib permissions to fix issue with broken links after deriving or creating a record. * [UIQM-543](https://issues.folio.org/browse/UIQM-543) Remove eslint deps that are already listed in eslint-config-stripes. diff --git a/package.json b/package.json index 6dae48e4..30f7f971 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/quick-marc", - "version": "7.0.1", + "version": "7.0.2", "description": "Quick MARC editor", "main": "index.js", "repository": "",