Skip to content

Commit

Permalink
chore: version bump (#3385)
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Feb 7, 2022
1 parent 72bfc3d commit ca8784e
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 27 deletions.
14 changes: 0 additions & 14 deletions .yarn/versions/73e9343f.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.1.1",
"version": "15.1.2",
"description": "HTML5 backend for React DnD",
"main": "dist/cjs/index.js",
"types": "dist/types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-test/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-test-backend",
"version": "15.1.0",
"version": "15.1.1",
"description": "A mock backend for testing React DnD apps",
"main": "dist/cjs/index.js",
"types": "dist/types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-touch/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-touch-backend",
"version": "15.1.0",
"version": "15.1.1",
"description": "Touch backend for react-dnd",
"main": "dist/cjs/index.js",
"types": "dist/types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/dnd-core/package.json
@@ -1,6 +1,6 @@
{
"name": "dnd-core",
"version": "15.1.0",
"version": "15.1.1",
"description": "Drag and drop sans the GUI",
"license": "MIT",
"exports": {
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.1.0",
"version": "15.1.1",
"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.1.1",
"version": "15.1.2",
"private": true,
"description": "Drag and Drop for React",
"main": "dist/cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dnd/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd",
"version": "15.1.0",
"version": "15.1.1",
"description": "Drag and Drop for React",
"main": "dist/cjs/index.js",
"types": "dist/types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-suite-cra/package.json
@@ -1,6 +1,6 @@
{
"name": "test-suite-cra",
"version": "15.1.0",
"version": "15.1.1",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-suite-vite/package.json
@@ -1,6 +1,6 @@
{
"name": "test-suite-vite",
"version": "15.1.0",
"version": "15.1.1",
"scripts": {
"start:vite": "vite",
"build": "tsc && vite build",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "react-dnd-test-utils",
"version": "15.1.0",
"version": "15.1.1",
"license": "MIT",
"exports": {
"import": "./dist/esm/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/util-asap/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-dnd/asap",
"version": "3.0.0",
"version": "4.0.0",
"description": "High-priority task queue for Node.js and browsers",
"keywords": [
"event",
Expand Down
2 changes: 1 addition & 1 deletion packages/util-invariant/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-dnd/invariant",
"version": "2.0.0",
"version": "3.0.0",
"description": "invariantx",
"keywords": [
"test",
Expand Down
2 changes: 1 addition & 1 deletion packages/util-shallowequal/package.json
@@ -1,6 +1,6 @@
{
"name": "@react-dnd/shallowequal",
"version": "2.0.0",
"version": "3.0.0",
"description": "Like lodash isEqualWith but for shallow equal.",
"keywords": [
"shallowequal",
Expand Down

0 comments on commit ca8784e

Please sign in to comment.