diff --git a/CHANGELOG.md b/CHANGELOG.md index edbbb333..e0109bc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ # Change history for stripes-erm-components -## 9.2.0 In progress - -## 9.1.2 2924-05-28 +## 9.2.0 2024-10-30 + * ERM-3373 Update module license and guidance for stripes-erm-components + * ERM-3344 Move GitHub actions to shared workflows + * ERM-3332 Add documents filter to agreement line search + * ERM-3297 Block save on invalid date in agreement edit + * ERM-3273 React v19: refactor stripes-erm-components away from default props for functional components + * ERM-3249 Upgrade useFetchMultiplePages to allow an arbitrary selection of pages to be fetched at once + +## 9.1.2 2024-05-28 * ERM-3220 Update pagination mechanisms for MCLs to work without stats * useFetchMultiplePages hook * usePrevNextPagination hook prop "hasNextPage" diff --git a/package.json b/package.json index 6b3df109..59eeef58 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,9 @@ "@babel/eslint-parser": "^7.15.0", "@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-erm-testing": "^2.1.0", + "@folio/stripes": "^9.2.0", + "@folio/stripes-cli": "^3.2.0", + "@folio/stripes-erm-testing": "^2.2.0", "@formatjs/cli": "^6.1.3", "classnames": ">=2.2.6", "core-js": "^3.6.1", @@ -44,7 +44,7 @@ "zustand": "^4.4.0" }, "dependencies": { - "@k-int/stripes-kint-components": "^5.5.1", + "@k-int/stripes-kint-components": "^5.8.3", "dayjs": "^1.11.13", "final-form": "^4.18.4", "final-form-arrays": "^3.0.1", @@ -59,7 +59,7 @@ "validator": "^13.11.0" }, "peerDependencies": { - "@folio/stripes": "^9.1.0", + "@folio/stripes": "^9.2.0", "react": "^18.2.0", "react-intl": "^6.4.4", "react-query": "^3.9.0",