Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pushkar8723 committed Sep 27, 2019
1 parent e114b7c commit 9ba71f7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.0.2"
"version": "0.0.3"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkx/core",
"version": "0.0.2",
"version": "0.0.3",
"description": "Sparkx state management module",
"author": "Pushkar Anand <pushkar8723@gmail.com>",
"homepage": "https://github.com/pushkar8723/sparkx/tree/master/packages/core#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkx/react",
"version": "0.0.2",
"version": "0.0.3",
"description": "Sparkx facade for React",
"author": "Pushkar Anand <pushkar8723@gmail.com>",
"homepage": "https://github.com/pushkar8723/sparkx/tree/master/packages/react#readme",
Expand Down Expand Up @@ -36,7 +36,7 @@
"react-dom": "^16.8.3"
},
"dependencies": {
"@sparkx/core": "^0.0.2",
"@sparkx/core": "^0.0.3",
"@uirouter/react": "^0.8.9",
"react-redux": "^7.0.3",
"redux": "^4.0.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sparkx/services",
"version": "0.0.2",
"version": "0.0.3",
"description": "Sparkx services",
"author": "Pushkar Anand <pushkar8723@gmail.com>",
"homepage": "https://github.com/pushkar8723/sparkx/tree/master/packages/services#readme",
Expand Down Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/pushkar8723/sparkx/issues"
},
"dependencies": {
"@sparkx/core": "^0.0.2",
"@sparkx/core": "^0.0.3",
"axios": "^0.19.0"
}
}

0 comments on commit 9ba71f7

Please sign in to comment.