Skip to content

Commit

Permalink
v5.0.0-rc02
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Oct 19, 2019
1 parent 01900d3 commit 123945e
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": "5.0.0-rc01"
"version": "5.0.0-rc02"
}
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": "5.0.0-rc01",
"version": "5.0.0-rc02",
"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": "5.0.0-rc01",
"version": "5.0.0-rc02",
"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": "^5.0.0-rc01",
"dnd-multi-backend": "^5.0.0-rc02",
"prop-types": "^15.7.2",
"react-dnd-preview": "^5.0.0-rc01"
"react-dnd-preview": "^5.0.0-rc02"
},
"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": "5.0.0-rc01",
"version": "5.0.0-rc02",
"description": "Preview component for React DnD",
"author": "Louis Brunner <[email protected]> (https://github.com/LouisBrunner)",
"license": "MIT",
Expand Down

0 comments on commit 123945e

Please sign in to comment.