Skip to content

Commit

Permalink
release: v8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Dec 12, 2024
1 parent 76f858e commit ab8b10e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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.3",
"version": "8.1.0",
"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.3",
"version": "8.1.0",
"sideEffects": false,
"description": "Multi Backend pipeline for react-dnd-multi-backend (HTML5 <-> Touch)",
"author": "Louis Brunner <[email protected]> (https://github.com/LouisBrunner)",
Expand All @@ -17,7 +17,7 @@
"types": "dist/index.d.ts",
"module": "dist/index.js",
"dependencies": {
"dnd-multi-backend": "^8.0.3",
"dnd-multi-backend": "^8.1.0",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-touch-backend": "^16.0.1"
}
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": "8.0.3",
"version": "8.1.0",
"sideEffects": false,
"description": "Multi Backend system compatible with React DnD",
"author": "Louis Brunner <[email protected]> (https://github.com/LouisBrunner)",
Expand All @@ -17,8 +17,8 @@
"types": "dist/index.d.ts",
"module": "dist/index.js",
"dependencies": {
"dnd-multi-backend": "^8.0.3",
"react-dnd-preview": "^8.0.3"
"dnd-multi-backend": "^8.1.0",
"react-dnd-preview": "^8.1.0"
},
"peerDependencies": {
"dnd-core": "^16.0.1",
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.3",
"version": "8.1.0",
"sideEffects": false,
"description": "Preview component for React DnD",
"author": "Louis Brunner <[email protected]> (https://github.com/LouisBrunner)",
Expand Down

0 comments on commit ab8b10e

Please sign in to comment.