Skip to content

Commit

Permalink
v7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Aug 31, 2022
1 parent 74d188d commit f3ec507
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "7.1.0"
"version": "7.1.1"
}
4 changes: 2 additions & 2 deletions packages/react-dnd-multi-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-multi-backend",
"version": "7.1.0",
"version": "7.1.1",
"sideEffects": false,
"description": "Multi Backend system compatible with React DnD",
"author": "Louis Brunner <louis.brunner.fr@gmail.com> (https://github.com/LouisBrunner)",
Expand All @@ -20,7 +20,7 @@
"module": "dist/esm/index.js",
"dependencies": {
"dnd-multi-backend": "^7.1.0",
"react-dnd-preview": "^7.1.0"
"react-dnd-preview": "^7.1.1"
},
"peerDependencies": {
"react": "^16.14.0 || ^17.0.2 || ^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dnd-preview/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-preview",
"version": "7.1.0",
"version": "7.1.1",
"sideEffects": false,
"description": "Preview component for React DnD",
"author": "Louis Brunner <louis.brunner.fr@gmail.com> (https://github.com/LouisBrunner)",
Expand Down

0 comments on commit f3ec507

Please sign in to comment.