From a7dc0b45b4f9c65bef70bd22b038140fa1cd4f88 Mon Sep 17 00:00:00 2001 From: Mariia Aloshyna <55138456+mariia-aloshyna@users.noreply.github.com> Date: Tue, 29 Oct 2024 14:37:16 +0200 Subject: [PATCH 1/2] Change stripes version to v9.2.1 (#1644) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f3f4796e2..f3edc8378 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@babel/plugin-transform-runtime": "^7.22.15", "@folio/eslint-config-stripes": "^7.1.0", "@folio/jest-config-stripes": "^2.0.0", - "@folio/stripes": "^9.2.0", + "@folio/stripes": "^9.2.1", "@folio/stripes-cli": "^3.2.0", "@folio/stripes-components": "^12.2.0", "@folio/stripes-core": "^10.2.0", @@ -69,7 +69,7 @@ "redux-form": "^8.3.7" }, "peerDependencies": { - "@folio/stripes": "^9.2.0", + "@folio/stripes": "^9.2.1", "react": "^18.2.0", "react-intl": "^6.4.4", "react-redux": "^8.0.5", From b44ebe39ae0643b801233404d6e74eaccf56a3a5 Mon Sep 17 00:00:00 2001 From: Mariia_Aloshyna Date: Tue, 29 Oct 2024 18:11:51 +0200 Subject: [PATCH 2/2] 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",