Skip to content

Commit

Permalink
Merge branch 'release/0.28.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
lykmapipo committed Jun 4, 2020
2 parents bf2426f + 8a31e75 commit 467b64e
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 101 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#### 0.28.0 (2020-06-04)

##### New Features

- add party nationality ([6fd601fb](https://github.com/CodeTanzania/ewea-api-states/commit/6fd601fbab4b4645f6a92b93ea27edb5ed2b6eec))

##### Other Changes

- //github.com/CodeTanzania/ewea-api-states into develop ([2529a547](https://github.com/CodeTanzania/ewea-api-states/commit/2529a547db20090dce4fb7defd03224105502ccb))

#### 0.27.2 (2020-06-04)

##### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion es/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ function app(state = appDefaultState, action) {
}
} // all resources exposed by this library

const resources = ['administrativeArea', 'administrativeLevel', 'agency', 'campaign', 'changelog', 'dispatch', 'event', 'eventAction', 'eventActionCatalogue', 'eventFunction', 'eventGroup', 'eventIndicator', 'eventLevel', 'eventSeverity', 'eventCertainty', 'eventStatus', 'eventUrgency', 'eventResponse', 'eventQuestion', 'eventTopic', 'eventType', 'feature', 'featureType', 'focalPerson', 'notificationTemplate', 'partyGender', 'partyGroup', 'partyOwnership', 'partyRole', 'partyOccupation', 'permission', 'priority', 'unit', 'vehicle', 'vehicleModel', 'vehicleMake', 'vehicleStatus', 'vehicleType', 'case']; // Exposed reports by the API
const resources = ['administrativeArea', 'administrativeLevel', 'agency', 'campaign', 'changelog', 'dispatch', 'event', 'eventAction', 'eventActionCatalogue', 'eventFunction', 'eventGroup', 'eventIndicator', 'eventLevel', 'eventSeverity', 'eventCertainty', 'eventStatus', 'eventUrgency', 'eventResponse', 'eventQuestion', 'eventTopic', 'eventType', 'feature', 'featureType', 'focalPerson', 'notificationTemplate', 'partyGender', 'partyGroup', 'partyOwnership', 'partyRole', 'partyOccupation', 'partyNationality', 'permission', 'priority', 'unit', 'vehicle', 'vehicleModel', 'vehicleMake', 'vehicleStatus', 'vehicleType', 'case']; // Exposed reports by the API

const REPORTS = ['action', 'alert', 'case', 'dispatch', 'effect', 'event', 'indicator', 'need', 'overview', 'party', 'resource', 'risk'];
const slices = createResourcesSlices(resources);
Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ function app(state = appDefaultState, action) {
}
} // all resources exposed by this library

const resources = ['administrativeArea', 'administrativeLevel', 'agency', 'campaign', 'changelog', 'dispatch', 'event', 'eventAction', 'eventActionCatalogue', 'eventFunction', 'eventGroup', 'eventIndicator', 'eventLevel', 'eventSeverity', 'eventCertainty', 'eventStatus', 'eventUrgency', 'eventResponse', 'eventQuestion', 'eventTopic', 'eventType', 'feature', 'featureType', 'focalPerson', 'notificationTemplate', 'partyGender', 'partyGroup', 'partyOwnership', 'partyRole', 'partyOccupation', 'permission', 'priority', 'unit', 'vehicle', 'vehicleModel', 'vehicleMake', 'vehicleStatus', 'vehicleType', 'case']; // Exposed reports by the API
const resources = ['administrativeArea', 'administrativeLevel', 'agency', 'campaign', 'changelog', 'dispatch', 'event', 'eventAction', 'eventActionCatalogue', 'eventFunction', 'eventGroup', 'eventIndicator', 'eventLevel', 'eventSeverity', 'eventCertainty', 'eventStatus', 'eventUrgency', 'eventResponse', 'eventQuestion', 'eventTopic', 'eventType', 'feature', 'featureType', 'focalPerson', 'notificationTemplate', 'partyGender', 'partyGroup', 'partyOwnership', 'partyRole', 'partyOccupation', 'partyNationality', 'permission', 'priority', 'unit', 'vehicle', 'vehicleModel', 'vehicleMake', 'vehicleStatus', 'vehicleType', 'case']; // Exposed reports by the API

const REPORTS = ['action', 'alert', 'case', 'dispatch', 'effect', 'event', 'indicator', 'need', 'overview', 'party', 'resource', 'risk'];
const slices = createResourcesSlices(resources);
Expand Down
113 changes: 18 additions & 95 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codetanzania/ewea-api-states",
"version": "0.27.2",
"version": "0.28.0",
"description": "EWEA Redux state management library",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"homepage": "https://github.com/CodeTanzania/ewea-api-states#readme",
"dependencies": {
"@codetanzania/ewea-api-client": ">=0.20.0",
"@codetanzania/ewea-api-client": ">=0.21.0",
"@reduxjs/toolkit": ">=1.3.6",
"axios": ">=0.19.2",
"inflection": ">=1.12.0",
Expand All @@ -67,7 +67,7 @@
"@commitlint/config-conventional": ">=8.3.4",
"@commitlint/travis-cli": ">=8.3.5",
"@testing-library/dom": "^7.9.0",
"@testing-library/react": ">=10.1.0",
"@testing-library/react": ">=10.2.0",
"babel-eslint": ">=10.1.0",
"babel-jest": ">=26.0.1",
"commitizen": ">=4.1.2",
Expand All @@ -85,7 +85,7 @@
"generate-changelog": ">=1.8.0",
"husky": ">=4.2.5",
"jest": ">=26.0.1",
"lint-staged": ">=10.2.8",
"lint-staged": ">=10.2.9",
"prettier": ">=2.0.5",
"react-dom": ">=16.13.1",
"redux-mock-store": ">=1.5.4",
Expand Down
1 change: 1 addition & 0 deletions src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export const resources = [
'partyOwnership',
'partyRole',
'partyOccupation',
'partyNationality',
'permission',
'priority',
'unit',
Expand Down

0 comments on commit 467b64e

Please sign in to comment.