Skip to content

Commit 543a64a

Browse files
committed
v8.0.0
1 parent 90b0eac commit 543a64a

7 files changed

Lines changed: 20 additions & 20 deletions

File tree

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.0.0-alpha.1"
3+
"version": "8.0.0"
44
}

package-lock.json

Lines changed: 10 additions & 10 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.0.0-alpha.1",
3+
"version": "8.0.0",
44
"sideEffects": false,
55
"description": "Multi Backend system compatible with DnD Core / React DnD",
66
"author": "Louis Brunner <louis.brunner.fr@gmail.com> (https://github.com/LouisBrunner)",

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

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

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.0.0-alpha.1",
3+
"version": "8.0.0",
44
"sideEffects": false,
55
"description": "Multi Backend pipeline for react-dnd-multi-backend (HTML5 <-> Touch)",
66
"author": "Louis Brunner <louis.brunner.fr@gmail.com> (https://github.com/LouisBrunner)",
@@ -22,7 +22,7 @@
2222
"types": "dist/index.d.ts",
2323
"module": "dist/index.js",
2424
"dependencies": {
25-
"dnd-multi-backend": "^8.0.0-alpha.1",
25+
"dnd-multi-backend": "^8.0.0",
2626
"react-dnd-html5-backend": "^16.0.1",
2727
"react-dnd-touch-backend": "^16.0.1"
2828
}

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.0.0-alpha.1",
3+
"version": "8.0.0",
44
"sideEffects": false,
55
"description": "Multi Backend system compatible with React DnD",
66
"author": "Louis Brunner <louis.brunner.fr@gmail.com> (https://github.com/LouisBrunner)",
@@ -21,8 +21,8 @@
2121
"types": "dist/index.d.ts",
2222
"module": "dist/index.js",
2323
"dependencies": {
24-
"dnd-multi-backend": "^8.0.0-alpha.1",
25-
"react-dnd-preview": "^8.0.0-alpha.1"
24+
"dnd-multi-backend": "^8.0.0",
25+
"react-dnd-preview": "^8.0.0"
2626
},
2727
"peerDependencies": {
2828
"react": "^16.14.0 || ^17.0.2 || ^18.0.0",

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.0.0-alpha.1",
3+
"version": "8.0.0",
44
"sideEffects": false,
55
"description": "Preview component for React DnD",
66
"author": "Louis Brunner <louis.brunner.fr@gmail.com> (https://github.com/LouisBrunner)",

0 commit comments

Comments
 (0)