Skip to content

Commit

Permalink
v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dxinteractive committed Mar 22, 2019
1 parent 4bf40d6 commit 7d02871
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.18.2"
"version": "0.19.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.18.1",
"version": "0.19.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.18.2",
"version": "0.19.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.18.2",
"version": "0.19.0",
"description": "A library for editing data structures that works really well with React.",
"main": "lib/index.js",
"license": "UNLICENSED",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"babel-runtime": "6.23.0",
"dataparcels": "^0.18.2",
"dataparcels": "^0.19.0",
"unmutable": "^0.41.1"
},
"peerDependencies": {
Expand Down

0 comments on commit 7d02871

Please sign in to comment.