Skip to content

Commit

Permalink
chore: bump versions (#3126)
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed Mar 9, 2021
1 parent 8073361 commit f740f8d
Show file tree
Hide file tree
Showing 13 changed files with 9 additions and 40 deletions.
8 changes: 0 additions & 8 deletions .yarn/versions/472820f0.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .yarn/versions/6e575512.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .yarn/versions/99647271.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .yarn/versions/efebb703.yml

This file was deleted.

2 changes: 1 addition & 1 deletion packages/backend-html5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dnd-html5-backend",
"version": "12.1.1",
"version": "14.0.0",
"description": "HTML5 backend for React DnD",
"main": "src/index.ts",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dnd-test-backend",
"version": "12.0.0",
"version": "14.0.0",
"description": "A mock backend for testing React DnD apps",
"main": "src/index.ts",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/backend-touch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dnd-touch-backend",
"version": "12.0.0",
"version": "14.0.0",
"description": "Touch backend for react-dnd",
"main": "src/index.ts",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dnd-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dnd-core",
"version": "12.0.1",
"version": "14.0.0",
"description": "Drag and drop sans the GUI",
"license": "MIT",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/docsite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-dnd-documentation",
"description": "React DnD Docsite",
"version": "12.0.0",
"version": "14.0.0",
"private": true,
"license": "MIT",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/examples-decorators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dnd-examples-decorators",
"version": "12.0.0",
"version": "14.0.0",
"private": true,
"description": "Drag and Drop for React",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/examples-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dnd-examples-hooks",
"version": "12.0.1",
"version": "14.0.0",
"private": true,
"description": "Drag and Drop for React",
"main": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dnd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dnd",
"version": "13.1.1",
"version": "14.0.0",
"description": "Drag and Drop for React",
"main": "src/index.ts",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dnd-test-utils",
"version": "12.0.0",
"version": "14.0.0",
"license": "MIT",
"main": "src/index.ts",
"publishConfig": {
Expand Down

0 comments on commit f740f8d

Please sign in to comment.