Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
klis87 committed Sep 6, 2019
1 parent 03cc552 commit db1aa43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/redux-saga-requests-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-saga-requests-react",
"version": "0.2.0",
"version": "0.2.1",
"description": "React bindings for Redux-Saga-Requests, Redux-Saga addon to simplify AJAX requests",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -70,7 +70,7 @@
"react-test-renderer": "16.9.0",
"redux": "4.0.4",
"redux-mock-store": "1.5.3",
"redux-saga-requests": "^0.26.0",
"redux-saga-requests": "^0.26.1",
"rimraf": "3.0.0",
"typescript": "3.6.2",
"webpack": "4.39.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-saga-requests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-saga-requests",
"version": "0.26.0",
"version": "0.26.1",
"description": "Redux-Saga addon to simplify AJAX requests",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit db1aa43

Please sign in to comment.