Skip to content

Commit

Permalink
v3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Jul 11, 2018
1 parent 2ed6782 commit e7674b6
Show file tree
Hide file tree
Showing 3 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
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "3.1.7"
"version": "3.1.8"
}
4 changes: 2 additions & 2 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.7",
"version": "3.1.8",
"description": "Multi Backend system compatible with React DnD",
"author": "Louis Brunner <[email protected]> (https://github.com/LouisBrunner)",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"dnd-multi-backend": "^3.1.7",
"prop-types": "^15.6.2",
"react-dnd-preview": "^3.1.7"
"react-dnd-preview": "^3.1.8"
},
"peerDependencies": {
"react": "*",
Expand Down
2 changes: 1 addition & 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.7",
"version": "3.1.8",
"description": "Preview component for React DnD",
"author": "Louis Brunner <[email protected]> (https://github.com/LouisBrunner)",
"license": "MIT",
Expand Down

0 comments on commit e7674b6

Please sign in to comment.