From 4e7e657da153cd1e43ea3aa87bd423839215771f Mon Sep 17 00:00:00 2001 From: Yury Saukou Date: Fri, 22 Nov 2024 13:34:42 +0400 Subject: [PATCH] Release v6.0.2 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c78d434..85e3a4d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,12 @@ ## 6.1.0 (IN PROGRESS) +## [6.0.2](https://github.com/folio-org/ui-receiving/tree/v6.0.2) (2024-11-22) +[Full Changelog](https://github.com/folio-org/ui-receiving/compare/v6.0.1...v6.0.2) + * Do not overlap components on Edit piece page when location is long. Refs UIREC-419. * Do not disable title submit button when form has errors. Refs UIREC-420. -* Disable piece actions menu only when all actions are disabled. Refs UIREC-418. +* Disable piece actions menu only when all actions are disabled. Refs UIREC-418. ## [6.0.1](https://github.com/folio-org/ui-receiving/tree/v6.0.1) (2024-11-08) [Full Changelog](https://github.com/folio-org/ui-receiving/compare/v6.0.0...v6.0.1) diff --git a/package.json b/package.json index 47796559..06e6a051 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/receiving", - "version": "6.0.1", + "version": "6.0.2", "description": "Description for receiving", "main": "index.js", "repository": "",