Skip to content

Commit

Permalink
v0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dxinteractive committed Jul 16, 2019
1 parent 1dfb586 commit f6d39b2
Show file tree
Hide file tree
Showing 4 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
@@ -1,5 +1,5 @@
{
"lerna": "3.10.7",
"npmClient": "yarn",
"version": "0.24.0"
"version": "0.24.1"
}
2 changes: 1 addition & 1 deletion packages/dataparcels-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dataparcels-docs",
"private": true,
"version": "0.24.0",
"version": "0.24.1",
"description": "Dataparcels Documentation",
"author": "Damien Clarke",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dataparcels-drag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dataparcels-drag",
"version": "0.24.0",
"version": "0.24.1",
"description": "A plugin for react-dataparcels that adds drag and drop re-ordering of elements.",
"main": "lib/index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dataparcels/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dataparcels",
"version": "0.24.0",
"version": "0.24.1",
"description": "A library for editing data structures that works really well with React.",
"main": "lib/index.js",
"license": "MIT",
Expand Down

0 comments on commit f6d39b2

Please sign in to comment.