Skip to content

Commit 1763835

Browse files
committed
release: v9.0.0
1 parent 2697865 commit 1763835

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/dnd-multi-backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dnd-multi-backend",
3-
"version": "9.0.0-rc0001",
3+
"version": "9.0.0",
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rdndmb-html5-to-touch",
3-
"version": "9.0.0-rc0001",
3+
"version": "9.0.0",
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)",
@@ -21,7 +21,7 @@
2121
"types": "dist/index.d.ts",
2222
"module": "dist/index.js",
2323
"dependencies": {
24-
"dnd-multi-backend": "^9.0.0-rc0001",
24+
"dnd-multi-backend": "^9.0.0",
2525
"react-dnd-html5-backend": "^16.0.1",
2626
"react-dnd-touch-backend": "^16.0.1"
2727
}

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dnd-multi-backend",
3-
"version": "9.0.0-rc0001",
3+
"version": "9.0.0",
44
"sideEffects": false,
55
"description": "Multi Backend system compatible with React DnD",
66
"author": "Louis Brunner <[email protected]> (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": "^9.0.0-rc0001",
25-
"react-dnd-preview": "^9.0.0-rc0001"
24+
"dnd-multi-backend": "^9.0.0",
25+
"react-dnd-preview": "^9.0.0"
2626
},
2727
"peerDependencies": {
2828
"dnd-core": "^16.0.1",

packages/react-dnd-preview/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dnd-preview",
3-
"version": "9.0.0-rc0001",
3+
"version": "9.0.0",
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)