Skip to content

Commit

Permalink
chore(release): 📦 version packages (#58)
Browse files Browse the repository at this point in the history
* chore(release): 📦 version packages

* chore(release): 📦 sync lockfile

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
t3dotgg and github-actions[bot] committed May 13, 2023
1 parent fbf8213 commit b9ffcec
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 24 deletions.
6 changes: 0 additions & 6 deletions .changeset/heavy-toes-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-badgers-doubt.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/appdir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"dependencies": {
"@tanstack/react-query": "^4.28.0",
"@uploadthing/react": "3.0.1",
"@uploadthing/react": "3.0.2",
"autoprefixer": "10.4.14",
"next": "13.4.1",
"postcss": "8.4.22",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.3.2",
"uploadthing": "3.0.1",
"uploadthing": "3.0.2",
"zod": "^3.21.4",
"zod-validation-error": "^1.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/pagedir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
},
"dependencies": {
"@tanstack/react-query": "^4.28.0",
"@uploadthing/react": "3.0.1",
"@uploadthing/react": "3.0.2",
"autoprefixer": "10.4.14",
"next": "13.4.1",
"next-auth": "^4.22.1",
"postcss": "8.4.22",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.3.2",
"uploadthing": "3.0.1",
"uploadthing": "3.0.2",
"zod": "^3.21.4",
"zod-validation-error": "^1.1.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @uploadthing/react

## 3.0.2

### Patch Changes

- [#51](https://github.com/pingdotgg/uploadthing/pull/51) [`9e68b5a`](https://github.com/pingdotgg/uploadthing/commit/9e68b5a12f9747113ccd8cc930e04bcf38cbe79c) Thanks [@t3dotgg](https://github.com/t3dotgg)! - Fixed types and returns for onComplete functions and promises

- Updated dependencies [[`9e68b5a`](https://github.com/pingdotgg/uploadthing/commit/9e68b5a12f9747113ccd8cc930e04bcf38cbe79c), [`336d361`](https://github.com/pingdotgg/uploadthing/commit/336d361763a870240f9703522e244d1e3dfe8861)]:
- [email protected]

## 3.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadthing/react",
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
Expand Down Expand Up @@ -35,7 +35,7 @@
"peerDependencies": {
"react": "^17.0.2 || ^18.0.0",
"react-dropzone": "^14.2.3",
"uploadthing": "3.0.1"
"uploadthing": "3.0.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
Expand All @@ -51,7 +51,7 @@
"tailwindcss": "^3.3.2",
"tsup": "6.7.0",
"typescript": "5.1.0-beta",
"uploadthing": "3.0.1",
"uploadthing": "3.0.2",
"vitest": "^0.30.1"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/uploadthing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# uploadthing

## 3.0.2

### Patch Changes

- [#51](https://github.com/pingdotgg/uploadthing/pull/51) [`9e68b5a`](https://github.com/pingdotgg/uploadthing/commit/9e68b5a12f9747113ccd8cc930e04bcf38cbe79c) Thanks [@t3dotgg](https://github.com/t3dotgg)! - Fixed types and returns for onComplete functions and promises

- [#57](https://github.com/pingdotgg/uploadthing/pull/57) [`336d361`](https://github.com/pingdotgg/uploadthing/commit/336d361763a870240f9703522e244d1e3dfe8861) Thanks [@markflorkowski](https://github.com/markflorkowski)! - [chore] better client errors

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/uploadthing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uploadthing",
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit b9ffcec

@vercel
Copy link

@vercel vercel bot commented on b9ffcec May 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.