Skip to content

Commit

Permalink
Release/v15 1 0 (#3377)
Browse files Browse the repository at this point in the history
* build: add shortcuts for starting cra/vite

* chore: version bump
  • Loading branch information
darthtrevino committed Feb 5, 2022
1 parent a8a42aa commit 89aa31d
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 31 deletions.
9 changes: 0 additions & 9 deletions .yarn/versions/64165587.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .yarn/versions/dcc1933f.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .yarn/versions/fdad3aec.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.2",
"version": "15.1.0",
"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.0.2",
"version": "15.1.0",
"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.0.2",
"version": "15.1.0",
"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.0.2",
"version": "15.1.0",
"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.0.2",
"version": "15.1.0",
"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.2",
"version": "15.1.0",
"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.0.2",
"version": "15.1.0",
"description": "Drag and Drop for React",
"main": "dist/cjs/index.js",
"types": "dist/types/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-suite-cra/package.json
@@ -1,6 +1,6 @@
{
"name": "test-suite-cra",
"version": "15.0.2",
"version": "15.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.2",
Expand All @@ -20,7 +20,7 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"start:cra": "react-scripts start",
"build": "react-scripts build"
},
"browserslist": {
Expand Down
4 changes: 2 additions & 2 deletions packages/test-suite-vite/package.json
@@ -1,8 +1,8 @@
{
"name": "test-suite-vite",
"version": "15.0.2",
"version": "15.1.0",
"scripts": {
"dev": "vite",
"start:vite": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
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.2",
"version": "15.1.0",
"license": "MIT",
"exports": {
"import": "./dist/esm/index.mjs",
Expand Down

0 comments on commit 89aa31d

Please sign in to comment.