Skip to content

Commit

Permalink
Release v3.0.1 (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke authored Apr 6, 2020
1 parent fdc2ca6 commit 465fffa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/users",
"version": "3.0.0",
"version": "3.0.1",
"description": "User management",
"repository": "folio-org/ui-users",
"publishConfig": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": "*"
Expand Down

0 comments on commit 465fffa

Please sign in to comment.