Skip to content

Commit

Permalink
v7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Mar 8, 2019
1 parent 4d86bb4 commit 532d11f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.9.0",
"version": "7.2.1",
"version": "7.3.0",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
8 changes: 4 additions & 4 deletions packages/documentation/package.json
@@ -1,7 +1,7 @@
{
"name": "react-dnd-documentation",
"description": "React DnD Docsite",
"version": "7.2.1",
"version": "7.3.0",
"private": true,
"license": "MIT",
"dependencies": {
Expand Down Expand Up @@ -29,9 +29,9 @@
"prismjs": "^1.15.0",
"query-string": "^6.3.0",
"react": "link:../react-dnd/node_modules/react",
"react-dnd": "^7.2.1",
"react-dnd-documentation-examples": "^7.2.1",
"react-dnd-documentation-examples-hooks": "^7.2.1",
"react-dnd": "^7.3.0",
"react-dnd-documentation-examples": "^7.3.0",
"react-dnd-documentation-examples-hooks": "^7.3.0",
"react-dnd-html5-backend": "^7.2.0",
"react-dnd-test-backend": "^7.2.0",
"react-dom": "link:../react-dnd/node_modules/react-dom",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples-hooks/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-documentation-examples-hooks",
"version": "7.2.1",
"version": "7.3.0",
"private": true,
"description": "Drag and Drop for React",
"main": "lib/cjs/index.js",
Expand All @@ -27,7 +27,7 @@
"immutability-helper": "^3.0.0",
"lodash": "^4.17.11",
"query-string": "^6.3.0",
"react-dnd": "^7.2.1",
"react-dnd": "^7.3.0",
"react-dnd-html5-backend": "^7.2.0",
"react-frame-component": "^4.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-documentation-examples",
"version": "7.2.1",
"version": "7.3.0",
"private": true,
"description": "Drag and Drop for React",
"main": "lib/cjs/index.js",
Expand All @@ -27,7 +27,7 @@
"immutability-helper": "^3.0.0",
"lodash": "^4.17.11",
"query-string": "^6.3.0",
"react-dnd": "^7.2.1",
"react-dnd": "^7.3.0",
"react-dnd-html5-backend": "^7.2.0",
"react-frame-component": "^4.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dnd/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd",
"version": "7.2.1",
"version": "7.3.0",
"description": "Drag and Drop for React",
"main": "lib/cjs/index.js",
"types": "lib/cjs/index.d.ts",
Expand Down

0 comments on commit 532d11f

Please sign in to comment.