Skip to content

Commit

Permalink
v5.0.0-rc01
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Oct 14, 2019
1 parent bfb728a commit 15e0169
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "4.0.0"
"version": "5.0.0-rc01"
}
2 changes: 1 addition & 1 deletion packages/dnd-multi-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dnd-multi-backend",
"version": "4.0.0",
"version": "5.0.0-rc01",
"description": "Multi Backend system compatible with DnD Core / React DnD",
"author": "Louis Brunner <[email protected]> (https://github.com/LouisBrunner)",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-dnd-multi-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dnd-multi-backend",
"version": "4.0.0",
"version": "5.0.0-rc01",
"description": "Multi Backend system compatible with React DnD",
"author": "Louis Brunner <[email protected]> (https://github.com/LouisBrunner)",
"license": "MIT",
Expand All @@ -18,9 +18,9 @@
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"dependencies": {
"dnd-multi-backend": "^4.0.0",
"dnd-multi-backend": "^5.0.0-rc01",
"prop-types": "^15.7.2",
"react-dnd-preview": "^4.0.0"
"react-dnd-preview": "^5.0.0-rc01"
},
"peerDependencies": {
"react": "^16.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dnd-preview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dnd-preview",
"version": "4.0.0",
"version": "5.0.0-rc01",
"description": "Preview component for React DnD",
"author": "Louis Brunner <[email protected]> (https://github.com/LouisBrunner)",
"license": "MIT",
Expand Down

0 comments on commit 15e0169

Please sign in to comment.