From 3a1786df17da7da9cfcd74e55f00797cf0430eab Mon Sep 17 00:00:00 2001 From: John Coburn Date: Fri, 5 Oct 2018 09:02:52 -0500 Subject: [PATCH 1/2] update package.json and changelog --- CHANGELOG.md | 8 +++++--- package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e737c97d..e27d9ca23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Change history for ui-users -## 2.17.0 -* Depend on `@folio/stripes`. -* Update imports for components moved from `stripes-components` to `stripes-smart-components`. +## [2.17.0](https://github.com/folio-org/ui-users/tree/v2.16.0) (2018-10-5) +[Full Changelog](https://github.com/folio-org/ui-users/compare/v2.16.0...v2.17.0) + +* Depend on `@folio/stripes`. (Part of FOLIO-1547) +* Update imports for components moved from `stripes-components` to `stripes-smart-components`. (Part of FOLIO-1547) ## [2.16.0](https://github.com/folio-org/ui-users/tree/v2.16.0) (2018-09-27) [Full Changelog](https://github.com/folio-org/ui-users/compare/v2.11.0...v2.16.0) diff --git a/package.json b/package.json index 9e11a6e33..7b968c337 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/users", - "version": "2.16.0", + "version": "2.17.0", "description": "User management", "repository": "folio-org/ui-users", "publishConfig": { From 0edba0b9175a32d786d13f275f4b894d267b5cd4 Mon Sep 17 00:00:00 2001 From: John Coburn Date: Fri, 5 Oct 2018 09:58:58 -0500 Subject: [PATCH 2/2] correct link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e27d9ca23..2ba1e08e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Change history for ui-users -## [2.17.0](https://github.com/folio-org/ui-users/tree/v2.16.0) (2018-10-5) +## [2.17.0](https://github.com/folio-org/ui-users/tree/v2.17.0) (2018-10-5) [Full Changelog](https://github.com/folio-org/ui-users/compare/v2.16.0...v2.17.0) * Depend on `@folio/stripes`. (Part of FOLIO-1547)