Skip to content

Commit

Permalink
v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dxinteractive committed May 30, 2019
1 parent fc0f127 commit 2d32ef1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.21.0-alpha.0"
"version": "0.21.0"
}
4 changes: 2 additions & 2 deletions 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.21.0-alpha.0",
"version": "0.21.0",
"description": "Dataparcels Documentation",
"author": "Damien Clarke",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
"watch": "gatsby develop"
},
"dependencies": {
"dataparcels": "^0.21.0-alpha.0",
"dataparcels": "^0.21.0",
"dcme-gatsby": "^0.5.0",
"dcme-style": "^0.27.4",
"gatsby": "^2.0.19",
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.21.0-alpha.0",
"version": "0.21.0",
"description": "A library for editing data structures that works really well with React.",
"main": "lib/index.js",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions 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.21.0-alpha.0",
"version": "0.21.0",
"description": "A plugin for react-dataparcels that adds drag and drop re-ordering of elements.",
"main": "lib/index.js",
"license": "MIT",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@babel/core": "^7.1.2",
"babel-preset-blueflag": "^1.0.0",
"blueflag-test": "^0.22.0",
"dataparcels": "^0.21.0-alpha.0",
"dataparcels": "^0.21.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"size-limit": "^0.21.1"
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.21.0-alpha.0",
"version": "0.21.0",
"description": "A library for editing data structures that works really well with React.",
"main": "lib/index.js",
"license": "MIT",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"dataparcels": "^0.21.0-alpha.0",
"dataparcels": "^0.21.0",
"unmutable": "^0.41.1",
"use-debounce": "^1.1.3"
},
Expand Down

0 comments on commit 2d32ef1

Please sign in to comment.