Skip to content

Commit

Permalink
v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Dec 13, 2022
1 parent 90b0eac commit 543a64a
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,4 +1,4 @@
{
"useWorkspaces": true,
"version": "8.0.0-alpha.1"
"version": "8.0.0"
}
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
@@ -1,6 +1,6 @@
{
"name": "dnd-multi-backend",
"version": "8.0.0-alpha.1",
"version": "8.0.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": "8.0.0-alpha.1",
"version": "8.0.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 @@ -22,7 +22,7 @@
"types": "dist/index.d.ts",
"module": "dist/index.js",
"dependencies": {
"dnd-multi-backend": "^8.0.0-alpha.1",
"dnd-multi-backend": "^8.0.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
@@ -1,6 +1,6 @@
{
"name": "react-dnd-multi-backend",
"version": "8.0.0-alpha.1",
"version": "8.0.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 @@ -21,8 +21,8 @@
"types": "dist/index.d.ts",
"module": "dist/index.js",
"dependencies": {
"dnd-multi-backend": "^8.0.0-alpha.1",
"react-dnd-preview": "^8.0.0-alpha.1"
"dnd-multi-backend": "^8.0.0",
"react-dnd-preview": "^8.0.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": "8.0.0-alpha.1",
"version": "8.0.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 543a64a

Please sign in to comment.