Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aliaksei-chumakou committed Apr 26, 2019
1 parent b39906f commit 0ada66d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Change history for ui-organizations

## 1.0.0
## [1.0.0](https://github.com/folio-org/ui-organizations/tree/v1.0.0) (2019-04-26)
* Migrate from ui-vendors
* UIORGS-53 make org status values consistent with back-end
* UIORGS-46 View Contact component
* UIORGS-43 View "contact person" on organization view
* UIORGS-33 Swith to new API (organizations-storage)
* UIORGS-23 Remove asterisks from fields in translations
* UIORGS-17 Create BigTest skeleton/Mirage
* UIORGS-4 Restructure "edit vendor" screen for organizations
* UIORGS-3 Restructure "create vendor" screen for organizations
* UIORGS-2 Restructure "view details" screen for organizations
* UIORGS-1 Project Setup
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
"home": "/organizations?sort=Name",
"hasSettings": true,
"okapiInterfaces": {
"organizations-storage.contacts": "1.0",
"organizations-storage.interfaces": "1.0",
"organizations-storage.organizations": "1.0",
"organizations-storage.emails": "1.0",
"organizations-storage.phone-numbers": "1.0",
Expand Down Expand Up @@ -69,7 +71,7 @@
},
{
"permissionName": "ui-organizations.view",
"displayName": "Organizations: View organziations",
"displayName": "Organizations: View organizations",
"visible": true,
"description": "",
"subPermissions": [
Expand Down Expand Up @@ -178,7 +180,7 @@
"lodash": "^4.17.5",
"moment-timezone": "^0.5.20",
"prop-types": "^15.5.10",
"query-string": "^5.0.0",
"query-string": "^6.1.0",
"react-router-dom": "^4.3.1",
"react-tether": "^1.0.1",
"redux-form": "^7.3.0",
Expand Down

0 comments on commit 0ada66d

Please sign in to comment.