Skip to content

Commit

Permalink
Merge branch 'release/0.29.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
lykmapipo committed Jun 9, 2020
2 parents 467b64e + d4d3c74 commit 57bb831
Show file tree
Hide file tree
Showing 6 changed files with 137 additions and 60 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### 0.29.0 (2020-06-09)

##### New Features

- add case stage & severity ([0f684fa8](https://github.com/CodeTanzania/ewea-api-states/commit/0f684fa802a389f82ece08db8338288f03b69a6a))

#### 0.28.0 (2020-06-04)

##### New Features
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', 'partyNationality', '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', 'caseStage', 'caseSeverity']; // 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', 'partyNationality', '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', 'caseStage', 'caseSeverity']; // 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
169 changes: 119 additions & 50 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codetanzania/ewea-api-states",
"version": "0.28.0",
"version": "0.29.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.21.0",
"@codetanzania/ewea-api-client": ">=0.22.0",
"@reduxjs/toolkit": ">=1.3.6",
"axios": ">=0.19.2",
"inflection": ">=1.12.0",
Expand All @@ -66,18 +66,18 @@
"@commitlint/cli": ">=8.3.5",
"@commitlint/config-conventional": ">=8.3.4",
"@commitlint/travis-cli": ">=8.3.5",
"@testing-library/dom": "^7.9.0",
"@testing-library/react": ">=10.2.0",
"@testing-library/dom": "^7.11.0",
"@testing-library/react": ">=10.2.1",
"babel-eslint": ">=10.1.0",
"babel-jest": ">=26.0.1",
"commitizen": ">=4.1.2",
"cz-conventional-changelog": ">=3.2.0",
"eslint": ">=7.1.0",
"eslint": ">=7.2.0",
"eslint-config-airbnb": ">=18.1.0",
"eslint-config-prettier": ">=6.11.0",
"eslint-plugin-import": ">=2.20.2",
"eslint-plugin-import": ">=2.21.1",
"eslint-plugin-jest": ">=23.13.2",
"eslint-plugin-jsdoc": ">=27.0.3",
"eslint-plugin-jsdoc": ">=27.0.5",
"eslint-plugin-jsx-a11y": ">=6.2.3",
"eslint-plugin-prettier": ">=3.1.3",
"eslint-plugin-react": ">=7.20.0",
Expand All @@ -89,7 +89,7 @@
"prettier": ">=2.0.5",
"react-dom": ">=16.13.1",
"redux-mock-store": ">=1.5.4",
"rollup": ">=2.13.1",
"rollup": ">=2.15.0",
"rollup-plugin-babel": ">=4.4.0"
},
"jest": {
Expand Down
2 changes: 2 additions & 0 deletions src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ export const resources = [
'vehicleStatus',
'vehicleType',
'case',
'caseStage',
'caseSeverity',
];

// Exposed reports by the API
Expand Down

0 comments on commit 57bb831

Please sign in to comment.