Skip to content

Commit

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

##### Other Changes

- //github.com/CodeTanzania/ewea-api-states into develop ([a81dd477](https://github.com/CodeTanzania/ewea-api-states/commit/a81dd47793b55bac8231547d818035d9c2a52cb3))

#### 0.29.0 (2020-06-09)

##### New Features
Expand Down
56 changes: 28 additions & 28 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codetanzania/ewea-api-states",
"version": "0.29.0",
"version": "0.30.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.22.0",
"@codetanzania/ewea-api-client": ">=0.23.0",
"@reduxjs/toolkit": ">=1.3.6",
"axios": ">=0.19.2",
"inflection": ">=1.12.0",
Expand All @@ -66,7 +66,7 @@
"@commitlint/cli": ">=8.3.5",
"@commitlint/config-conventional": ">=8.3.4",
"@commitlint/travis-cli": ">=8.3.5",
"@testing-library/dom": "^7.11.0",
"@testing-library/dom": "^7.12.0",
"@testing-library/react": ">=10.2.1",
"babel-eslint": ">=10.1.0",
"babel-jest": ">=26.0.1",
Expand All @@ -75,17 +75,17 @@
"eslint": ">=7.2.0",
"eslint-config-airbnb": ">=18.1.0",
"eslint-config-prettier": ">=6.11.0",
"eslint-plugin-import": ">=2.21.1",
"eslint-plugin-import": ">=2.21.2",
"eslint-plugin-jest": ">=23.13.2",
"eslint-plugin-jsdoc": ">=27.0.5",
"eslint-plugin-jsdoc": ">=27.0.6",
"eslint-plugin-jsx-a11y": ">=6.2.3",
"eslint-plugin-prettier": ">=3.1.3",
"eslint-plugin-react": ">=7.20.0",
"faker": ">=4.1.0",
"generate-changelog": ">=1.8.0",
"husky": ">=4.2.5",
"jest": ">=26.0.1",
"lint-staged": ">=10.2.9",
"lint-staged": ">=10.2.10",
"prettier": ">=2.0.5",
"react-dom": ">=16.13.1",
"redux-mock-store": ">=1.5.4",
Expand Down

0 comments on commit ce1d13c

Please sign in to comment.