Skip to content

Commit

Permalink
Release v4.0.0 (#1372)
Browse files Browse the repository at this point in the history
* Release v4.0.0

* force build against npm-folio

This is a release branch that needs to be built against npm-folio, not
npm-folioci. Adding the `yarn.lock` file allows us to do that, thus
ignoring unreleased changes to `@folio/stripes` libraries that may
adversely affect test results.
  • Loading branch information
zburke authored Jun 17, 2020
1 parent 8b6322b commit 49b7065
Show file tree
Hide file tree
Showing 3 changed files with 12,850 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

## [4.0.0] (IN PROGRESS)

* Support `login` `v7.0` (some unused endpoints were removed). Refs UIU-1663, UIU-1672.
* Support `users-bl` `v6.0` (some unused endpoints were removed). Refs STCOR-436, STRIPES-685.
* Change Fee/Fine Owner by Service Point name where the transaction took place. Refs. UIU-1398.
* Support `loan-storage` interface version 7.0. UIU-1598.
* Add posibility to view/create/edit custom fields on user record. UIU-1279.
Expand Down Expand Up @@ -60,6 +58,8 @@
* On user-edit screen, show "send reset password link" whenever username is present. Refs UIU-1672.
* Display automated patron blocks on renewing in loans context. Refs UIU-1276.
* Do not create an empty-string password when adding a username to a user. Refs UIU-1671.
* Support `login` `v7.0` (some unused endpoints were removed). Refs UIU-1663, UIU-1672.
* Support `users-bl` `v6.0` (some unused endpoints were removed). Refs STCOR-436, STRIPES-685.
* Fix incorrect display of the date in the `Return date` field. Refs UIU-1204.

## [3.0.0](https://github.com/folio-org/ui-users/tree/v3.0.0) (2020-03-17)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/users",
"version": "3.0.0",
"version": "4.0.0",
"description": "User management",
"repository": "folio-org/ui-users",
"publishConfig": {
Expand Down
Loading

0 comments on commit 49b7065

Please sign in to comment.