From a1f22a6a1cecfc2491d1bc6b6ff8ba8bedae867b Mon Sep 17 00:00:00 2001 From: Mariia_Aloshyna Date: Mon, 25 Nov 2024 15:06:25 +0200 Subject: [PATCH] Release v5.0.1 --- CHANGELOG.md | 3 ++- package.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efa4557..d5ee7e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change history for ui-plugin-create-inventory-records -## [5.1.0] (IN PROGRESS) +## [5.0.1](https://github.com/folio-org/ui-plugin-create-inventory-records/tree/v5.0.1) (2024-11-25) +[Full Changelog](https://github.com/folio-org/ui-plugin-create-inventory-records/compare/v5.0.0...v5.0.1) * Jest/RTL: Cover `ContributorFields` component with unit tests. Refs UIPCIR-76. * Jest/RTL: Cover CirculationNoteFields component with unit tests. Refs (UIPCIR-77) diff --git a/package.json b/package.json index c6b5bd3..8398119 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/plugin-create-inventory-records", - "version": "5.0.0", + "version": "5.1.0", "description": "Create inventory records for Stripes", "repository": "folio-org/ui-plugin-create-inventory-records", "publishConfig": { @@ -124,7 +124,7 @@ "@folio/stripes-cli": "^3.2.0", "@folio/stripes-components": "^12.2.0", "@folio/stripes-core": "^10.2.0", - "@folio/stripes-testing": "^4.9.1", + "@folio/stripes-testing": "^4.8.0", "@formatjs/cli": "^6.1.3", "core-js": "^3.6.4", "react": "^18.2.0",