Skip to content

Commit

Permalink
v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dxinteractive committed Jan 29, 2019
1 parent 1a92a16 commit 1edd56f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 @@
"lerna": "2.9.0",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.17.0"
"version": "0.17.1"
}
2 changes: 1 addition & 1 deletion packages/dataparcels-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dataparcels-docs",
"version": "0.17.0",
"version": "0.17.1",
"description": "Dataparcels Documentation",
"author": "Damien Clarke",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/dataparcels/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dataparcels",
"version": "0.17.0",
"version": "0.17.1",
"description": "A library for editing data structures that works really well with React.",
"main": "lib/index.js",
"license": "UNLICENSED",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-dataparcels/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dataparcels",
"version": "0.17.0",
"version": "0.17.1",
"description": "A library for editing data structures that works really well with React.",
"main": "lib/index.js",
"license": "UNLICENSED",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"babel-runtime": "6.23.0",
"dataparcels": "^0.17.0",
"dataparcels": "^0.17.1",
"unmutable": "^0.39.0"
}
}

0 comments on commit 1edd56f

Please sign in to comment.