Skip to content

Commit

Permalink
v3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Jul 10, 2018
1 parent 810ad9f commit 829e281
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "3.1.5"
"version": "3.1.6"
}
2 changes: 1 addition & 1 deletion packages/dnd-multi-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dnd-multi-backend",
"version": "3.1.5",
"version": "3.1.6",
"description": "Multi Backend system compatible with DnD Core / React DnD",
"author": "Louis Brunner <[email protected]> (https://github.com/LouisBrunner)",
"license": "MIT",
Expand Down
12 changes: 8 additions & 4 deletions packages/react-dnd-multi-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dnd-multi-backend",
"version": "3.1.5",
"version": "3.1.6",
"description": "Multi Backend system compatible with React DnD",
"author": "Louis Brunner <[email protected]> (https://github.com/LouisBrunner)",
"license": "MIT",
Expand All @@ -17,16 +17,20 @@
],
"main": "lib/index.js",
"dependencies": {
"dnd-multi-backend": "^3.1.5",
"dnd-multi-backend": "^3.1.6",
"prop-types": "^15.6.2",
"react-dnd-preview": "^3.1.6"
},
"peerDependencies": {
"react": "^16.4.1",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^5.0.1",
"react-dnd-preview": "^3.1.5",
"react-dnd-touch-backend": "^0.5.1",
"react-dom": "*"
},
"devDependencies": {
"object-assign": "^4.1.1"
"object-assign": "^4.1.1",
"react-dnd-html5-backend": "^5.0.1",
"react-dnd-touch-backend": "^0.5.1"
}
}
5 changes: 4 additions & 1 deletion packages/react-dnd-preview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dnd-preview",
"version": "3.1.5",
"version": "3.1.6",
"description": "Preview component for React DnD",
"author": "Louis Brunner <[email protected]> (https://github.com/LouisBrunner)",
"license": "MIT",
Expand All @@ -18,6 +18,9 @@
"dependencies": {
"prop-types": "^15.6.2"
},
"devDependencies": {
"react-dnd-test-backend": "^4.0.5"
},
"peerDependencies": {
"react": "^16.4.1",
"react-dnd": "^5.0.0"
Expand Down

0 comments on commit 829e281

Please sign in to comment.