From bf4a32e0632993be7d90a331621bc5f3d8ad43ce Mon Sep 17 00:00:00 2001 From: Zak Burke <199241+zburke@users.noreply.github.com> Date: Thu, 15 Oct 2020 21:33:52 -0400 Subject: [PATCH] UIREQ-535 update plugins for stripes v5 compat (#649) Apps and plugins must depend on the same versions of peer dependencies. Refs UIREQ-535 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1791820c..cf60b08c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change history for ui-requests +## 4.0.1 IN PROGRESS + +* Update plugins to `stripes v5`-compatible versions. Refs UIREQ-535. + ## [4.0.0](https://github.com/folio-org/ui-requests/tree/v4.0.0) (2020-10-14) [Full Changelog](https://github.com/folio-org/ui-requests/compare/v3.0.1...v4.0.0) diff --git a/package.json b/package.json index dee5f474..96c34729 100644 --- a/package.json +++ b/package.json @@ -190,6 +190,6 @@ "react-router-dom": "^5.2.0" }, "optionalDependencies": { - "@folio/plugin-find-user": "^3.0.0" + "@folio/plugin-find-user": "^4.0.0" } }