Skip to content

Commit

Permalink
Merge pull request #80 from folio-org/v1.2.0
Browse files Browse the repository at this point in the history
Release v1.2.0
  • Loading branch information
aliaksei-chumakou authored Jun 11, 2019
2 parents c0094fa + dfcc4eb commit 9eb9f8e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"parser": "babel-eslint",
"extends": "@folio/eslint-config-stripes",
"plugins": [
"filenames"
"filenames",
"no-only-tests"
],
"rules": {
"filenames/match-exported": "error",
Expand Down Expand Up @@ -115,6 +116,7 @@
"error",
3
],
"no-only-tests/no-only-tests": "error",
"no-constant-condition": "error"
}
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change history for ui-organizations

## [1.2.0](https://github.com/folio-org/ui-organizations/tree/v1.1.0) (2019-06-11)
[Full Changelog](https://github.com/folio-org/ui-organizations/compare/v1.1.0...v1.2.0)
* [UIORGS-76](https://issues.folio.org/browse/UIORGS-76) Permissions problems with ui-organizations;
* [UIORGS-72](https://issues.folio.org/browse/UIORGS-72) Add “Is Vendor” column to Organizations search results and add Filter for "Is Vendor";
* [UIORGS-47](https://issues.folio.org/browse/UIORGS-47) Create/Edit Contact Form;
* [UIORGS-55](https://issues.folio.org/browse/UIORGS-55) Organizations App | Interface Accordion > New Field : Interface Type;
* [UIORGS-36](https://issues.folio.org/browse/UIORGS-36) Un-assign and delete interface form View interface;
* [UIORGS-35](https://issues.folio.org/browse/UIORGS-35) Assign Interfaces;
* [UIORGS-34](https://issues.folio.org/browse/UIORGS-34) Create and Edit interfaces;
* [UIORGS-57](https://issues.folio.org/browse/UIORGS-57) un-assign from organization edit;
* [UIORGS-67](https://issues.folio.org/browse/UIORGS-67) Add note field to contact person;
* [UIORGS-51](https://issues.folio.org/browse/UIORGS-51) Select and add multiple contacts at once;
* [UIORGS-56](https://issues.folio.org/browse/UIORGS-56) View interface;

## [1.1.0](https://github.com/folio-org/ui-organizations/tree/v1.1.0) (2019-05-10)
[Full Changelog](https://github.com/folio-org/ui-organizations/compare/v1.0.0...v1.1.0)

Expand Down
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/organizations",
"version": "1.1.0",
"version": "1.2.0",
"description": "Organizations",
"main": "index.js",
"repository": "",
Expand All @@ -19,8 +19,8 @@
"home": "/organizations?sort=Name",
"hasSettings": true,
"okapiInterfaces": {
"organizations-storage.contacts": "1.0",
"organizations-storage.interfaces": "1.0",
"organizations-storage.contacts": "1.1",
"organizations-storage.interfaces": "1.1",
"organizations-storage.organizations": "1.0",
"organizations-storage.emails": "1.0",
"organizations-storage.phone-numbers": "1.0",
Expand Down Expand Up @@ -161,14 +161,15 @@
"@bigtest/mocha": "^0.5.2",
"@bigtest/react": "^0.1.2",
"@folio/eslint-config-stripes": "^4.1.0",
"@folio/stripes": "^2.6.0",
"@folio/stripes": "^2.7.0",
"@folio/stripes-cli": "^1.8.0",
"@folio/stripes-components": "^5.0.2",
"@folio/stripes-components": "^5.4.0",
"babel-eslint": "^9.0.0",
"babel-polyfill": "^6.26.0",
"chai": "^4.2.0",
"eslint": "^5.6.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-no-only-tests": "^2.3.0",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-intl": "^2.4.0",
Expand All @@ -186,11 +187,11 @@
"redux-form": "^7.3.0"
},
"peerDependencies": {
"@folio/stripes": "^2.6.0",
"@folio/stripes": "^2.7.0",
"react": "*"
},
"optionalDependencies": {
"@folio/plugin-find-contact": "^1.0.0",
"@folio/plugin-find-contact": "^1.1.0",
"@folio/plugin-find-interface": "^1.0.0"
}
}

0 comments on commit 9eb9f8e

Please sign in to comment.