From b44ebe39ae0643b801233404d6e74eaccf56a3a5 Mon Sep 17 00:00:00 2001 From: Mariia_Aloshyna Date: Tue, 29 Oct 2024 18:11:51 +0200 Subject: [PATCH] UIDATIMP-1673: Bump "@folio/stripes-acq-components" version to v6.0.0 --- CHANGELOG.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 116752571..c3f1a3024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ * *BREAKING* Bump `stripes` to `v9.2.0` for Ramsons release. (UIDATIMP-1669) * Exclude bulk edit job execution entries from data import log. (UIDATIMP-1665) * Add "converter-storage.profileSnapshots.get" to "ui-data-import.manage" subPermissions. (UIDATIMP-1672) +* Bump "@folio/stripes-acq-components" version to v6.0.0. (UIDATIMP-1673) ### Bugs fixed: * Remove `selected` column from associated profiles list. (UIDATIMP-1607) diff --git a/package.json b/package.json index f3edc8378..be9085763 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "redux": "^4.0.5" }, "dependencies": { - "@folio/stripes-acq-components": "~5.1.0", + "@folio/stripes-acq-components": "~6.0.0", "@folio/stripes-data-transfer-components": "^6.0.0", "classnames": "^2.2.5", "dom-helpers": "^5.2.0",