From 6c5a39eff9c657a6cd97709a6e7367215fea2f49 Mon Sep 17 00:00:00 2001 From: Pavlo Smahin Date: Mon, 14 Oct 2024 11:06:19 +0300 Subject: [PATCH] STSMACOM-861 Upgrade `notes` to `v4.0` (#1522) --- CHANGELOG.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86e92a23d..350902fe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ * Fix `` only shows an error in one of failed inputs. Fixes STSMACOM-857. * Omit (don't disable) "+ New" button in `` when user lacks permission. Refs STSMACOM-836. * Avoid deprecated `defaultProps` for functional components. Refs STSMACOM-835. +* Upgrade `notes` to `v4.0`. Refs STSMACOM-861. ## [9.1.3](https://github.com/folio-org/stripes-smart-components/tree/v9.1.3) (2024-05-06) [Full Changelog](https://github.com/folio-org/stripes-smart-components/compare/v9.1.2...v9.1.3) diff --git a/package.json b/package.json index 49f06d4a4..6383fe76b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "stripes": { "actsAs": [], "okapiInterfaces": { - "notes": "2.0 3.0", + "notes": "2.0 3.0 4.0", "tags": "1.0", "password-validator": "1.0" },