Skip to content

Commit

Permalink
v4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Jun 18, 2018
1 parent 362eaa9 commit 12e3dbf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.9.0",
"version": "4.0.5",
"version": "4.0.6",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
4 changes: 2 additions & 2 deletions packages/documentation/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-documentation",
"version": "4.0.5",
"version": "4.0.6",
"private": true,
"scripts": {
"clean": "rimraf __site__ __site_prerender__",
Expand Down Expand Up @@ -46,7 +46,7 @@
"lodash": "^4.17.10",
"react": "^16.4.0",
"react-dnd": "^4.0.5",
"react-dnd-html5-backend": "^4.0.5",
"react-dnd-html5-backend": "^4.0.6",
"react-dnd-test-backend": "^4.0.5",
"react-dom": "^16.4.0",
"react-frame-component": "git://github.com/ryanseddon/react-frame-component.git#bcc0af0a4fc43c8e50908f478133cf8ee528238c",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dnd-html5-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-html5-backend",
"version": "4.0.5",
"version": "4.0.6",
"description": "HTML5 backend for React DnD",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 12e3dbf

Please sign in to comment.