diff --git a/CHANGELOG.md b/CHANGELOG.md index bbd4d70da..43e83cf95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change history for ui-data-import -## **7.2.0** (in progress) +## **8.0.0** (in progress) ### Features added: * Fix unit tests warnings in console. (UIDATIMP-1606) @@ -13,6 +13,7 @@ * Adjust value for invoice and invoice lines adjustments "Type" field mapping. (UIDATIMP-1662) * Remove accepted values when Mapping profile is created/updated (Instance, Holding, Item and Order). (UIDATIMP-1663) * Update 'Instance relationship' accordion name - Data Import Mapping (UIDATIMP-1670) +* *BREAKING* Bump `stripes` to `v9.2.0` for Ramsons release. (UIDATIMP-1669) ### Bugs fixed: * Remove `selected` column from associated profiles list. (UIDATIMP-1607) diff --git a/package.json b/package.json index 9d2726504..49d717455 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/data-import", - "version": "7.1.8", + "version": "8.0.0", "description": "Data Import manager", "main": "src/index.js", "repository": "folio-org/ui-data-import", @@ -24,13 +24,13 @@ "@babel/plugin-transform-runtime": "^7.22.15", "@folio/eslint-config-stripes": "^7.1.0", "@folio/jest-config-stripes": "^2.0.0", - "@folio/stripes": "^9.1.0", - "@folio/stripes-cli": "^3.1.0", - "@folio/stripes-components": "^12.0.0", - "@folio/stripes-core": "^10.0.1", - "@folio/stripes-final-form": "^8.0.0", - "@folio/stripes-form": "^9.0.0", - "@folio/stripes-smart-components": "^9.0.1", + "@folio/stripes": "^9.2.0", + "@folio/stripes-cli": "^3.2.0", + "@folio/stripes-components": "^12.2.0", + "@folio/stripes-core": "^10.2.0", + "@folio/stripes-final-form": "^8.1.0", + "@folio/stripes-form": "^9.1.0", + "@folio/stripes-smart-components": "^9.2.0", "@folio/stripes-testing": "^4.5.0", "@formatjs/cli": "^6.1.3", "babel-polyfill": "^6.26.0", @@ -69,7 +69,7 @@ "redux-form": "^8.3.7" }, "peerDependencies": { - "@folio/stripes": "^9.1.0", + "@folio/stripes": "^9.2.0", "react": "^18.2.0", "react-intl": "^6.4.4", "react-redux": "^8.0.5",