Skip to content

Commit

Permalink
v9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Jul 11, 2019
1 parent 4046569 commit 065fc03
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.9.0",
"version": "9.2.0",
"version": "9.2.1",
"npmClient": "yarn",
"useWorkspaces": true,
"packages": [
Expand Down
4 changes: 2 additions & 2 deletions packages/alternative_builds/cjs/react-dnd/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-cjs",
"version": "9.1.0",
"version": "9.2.1",
"license": "MIT",
"description": "Drag and Drop for React",
"main": "lib/index.js",
Expand All @@ -19,7 +19,7 @@
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
"react": "^16.8.6",
"react-dnd": "^9.1.0",
"react-dnd": "^9.2.1",
"react-dom": "^16.8.6"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/alternative_builds/cjs/test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-test-utils-cjs",
"version": "9.1.0",
"version": "9.2.1",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
Expand All @@ -9,9 +9,9 @@
},
"devDependencies": {
"react": "^16.8.6",
"react-dnd": "^9.1.0",
"react-dnd": "^9.2.1",
"react-dnd-test-backend": "^9.1.0",
"react-dnd-test-utils": "^9.1.0",
"react-dnd-test-utils": "^9.2.1",
"react-dom": "^16.8.6"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/alternative_builds/umd/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-umd-builds",
"version": "9.2.0",
"version": "9.2.1",
"license": "MIT",
"scripts": {
"bundle:development": "webpack --mode development",
Expand All @@ -9,7 +9,7 @@
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"react-dnd": "^9.1.0",
"react-dnd": "^9.2.1",
"react-dnd-html5-backend": "^9.1.0",
"webpack-cli": "^3.3.5"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/react-dnd/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd",
"version": "9.1.0",
"version": "9.2.1",
"description": "Drag and Drop for React",
"main": "lib/index.js",
"type": "module",
Expand Down
8 changes: 4 additions & 4 deletions packages/documentation/docsite/package.json
@@ -1,7 +1,7 @@
{
"name": "react-dnd-documentation",
"description": "React DnD Docsite",
"version": "9.1.0",
"version": "9.2.1",
"private": true,
"license": "MIT",
"dependencies": {
Expand Down Expand Up @@ -30,9 +30,9 @@
"prismjs": "^1.15.0",
"query-string": "^6.5.0",
"react": "^16.8.6",
"react-dnd": "^9.1.0",
"react-dnd-examples-decorators": "^9.1.0",
"react-dnd-examples-hooks": "^9.1.0",
"react-dnd": "^9.2.1",
"react-dnd-examples-decorators": "^9.2.1",
"react-dnd-examples-hooks": "^9.2.1",
"react-dnd-html5-backend": "^9.1.0",
"react-dnd-test-backend": "^9.1.0",
"react-dnd-touch-backend": "^9.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/documentation/examples-decorators/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-examples-decorators",
"version": "9.1.0",
"version": "9.2.1",
"private": true,
"description": "Drag and Drop for React",
"main": "lib/esm/index.js",
Expand All @@ -24,7 +24,7 @@
"dnd-core": "^9.1.0",
"faker": "^4.1.0",
"immutability-helper": "^3.0.0",
"react-dnd": "^9.1.0",
"react-dnd": "^9.2.1",
"react-dnd-html5-backend": "^9.1.0",
"react-frame-component": "^4.1.0"
},
Expand All @@ -33,7 +33,7 @@
"@types/react-dom": "^16.8.4",
"npm-run-all": "^4.1.5",
"react": "^16.8.6",
"react-dnd-test-utils": "^9.1.0",
"react-dnd-test-utils": "^9.2.1",
"react-dom": "^16.8.6",
"typescript": "^3.5.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/documentation/examples-hooks/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-examples-hooks",
"version": "9.1.0",
"version": "9.2.1",
"private": true,
"description": "Drag and Drop for React",
"type": "module",
Expand All @@ -25,7 +25,7 @@
"faker": "^4.1.0",
"immutability-helper": "^3.0.0",
"query-string": "^6.5.0",
"react-dnd": "^9.1.0",
"react-dnd": "^9.2.1",
"react-dnd-html5-backend": "^9.1.0",
"react-frame-component": "^4.1.0"
},
Expand All @@ -34,7 +34,7 @@
"@types/react-dom": "^16.8.4",
"npm-run-all": "^4.1.5",
"react": "^16.8.6",
"react-dnd-test-utils": "^9.1.0",
"react-dnd-test-utils": "^9.2.1",
"react-dom": "^16.8.6",
"typescript": "^3.5.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-test-utils",
"version": "9.1.0",
"version": "9.2.1",
"license": "MIT",
"type": "module",
"main": "lib/index.js",
Expand All @@ -12,7 +12,7 @@
},
"devDependencies": {
"react": "^16.8.6",
"react-dnd": "^9.1.0",
"react-dnd": "^9.2.1",
"react-dnd-test-backend": "^9.1.0",
"react-dom": "^16.8.6"
},
Expand Down

0 comments on commit 065fc03

Please sign in to comment.