Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Oct 2, 2019
1 parent 79cfb34 commit d73b292
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "4.0.0-0"
"version": "4.0.0"
}
2 changes: 1 addition & 1 deletion packages/dnd-multi-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "dnd-multi-backend",
"version": "4.0.0-0",
"version": "4.0.0",
"description": "Multi Backend system compatible with DnD Core / React DnD",
"author": "Louis Brunner <louis.brunner.fr@gmail.com> (https://github.com/LouisBrunner)",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-dnd-multi-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-multi-backend",
"version": "4.0.0-0",
"version": "4.0.0",
"description": "Multi Backend system compatible with React DnD",
"author": "Louis Brunner <louis.brunner.fr@gmail.com> (https://github.com/LouisBrunner)",
"license": "MIT",
Expand All @@ -17,9 +17,9 @@
],
"main": "lib/index.js",
"dependencies": {
"dnd-multi-backend": "^4.0.0-0",
"dnd-multi-backend": "^4.0.0",
"prop-types": "^15.6.2",
"react-dnd-preview": "^4.0.0-0"
"react-dnd-preview": "^4.0.0"
},
"peerDependencies": {
"react": ">= 16.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dnd-preview/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-preview",
"version": "4.0.0-0",
"version": "4.0.0",
"description": "Preview component for React DnD",
"author": "Louis Brunner <louis.brunner.fr@gmail.com> (https://github.com/LouisBrunner)",
"license": "MIT",
Expand Down

0 comments on commit d73b292

Please sign in to comment.