Skip to content

Commit

Permalink
chore: version cut (#3372)
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Feb 4, 2022
1 parent f4080cf commit c8e0c44
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 17 deletions.
9 changes: 0 additions & 9 deletions .yarn/versions/adc03e1c.yml

This file was deleted.

2 changes: 1 addition & 1 deletion packages/backend-html5/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-html5-backend",
"version": "15.0.1",
"version": "15.0.2",
"description": "HTML5 backend for React DnD",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-test/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-test-backend",
"version": "15.0.1",
"version": "15.0.2",
"description": "A mock backend for testing React DnD apps",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-touch/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-touch-backend",
"version": "15.0.1",
"version": "15.0.2",
"description": "Touch backend for react-dnd",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/dnd-core/package.json
@@ -1,6 +1,6 @@
{
"name": "dnd-core",
"version": "15.0.1",
"version": "15.0.2",
"description": "Drag and drop sans the GUI",
"license": "MIT",
"main": "dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/docsite/package.json
@@ -1,7 +1,7 @@
{
"name": "react-dnd-documentation",
"description": "React DnD Docsite",
"version": "15.0.1",
"version": "15.0.2",
"private": true,
"license": "MIT",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-examples",
"version": "15.0.1",
"version": "15.0.2",
"private": true,
"description": "Drag and Drop for React",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dnd/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd",
"version": "15.0.1",
"version": "15.0.2",
"description": "Drag and Drop for React",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-test-utils",
"version": "15.0.1",
"version": "15.0.2",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit c8e0c44

Please sign in to comment.