Skip to content

Commit

Permalink
v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dxinteractive committed Oct 25, 2018
1 parent 6db5ef2 commit d0c7487
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.16.0-2"
"version": "0.16.0"
}
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.16.0-2",
"version": "0.16.0",
"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.16.0-2",
"version": "0.16.0",
"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.16.0-2",
"version": "0.16.0",
"description": "A library for editing data structures that works really well with React.",
"main": "lib/index.js",
"license": "UNLICENSED",
Expand All @@ -22,7 +22,7 @@
"watch": "yarn run build -w"
},
"dependencies": {
"dataparcels": "^0.16.0-2",
"dataparcels": "^0.16.0",
"unmutable": "^0.39.0"
}
}

0 comments on commit d0c7487

Please sign in to comment.