Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tungv committed Jun 24, 2019
1 parent 1c5ff04 commit 96adbcb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "1.0.9"
"version": "1.1.0"
}
2 changes: 1 addition & 1 deletion packages/adapter-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-api-call-adapter-fetch",
"version": "1.0.0",
"version": "1.1.0",
"description": "redux-api-call (npm.im/redux-api-call) adapter to fetch data using HTML5 Fetch API",
"main": ".build/index.js",
"repository": "tungv/redux-api-call",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-api-call",
"version": "1.0.9",
"version": "1.1.0",
"license": "MIT",
"description": "Redux utilities for making API calls",
"repository": "https://github.com/tungv/redux-api-call.git",
Expand Down Expand Up @@ -81,7 +81,7 @@
},
"dependencies": {
"redux-api-call-adapter-dedupe": "^1.0.0",
"redux-api-call-adapter-fetch": "^1.0.0",
"redux-api-call-adapter-fetch": "^1.1.0",
"redux-api-call-adapter-json": "^1.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 96adbcb

Please sign in to comment.