Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Jan 6, 2018
1 parent 25eb78d commit b24abea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "3.0.7"
"version": "3.1.0"
}
2 changes: 1 addition & 1 deletion packages/dnd-multi-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "dnd-multi-backend",
"version": "3.0.7",
"version": "3.1.0",
"description": "Multi Backend system compatible with DnD Core / React DnD",
"author": "Louis Brunner <louis.brunner.fr@gmail.com> (https://github.com/LouisBrunner)",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-dnd-multi-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-multi-backend",
"version": "3.0.7",
"version": "3.1.0",
"description": "Multi Backend system compatible with React DnD",
"author": "Louis Brunner <louis.brunner.fr@gmail.com> (https://github.com/LouisBrunner)",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
],
"main": "lib/index.js",
"dependencies": {
"dnd-multi-backend": "^3.0.7",
"dnd-multi-backend": "^3.1.0",
"prop-types": "^15.5.8",
"react": "*",
"react-dnd-html5-backend": "*",
Expand Down

0 comments on commit b24abea

Please sign in to comment.