Skip to content

Commit

Permalink
v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dxinteractive committed May 22, 2019
1 parent 7046f58 commit c8a8513
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.19.2"
"version": "0.20.0"
}
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.19.2",
"version": "0.20.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.19.2",
"version": "0.20.0",
"description": "A library for editing data structures that works really well with React.",
"main": "lib/index.js",
"license": "UNLICENSED",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"babel-runtime": "6.23.0",
"dataparcels": "^0.19.2",
"dataparcels": "^0.20.0",
"unmutable": "^0.41.1"
},
"peerDependencies": {
Expand Down

0 comments on commit c8a8513

Please sign in to comment.