Skip to content

Commit

Permalink
v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Sep 27, 2017
1 parent 2dbac3a commit 12a1d69
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.0.0",
"version": "2.5.1",
"version": "2.5.2",
"packages": [
"packages/*"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/dnd-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dnd-core",
"version": "2.5.1",
"version": "2.5.2",
"description": "Drag and drop sans the GUI",
"license": "MIT",
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-dnd-html5-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dnd-html5-backend",
"version": "2.5.1",
"version": "2.5.2",
"description": "HTML5 backend for React DnD",
"main": "lib/index.js",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
"prepublish": "npm test"
},
"devDependencies": {
"react-dnd": "^2.5.1"
"react-dnd": "^2.5.2"
},
"dependencies": {
"lodash": "^4.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-dnd-test-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dnd-test-backend",
"version": "2.5.1",
"version": "2.5.2",
"description": "A mock backend for testing React DnD apps",
"main": "lib/index.js",
"repository": {
Expand All @@ -14,7 +14,7 @@
"prepublish": "npm run test"
},
"dependencies": {
"dnd-core": "^2.5.1"
"dnd-core": "^2.5.2"
},
"peerDependencies": {
"react-dnd": "^2.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-dnd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dnd",
"version": "2.5.1",
"version": "2.5.2",
"description": "Drag and Drop for React",
"main": "lib/index.js",
"repository": {
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"disposables": "^1.0.1",
"dnd-core": "^2.5.1",
"dnd-core": "^2.5.2",
"hoist-non-react-statics": "^2.1.0",
"invariant": "^2.1.0",
"lodash": "^4.2.0",
Expand Down

0 comments on commit 12a1d69

Please sign in to comment.