Skip to content

Commit

Permalink
chore(release): 📦 version packages (#137)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
t3dotgg and github-actions[bot] authored Jun 8, 2023
1 parent 8a23937 commit 212c8c8
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-snakes-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-horses-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-candles-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-rivers-appear.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 @@ -12,14 +12,14 @@
},
"dependencies": {
"@tanstack/react-query": "^4.29.12",
"@uploadthing/react": "4.1.0",
"@uploadthing/react": "4.1.1",
"autoprefixer": "10.4.14",
"next": "13.4.4",
"postcss": "8.4.22",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.3.2",
"uploadthing": "4.1.0",
"uploadthing": "4.1.1",
"zod": "^3.21.4",
"zod-validation-error": "^1.3.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 @@ -12,15 +12,15 @@
},
"dependencies": {
"@tanstack/react-query": "^4.29.12",
"@uploadthing/react": "4.1.0",
"@uploadthing/react": "4.1.1",
"autoprefixer": "10.4.14",
"next": "13.4.4",
"next-auth": "^4.22.1",
"postcss": "8.4.22",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.3.2",
"uploadthing": "4.1.0",
"uploadthing": "4.1.1",
"zod": "^3.21.4",
"zod-validation-error": "^1.3.0"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @uploadthing/react

## 4.1.1

### Patch Changes

- [#141](https://github.com/pingdotgg/uploadthing/pull/141)
[`5458a09`](https://github.com/pingdotgg/uploadthing/commit/5458a095cfe32e9d2db7b10a7e98669e3e746bc2)
Thanks [@GentikSolm](https://github.com/GentikSolm)! -
fix(react-UploadDropzone): clear files onClientUploadComplete for dropzone and
upload button

- [#134](https://github.com/pingdotgg/uploadthing/pull/134)
[`66d3eff`](https://github.com/pingdotgg/uploadthing/commit/66d3eff789338ff613cca359b2f2aecd8be9d720)
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - fix: use some
bundler hacks to support lower versions of React

## 4.1.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadthing/react",
"version": "4.1.0",
"version": "4.1.1",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
Expand Down Expand Up @@ -54,7 +54,7 @@
"tailwindcss": "^3.3.2",
"tsup": "6.7.0",
"typescript": "5.1.3",
"uploadthing": "4.1.0",
"uploadthing": "4.1.1",
"vitest": "^0.30.1",
"wait-on": "^7.0.1"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/uploadthing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# uploadthing

## 4.1.1

### Patch Changes

- [#142](https://github.com/pingdotgg/uploadthing/pull/142)
[`552351b`](https://github.com/pingdotgg/uploadthing/commit/552351b57cce407f5743d55d44a85c6dad7a27f8)
Thanks [@markflorkowski](https://github.com/markflorkowski)! - [fix] Make PDF
uploads work.

- [#135](https://github.com/pingdotgg/uploadthing/pull/135)
[`8a23937`](https://github.com/pingdotgg/uploadthing/commit/8a23937ff6c1ac50301d9d120dd902c4fff454de)
Thanks [@markflorkowski](https://github.com/markflorkowski)! - [feat] Allow
use of mime-types in file router config

## 4.1.0

### Minor 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": "4.1.0",
"version": "4.1.1",
"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 212c8c8

@vercel
Copy link

@vercel vercel bot commented on 212c8c8 Jun 8, 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.