diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c0f49e1..8b6527aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change history for ui-plugin-bursar-export -## 3.0.0 (IN PROGRESS) +## 3.1.0 (IN PROGRESS) + +## [3.0.0](https://github.com/folio-org/ui-plugin-bursar-export/tree/v3.0.0) (2023-10-16) +[Full Changelog](https://github.com/folio-org/ui-plugin-bursar-export/compare/v2.4.0...v3.0.0) * Support `feesfines` interface version `18.0`. Refs UIPBEX-45. * *BREAKING* bump `react-intl` to `v6.4.4`. Refs UICAL-275 * *BREAKING* Upgrade react v18.0.0. Refs FOLIO-3876. diff --git a/package.json b/package.json index 969ae39a..0a765266 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "final-form": "^4.18.2", "final-form-arrays": "^3.0.1", "react": "^18.2.0", - "react-dom": "^118.2.0", + "react-dom": "^18.2.0", "react-intl": "^6.4.4", "react-query": "^3.6.0", "react-router": "^5.2.0",