Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @redux-requests/[email protected]
 - @redux-requests/[email protected]
  • Loading branch information
klis87 committed Oct 1, 2020
1 parent 4bc4e2a commit 79553b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/redux-requests-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redux-requests/react",
"version": "1.0.0",
"version": "1.1.0",
"description": "React bindings for redux-requests, declarative AJAX requests and automatic network state management for Redux",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@babel/core": "7.10.5",
"@babel/preset-env": "7.10.4",
"@babel/preset-react": "7.10.4",
"@redux-requests/core": "^1.0.0",
"@redux-requests/core": "^1.1.0",
"@types/react": "16.9.43",
"babel-jest": "26.1.0",
"babel-loader": "8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/redux-requests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@redux-requests/core",
"version": "1.0.0",
"version": "1.1.0",
"description": "Declarative AJAX requests and automatic network state management for Redux",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 79553b9

Please sign in to comment.