Skip to content

Commit

Permalink
v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Aug 31, 2022
1 parent 670af76 commit f185e85
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "7.0.0"
"version": "7.1.0"
}
2 changes: 1 addition & 1 deletion packages/dnd-multi-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "dnd-multi-backend",
"version": "7.0.0",
"version": "7.1.0",
"sideEffects": false,
"description": "Multi Backend system compatible with DnD Core / React DnD",
"author": "Louis Brunner <louis.brunner.fr@gmail.com> (https://github.com/LouisBrunner)",
Expand Down
4 changes: 2 additions & 2 deletions packages/rdndmb-html5-to-touch/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/rdndmb-html5-to-touch/package.json
@@ -1,6 +1,6 @@
{
"name": "rdndmb-html5-to-touch",
"version": "7.0.0",
"version": "7.1.0",
"sideEffects": false,
"description": "Multi Backend pipeline for react-dnd-multi-backend (HTML5 <-> Touch)",
"author": "Louis Brunner <louis.brunner.fr@gmail.com> (https://github.com/LouisBrunner)",
Expand All @@ -20,7 +20,7 @@
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"dependencies": {
"dnd-multi-backend": "^7.0.0",
"dnd-multi-backend": "^7.1.0",
"react-dnd-html5-backend": "12.1.1 - 15.1.2",
"react-dnd-touch-backend": "12.0.0 - 15.1.2"
}
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": "7.0.0",
"version": "7.1.0",
"sideEffects": false,
"description": "Multi Backend system compatible with React DnD",
"author": "Louis Brunner <louis.brunner.fr@gmail.com> (https://github.com/LouisBrunner)",
Expand All @@ -19,8 +19,8 @@
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"dependencies": {
"dnd-multi-backend": "^7.0.0",
"react-dnd-preview": "^7.0.0"
"dnd-multi-backend": "^7.1.0",
"react-dnd-preview": "^7.1.0"
},
"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.0.0",
"version": "7.1.0",
"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 f185e85

Please sign in to comment.