Skip to content

Commit

Permalink
v7.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Mar 26, 2019
1 parent d781184 commit 383a7f6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.9.0",
"version": "7.4.0",
"version": "7.4.1",
"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.4.0",
"version": "7.4.1",
"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.4.0",
"react-dnd-documentation-examples": "^7.4.0",
"react-dnd-documentation-examples-hooks": "^7.4.0",
"react-dnd": "^7.4.1",
"react-dnd-documentation-examples": "^7.4.1",
"react-dnd-documentation-examples-hooks": "^7.4.1",
"react-dnd-html5-backend": "^7.4.0",
"react-dnd-test-backend": "^7.4.0",
"react-dom": "link:../react-dnd/node_modules/react-dom",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples-hooks/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-documentation-examples-hooks",
"version": "7.4.0",
"version": "7.4.1",
"private": true,
"description": "Drag and Drop for React",
"main": "lib/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-documentation-examples",
"version": "7.4.0",
"version": "7.4.1",
"private": true,
"description": "Drag and Drop for React",
"main": "lib/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dnd/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd",
"version": "7.4.0",
"version": "7.4.1",
"description": "Drag and Drop for React",
"main": "lib/cjs/index.js",
"types": "lib/cjs/index.d.ts",
Expand Down

0 comments on commit 383a7f6

Please sign in to comment.