Skip to content

Commit

Permalink
v7.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Jun 14, 2019
1 parent fe6f8cc commit e883871
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.9.0",
"version": "7.6.0",
"version": "7.6.1",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
8 changes: 4 additions & 4 deletions packages/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-dnd-documentation",
"description": "React DnD Docsite",
"version": "7.6.0",
"version": "7.6.1",
"private": true,
"license": "MIT",
"dependencies": {
Expand Down Expand Up @@ -30,9 +30,9 @@
"prismjs": "^1.15.0",
"query-string": "^6.5.0",
"react": "^16.8.6",
"react-dnd": "^7.6.0",
"react-dnd-examples": "^7.6.0",
"react-dnd-examples-hooks": "^7.6.0",
"react-dnd": "^7.6.1",
"react-dnd-examples": "^7.6.1",
"react-dnd-examples-hooks": "^7.6.1",
"react-dnd-html5-backend": "^7.6.0",
"react-dnd-test-backend": "^7.6.0",
"react-dom": "^16.8.6",
Expand Down
6 changes: 3 additions & 3 deletions packages/examples-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dnd-examples-hooks",
"version": "7.6.0",
"version": "7.6.1",
"private": true,
"description": "Drag and Drop for React",
"main": "lib/cjs/index.js",
Expand All @@ -26,7 +26,7 @@
"faker": "^4.1.0",
"immutability-helper": "^3.0.0",
"query-string": "^6.5.0",
"react-dnd": "^7.6.0",
"react-dnd": "^7.6.1",
"react-dnd-html5-backend": "^7.6.0",
"react-frame-component": "^4.1.0"
},
Expand All @@ -35,7 +35,7 @@
"@types/react-dom": "^16.8.4",
"npm-run-all": "^4.1.5",
"react": "^16.8.6",
"react-dnd-test-utils": "^7.6.0",
"react-dnd-test-utils": "^7.6.1",
"react-dom": "^16.8.6",
"rimraf": "^2.6.3",
"typescript": "^3.5.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dnd-examples",
"version": "7.6.0",
"version": "7.6.1",
"private": true,
"description": "Drag and Drop for React",
"main": "lib/cjs/index.js",
Expand All @@ -26,7 +26,7 @@
"faker": "^4.1.0",
"immutability-helper": "^3.0.0",
"query-string": "^6.5.0",
"react-dnd": "^7.6.0",
"react-dnd": "^7.6.1",
"react-dnd-html5-backend": "^7.6.0",
"react-frame-component": "^4.1.0"
},
Expand All @@ -35,7 +35,7 @@
"@types/react-dom": "^16.8.4",
"npm-run-all": "^4.1.5",
"react": "^16.8.6",
"react-dnd-test-utils": "^7.6.0",
"react-dnd-test-utils": "^7.6.1",
"react-dom": "^16.8.6",
"rimraf": "^2.6.3",
"typescript": "^3.5.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-dnd-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dnd-test-utils",
"version": "7.6.0",
"version": "7.6.1",
"license": "MIT",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand All @@ -14,7 +14,7 @@
"devDependencies": {
"npm-run-all": "^4.1.5",
"react": "^16.8.6",
"react-dnd": "^7.6.0",
"react-dnd": "^7.6.1",
"react-dnd-test-backend": "^7.6.0",
"react-dom": "^16.8.6",
"rimraf": "^2.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dnd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dnd",
"version": "7.6.0",
"version": "7.6.1",
"description": "Drag and Drop for React",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down

0 comments on commit e883871

Please sign in to comment.