Skip to content

Commit

Permalink
v8.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Sep 21, 2023
1 parent 0e38ec2 commit 55ee17d
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"useWorkspaces": true,
"version": "8.0.2"
"version": "8.0.3"
}
20 changes: 10 additions & 10 deletions package-lock.json

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

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": "8.0.2",
"version": "8.0.3",
"sideEffects": false,
"description": "Multi Backend system compatible with DnD Core / React DnD",
"author": "Louis Brunner <[email protected]> (https://github.com/LouisBrunner)",
Expand Down
4 changes: 2 additions & 2 deletions packages/rdndmb-html5-to-touch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rdndmb-html5-to-touch",
"version": "8.0.2",
"version": "8.0.3",
"sideEffects": false,
"description": "Multi Backend pipeline for react-dnd-multi-backend (HTML5 <-> Touch)",
"author": "Louis Brunner <[email protected]> (https://github.com/LouisBrunner)",
Expand All @@ -26,7 +26,7 @@
"types": "dist/index.d.ts",
"module": "dist/index.js",
"dependencies": {
"dnd-multi-backend": "^8.0.2",
"dnd-multi-backend": "^8.0.3",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-touch-backend": "^16.0.1"
}
Expand Down
8 changes: 4 additions & 4 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": "8.0.2",
"version": "8.0.3",
"sideEffects": false,
"description": "Multi Backend system compatible with React DnD",
"author": "Louis Brunner <[email protected]> (https://github.com/LouisBrunner)",
Expand All @@ -25,12 +25,12 @@
"types": "dist/index.d.ts",
"module": "dist/index.js",
"dependencies": {
"dnd-multi-backend": "^8.0.2",
"react-dnd-preview": "^8.0.2"
"dnd-multi-backend": "^8.0.3",
"react-dnd-preview": "^8.0.3"
},
"peerDependencies": {
"react": "^16.14.0 || ^17.0.2 || ^18.0.0",
"dnd-core": "^16.0.1",
"react": "^16.14.0 || ^17.0.2 || ^18.0.0",
"react-dnd": "^16.0.1",
"react-dom": "^16.14.0 || ^17.0.2 || ^18.0.0"
},
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": "8.0.2",
"version": "8.0.3",
"sideEffects": false,
"description": "Preview component for React DnD",
"author": "Louis Brunner <[email protected]> (https://github.com/LouisBrunner)",
Expand Down

0 comments on commit 55ee17d

Please sign in to comment.