diff --git a/CHANGELOG.md b/CHANGELOG.md index dbd69f714..4de12a678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ # Change history for ui-users -## 3.1.1 (IN PROGRESS) - -* Increase limit of service points in the Associated Service Points dropdown at Settings --> Users --> Fee/Fine Owners. Refs UIU-1540. +## [3.0.1](https://github.com/folio-org/ui-users/tree/v3.0.1) (2020-04-05) +[Full Changelog](https://github.com/folio-org/ui-users/compare/v3.0.0...v3.0.1) + +* Increase limit of service points in Settings > Users > Fee/Fine Owners. Refs UIU-1540. +* Correctly display material type. Refs UIU-1541. +* Correctly handle close-account-details pane. Refs UIU-1542. +* Correctly specify record id in Settings > Users > Comment required. Refs UIU-1544. +* Correctly save Settings > Users > Manual charges entries. Refs UIU-1546. ## [3.0.0](https://github.com/folio-org/ui-users/tree/v3.0.0) (2020-03-17) [Full Changelog](https://github.com/folio-org/ui-users/compare/v2.26.0...v3.0.0) diff --git a/package.json b/package.json index 5ddb1a4b2..dac816d89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/users", - "version": "3.0.0", + "version": "3.0.1", "description": "User management", "repository": "folio-org/ui-users", "publishConfig": { @@ -723,7 +723,7 @@ "@bigtest/mocha": "^0.5.2", "@bigtest/react": "^0.1.2", "@folio/eslint-config-stripes": "^5.2.0", - "@folio/stripes": "^3.0.0", + "@folio/stripes": "^3.1.2", "@folio/stripes-cli": "^1.13.0", "@folio/stripes-core": "^4.0.0", "babel-eslint": "^10.0.3", @@ -756,7 +756,7 @@ "uuid": "^3.0.1" }, "peerDependencies": { - "@folio/stripes": "^3.0.0", + "@folio/stripes": "^3.1.2", "react": "*", "react-router": "*", "react-router-dom": "*"