Skip to content

Commit

Permalink
v9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Jul 6, 2019
1 parent 4aa600f commit 39b1e64
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.9.0",
"version": "9.0.1",
"version": "9.0.2",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
4 changes: 2 additions & 2 deletions packages/alternative_builds/cjs/touch-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-touch-backend-cjs",
"version": "9.0.1",
"version": "9.0.2",
"license": "MIT",
"description": "Touch backend for react-dnd",
"main": "lib/index.js",
Expand All @@ -15,7 +15,7 @@
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"react-dnd-touch-backend": "9.0.0",
"react-dnd-touch-backend": "^9.0.2",
"rimraf": "^2.6.3",
"typescript": "^3.5.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/touch-backend/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-touch-backend",
"version": "9.0.0",
"version": "9.0.2",
"description": "Touch backend for react-dnd",
"type": "module",
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/documentation/docsite/package.json
@@ -1,7 +1,7 @@
{
"name": "react-dnd-documentation",
"description": "React DnD Docsite",
"version": "9.0.1",
"version": "9.0.2",
"private": true,
"license": "MIT",
"dependencies": {
Expand Down Expand Up @@ -35,7 +35,7 @@
"react-dnd-examples-hooks": "^9.0.1",
"react-dnd-html5-backend": "^9.0.0",
"react-dnd-test-backend": "^9.0.0",
"react-dnd-touch-backend": "^9.0.0",
"react-dnd-touch-backend": "^9.0.2",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"react-tabs": "^3.0.0",
Expand Down

0 comments on commit 39b1e64

Please sign in to comment.