Skip to content

Commit

Permalink
fix old bug, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
arackaf committed Apr 1, 2018
1 parent e87bd01 commit 5a310d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/mutation.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ exports.default = (clientDeprecated, mutation, packet = {}) => BaseComponent =>
clientDeprecated = null;
}

const { mapProps = props => props, clientOption } = packet;
const { mapProps = props => props, client: clientOption } = packet;
const client = clientOption || clientDeprecated || _client.defaultClientManager.getDefaultClient();

if (!client) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "micro-graphql-react",
"version": "0.1.1-beta2",
"version": "0.1.2",
"description": "",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 5a310d5

Please sign in to comment.