Skip to content

Commit 2492a8d

Browse files
committed
Revert "v8.1.0"
This reverts commit 2f9cf86.
1 parent 3b73817 commit 2492a8d

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"useWorkspaces": true,
3-
"version": "8.1.0"
3+
"version": "8.0.3"
44
}

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/dnd-multi-backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dnd-multi-backend",
3-
"version": "8.1.0",
3+
"version": "8.0.3",
44
"sideEffects": false,
55
"description": "Multi Backend system compatible with DnD Core / React DnD",
66
"author": "Louis Brunner <[email protected]> (https://github.com/LouisBrunner)",

packages/rdndmb-html5-to-touch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rdndmb-html5-to-touch",
3-
"version": "8.1.0",
3+
"version": "8.0.3",
44
"sideEffects": false,
55
"description": "Multi Backend pipeline for react-dnd-multi-backend (HTML5 <-> Touch)",
66
"author": "Louis Brunner <[email protected]> (https://github.com/LouisBrunner)",
@@ -17,7 +17,7 @@
1717
"types": "dist/index.d.ts",
1818
"module": "dist/index.js",
1919
"dependencies": {
20-
"dnd-multi-backend": "^8.1.0",
20+
"dnd-multi-backend": "^8.0.3",
2121
"react-dnd-html5-backend": "^16.0.1",
2222
"react-dnd-touch-backend": "^16.0.1"
2323
},

packages/react-dnd-multi-backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dnd-multi-backend",
3-
"version": "8.1.0",
3+
"version": "8.0.3",
44
"sideEffects": false,
55
"description": "Multi Backend system compatible with React DnD",
66
"author": "Louis Brunner <[email protected]> (https://github.com/LouisBrunner)",
@@ -17,8 +17,8 @@
1717
"types": "dist/index.d.ts",
1818
"module": "dist/index.js",
1919
"dependencies": {
20-
"dnd-multi-backend": "^8.1.0",
21-
"react-dnd-preview": "^8.1.0"
20+
"dnd-multi-backend": "^8.0.3",
21+
"react-dnd-preview": "^8.0.3"
2222
},
2323
"peerDependencies": {
2424
"dnd-core": "^16.0.1",

packages/react-dnd-preview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dnd-preview",
3-
"version": "8.1.0",
3+
"version": "8.0.3",
44
"sideEffects": false,
55
"description": "Preview component for React DnD",
66
"author": "Louis Brunner <[email protected]> (https://github.com/LouisBrunner)",

0 commit comments

Comments
 (0)