Skip to content

Commit

Permalink
v3.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Nov 5, 2018
1 parent b064734 commit 8e4adf3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.8"
"version": "3.1.9"
}
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.7",
"version": "3.1.9",
"description": "Multi Backend system compatible with DnD Core / React DnD",
"author": "Louis Brunner <[email protected]> (https://github.com/LouisBrunner)",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 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.8",
"version": "3.1.9",
"description": "Multi Backend system compatible with React DnD",
"author": "Louis Brunner <[email protected]> (https://github.com/LouisBrunner)",
"license": "MIT",
Expand All @@ -17,9 +17,9 @@
],
"main": "lib/index.js",
"dependencies": {
"dnd-multi-backend": "^3.1.7",
"dnd-multi-backend": "^3.1.9",
"prop-types": "^15.6.2",
"react-dnd-preview": "^3.1.8"
"react-dnd-preview": "^3.1.9"
},
"peerDependencies": {
"react": "*",
Expand Down
8 changes: 4 additions & 4 deletions 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.8",
"version": "3.1.9",
"description": "Preview component for React DnD",
"author": "Louis Brunner <[email protected]> (https://github.com/LouisBrunner)",
"license": "MIT",
Expand All @@ -19,9 +19,9 @@
"prop-types": "^15.6.2"
},
"devDependencies": {
"react-dnd-test-backend": "^5.0.1",
"react": "*",
"react-dnd": "*"
"react": "*",
"react-dnd": "*",
"react-dnd-test-backend": "^5.0.1"
},
"peerDependencies": {
"react": "*",
Expand Down

0 comments on commit 8e4adf3

Please sign in to comment.