-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 📦 version packages (#120)
* chore(release): 📦 version packages * chore(release): 📦 sync lockfile --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
0046018
commit 6484646
Showing
12 changed files
with
242 additions
and
100 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,125 +1,217 @@ | ||
# uploadthing | ||
|
||
## 4.1.0 | ||
|
||
### Minor Changes | ||
|
||
- [#119](https://github.com/pingdotgg/uploadthing/pull/119) | ||
[`627d88b`](https://github.com/pingdotgg/uploadthing/commit/627d88b00f1cfd775ac3aa13a98cb0f795bd9187) | ||
Thanks [@markflorkowski](https://github.com/markflorkowski)! - [fix] Make sure | ||
clientside onUploadComplete() is called after serverside | ||
|
||
- [#126](https://github.com/pingdotgg/uploadthing/pull/126) | ||
[`0046018`](https://github.com/pingdotgg/uploadthing/commit/004601867576338b0077835ac9a9fe40cd2e5f2f) | ||
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - vendor | ||
mime-types to make uploadthing edge-compat | ||
|
||
### Patch Changes | ||
|
||
- [#122](https://github.com/pingdotgg/uploadthing/pull/122) | ||
[`4fde69f`](https://github.com/pingdotgg/uploadthing/commit/4fde69f7c982b42846e7838f73fd5767c1b26d9d) | ||
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - fix: prefetch | ||
permissions on server to prevent layout flashes | ||
|
||
- [#117](https://github.com/pingdotgg/uploadthing/pull/117) | ||
[`0133e71`](https://github.com/pingdotgg/uploadthing/commit/0133e71cd742b185cb127e413e246e74c244a42b) | ||
Thanks [@markflorkowski](https://github.com/markflorkowski)! - [chore] clean | ||
up extraneous console logs | ||
|
||
- [#118](https://github.com/pingdotgg/uploadthing/pull/118) | ||
[`3dfc1fa`](https://github.com/pingdotgg/uploadthing/commit/3dfc1fa4582c28a35ed007e666c0b73c34ab35a8) | ||
Thanks [@markflorkowski](https://github.com/markflorkowski)! - [feat] | ||
Additional file types: PDF and Text | ||
|
||
## 4.0.0 | ||
|
||
### Major Changes | ||
|
||
- [#94](https://github.com/pingdotgg/uploadthing/pull/94) [`91fb166`](https://github.com/pingdotgg/uploadthing/commit/91fb1660ba9a3dd2eb92df16b5bb1d3373b77662) Thanks [@t3dotgg](https://github.com/t3dotgg)! - Overhauled file router syntax | ||
- [#94](https://github.com/pingdotgg/uploadthing/pull/94) | ||
[`91fb166`](https://github.com/pingdotgg/uploadthing/commit/91fb1660ba9a3dd2eb92df16b5bb1d3373b77662) | ||
Thanks [@t3dotgg](https://github.com/t3dotgg)! - Overhauled file router syntax | ||
|
||
### Minor Changes | ||
|
||
- [#93](https://github.com/pingdotgg/uploadthing/pull/93) [`16157de`](https://github.com/pingdotgg/uploadthing/commit/16157de54198d0838007efb4f6a37a4cd8720bab) Thanks [@markflorkowski](https://github.com/markflorkowski)! - [feat] API Helpers -- deleteFiles() and getFileUrls() | ||
- [#93](https://github.com/pingdotgg/uploadthing/pull/93) | ||
[`16157de`](https://github.com/pingdotgg/uploadthing/commit/16157de54198d0838007efb4f6a37a4cd8720bab) | ||
Thanks [@markflorkowski](https://github.com/markflorkowski)! - [feat] API | ||
Helpers -- deleteFiles() and getFileUrls() | ||
|
||
### Patch Changes | ||
|
||
- [#97](https://github.com/pingdotgg/uploadthing/pull/97) [`b073c96`](https://github.com/pingdotgg/uploadthing/commit/b073c96120edccf9c9dd8f6db78611f43b841d20) Thanks [@ayatofrench](https://github.com/ayatofrench)! - [Fix] Update to buildRequestHandler secret | ||
- [#97](https://github.com/pingdotgg/uploadthing/pull/97) | ||
[`b073c96`](https://github.com/pingdotgg/uploadthing/commit/b073c96120edccf9c9dd8f6db78611f43b841d20) | ||
Thanks [@ayatofrench](https://github.com/ayatofrench)! - [Fix] Update to | ||
buildRequestHandler secret | ||
|
||
## 3.0.5 | ||
|
||
### Patch Changes | ||
|
||
- [#89](https://github.com/pingdotgg/uploadthing/pull/89) [`18d086f`](https://github.com/pingdotgg/uploadthing/commit/18d086f55eb5bdc1348116957f04a771eb6dfd9b) Thanks [@markflorkowski](https://github.com/markflorkowski)! - [fix] Blob upload support -- all filetypes that are not image/video/audio now supported via "blob" type. Components now actually work with blob endpoints | ||
- [#89](https://github.com/pingdotgg/uploadthing/pull/89) | ||
[`18d086f`](https://github.com/pingdotgg/uploadthing/commit/18d086f55eb5bdc1348116957f04a771eb6dfd9b) | ||
Thanks [@markflorkowski](https://github.com/markflorkowski)! - [fix] Blob | ||
upload support -- all filetypes that are not image/video/audio now supported | ||
via "blob" type. Components now actually work with blob endpoints | ||
|
||
- [#85](https://github.com/pingdotgg/uploadthing/pull/85) [`693c21e`](https://github.com/pingdotgg/uploadthing/commit/693c21e0c98a2dd5a6361733c77dba2ab1a39122) Thanks [@markflorkowski](https://github.com/markflorkowski)! - [types] Update types for onUploadComplete to include size | ||
- [#85](https://github.com/pingdotgg/uploadthing/pull/85) | ||
[`693c21e`](https://github.com/pingdotgg/uploadthing/commit/693c21e0c98a2dd5a6361733c77dba2ab1a39122) | ||
Thanks [@markflorkowski](https://github.com/markflorkowski)! - [types] Update | ||
types for onUploadComplete to include size | ||
|
||
## 3.0.4 | ||
|
||
## 3.0.3 | ||
|
||
### Patch Changes | ||
|
||
- [#41](https://github.com/pingdotgg/uploadthing/pull/41) [`225b6a4`](https://github.com/pingdotgg/uploadthing/commit/225b6a40d7a84ba6ea8c47faab77246b5b671ba8) Thanks [@OrJDev](https://github.com/OrJDev)! - feat: SolidJS adapter | ||
- [#41](https://github.com/pingdotgg/uploadthing/pull/41) | ||
[`225b6a4`](https://github.com/pingdotgg/uploadthing/commit/225b6a40d7a84ba6ea8c47faab77246b5b671ba8) | ||
Thanks [@OrJDev](https://github.com/OrJDev)! - feat: SolidJS adapter | ||
|
||
- [#54](https://github.com/pingdotgg/uploadthing/pull/54) [`7244b84`](https://github.com/pingdotgg/uploadthing/commit/7244b8479b612f00360069c05aacf450b2b65696) Thanks [@didar-dev](https://github.com/didar-dev)! - Better parsing for `.fileSize()` in the router. thanks @didar-dev! | ||
- [#54](https://github.com/pingdotgg/uploadthing/pull/54) | ||
[`7244b84`](https://github.com/pingdotgg/uploadthing/commit/7244b8479b612f00360069c05aacf450b2b65696) | ||
Thanks [@didar-dev](https://github.com/didar-dev)! - Better parsing for | ||
`.fileSize()` in the router. thanks @didar-dev! | ||
|
||
## 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 | ||
- [#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 | ||
- [#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 | ||
|
||
- [`e08cfdf`](https://github.com/pingdotgg/uploadthing/commit/e08cfdf0e26797025a7e6baa598b0c11957ce587) Thanks [@t3dotgg](https://github.com/t3dotgg)! - Fixed pages/ permissions, await promises we forgot to await, exponential backoff in dev server | ||
- [`e08cfdf`](https://github.com/pingdotgg/uploadthing/commit/e08cfdf0e26797025a7e6baa598b0c11957ce587) | ||
Thanks [@t3dotgg](https://github.com/t3dotgg)! - Fixed pages/ permissions, | ||
await promises we forgot to await, exponential backoff in dev server | ||
|
||
## 3.0.0 | ||
|
||
### Major Changes | ||
|
||
- [#1](https://github.com/pingdotgg/uploadthing/pull/1) [`6352f40`](https://github.com/pingdotgg/uploadthing/commit/6352f4057fc5a37a25d3561dcef06e0ba14b4af4) Thanks [@t3dotgg](https://github.com/t3dotgg)! - Overhaul packages, introduce UploadButton component | ||
- [#1](https://github.com/pingdotgg/uploadthing/pull/1) | ||
[`6352f40`](https://github.com/pingdotgg/uploadthing/commit/6352f4057fc5a37a25d3561dcef06e0ba14b4af4) | ||
Thanks [@t3dotgg](https://github.com/t3dotgg)! - Overhaul packages, introduce | ||
UploadButton component | ||
|
||
### Minor Changes | ||
|
||
- [#3](https://github.com/pingdotgg/uploadthing/pull/3) [`2479873`](https://github.com/pingdotgg/uploadthing/commit/247987335a5c0ec4d43568f31897377e3656fce2) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - feat: insert the generic in lib-level | ||
- [#3](https://github.com/pingdotgg/uploadthing/pull/3) | ||
[`2479873`](https://github.com/pingdotgg/uploadthing/commit/247987335a5c0ec4d43568f31897377e3656fce2) | ||
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - feat: insert | ||
the generic in lib-level | ||
|
||
## 2.0.5 | ||
|
||
### Patch Changes | ||
|
||
- [`bdb7730`](https://github.com/pingdotgg/uploadthing/commit/bdb77302cbe1ea6ae0f2c00296f225a5d29e6275) Thanks [@t3dotgg](https://github.com/t3dotgg)! - fix writeHead | ||
- [`bdb7730`](https://github.com/pingdotgg/uploadthing/commit/bdb77302cbe1ea6ae0f2c00296f225a5d29e6275) | ||
Thanks [@t3dotgg](https://github.com/t3dotgg)! - fix writeHead | ||
|
||
## 2.0.4 | ||
|
||
### Patch Changes | ||
|
||
- [#90](https://github.com/pingdotgg/uploadthing/pull/90) [`bd990dd`](https://github.com/pingdotgg/uploadthing/commit/bd990dd3f7d45dd049db921e6de6835efd8fad8f) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - fix: prettify type in resolver function | ||
- [#90](https://github.com/pingdotgg/uploadthing/pull/90) | ||
[`bd990dd`](https://github.com/pingdotgg/uploadthing/commit/bd990dd3f7d45dd049db921e6de6835efd8fad8f) | ||
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - fix: prettify | ||
type in resolver function | ||
|
||
## 2.0.3 | ||
|
||
### Patch Changes | ||
|
||
- [#88](https://github.com/pingdotgg/uploadthing/pull/88) [`53b6d94`](https://github.com/pingdotgg/uploadthing/commit/53b6d94acdfea59b455fc0694b6feb232ca5830c) Thanks [@t3dotgg](https://github.com/t3dotgg)! - Fix appdir callbacks | ||
- [#88](https://github.com/pingdotgg/uploadthing/pull/88) | ||
[`53b6d94`](https://github.com/pingdotgg/uploadthing/commit/53b6d94acdfea59b455fc0694b6feb232ca5830c) | ||
Thanks [@t3dotgg](https://github.com/t3dotgg)! - Fix appdir callbacks | ||
|
||
## 2.0.2 | ||
|
||
### Patch Changes | ||
|
||
- [#86](https://github.com/pingdotgg/uploadthing/pull/86) [`dcd020f`](https://github.com/pingdotgg/uploadthing/commit/dcd020fec54f12fd89207ed021e0f103e5fa33d2) Thanks [@t3dotgg](https://github.com/t3dotgg)! - fix callback for upload complete | ||
- [#86](https://github.com/pingdotgg/uploadthing/pull/86) | ||
[`dcd020f`](https://github.com/pingdotgg/uploadthing/commit/dcd020fec54f12fd89207ed021e0f103e5fa33d2) | ||
Thanks [@t3dotgg](https://github.com/t3dotgg)! - fix callback for upload | ||
complete | ||
|
||
## 2.0.1 | ||
|
||
### Patch Changes | ||
|
||
- [#72](https://github.com/pingdotgg/uploadthing/pull/72) [`56074d2`](https://github.com/pingdotgg/uploadthing/commit/56074d2800459ce497d5860356ed45ec00e04be4) Thanks [@t3dotgg](https://github.com/t3dotgg)! - Honor file size and file type better | ||
- [#72](https://github.com/pingdotgg/uploadthing/pull/72) | ||
[`56074d2`](https://github.com/pingdotgg/uploadthing/commit/56074d2800459ce497d5860356ed45ec00e04be4) | ||
Thanks [@t3dotgg](https://github.com/t3dotgg)! - Honor file size and file type | ||
better | ||
|
||
## 2.0.0 | ||
|
||
### Minor Changes | ||
|
||
- [#66](https://github.com/pingdotgg/uploadthing/pull/66) [`7996387`](https://github.com/pingdotgg/uploadthing/commit/7996387e323edd9c7c8f82186a3e440c4bdbf691) Thanks [@t3dotgg](https://github.com/t3dotgg)! - Fixed callback for onUploadComplete in dev, added early page dir support | ||
- [#66](https://github.com/pingdotgg/uploadthing/pull/66) | ||
[`7996387`](https://github.com/pingdotgg/uploadthing/commit/7996387e323edd9c7c8f82186a3e440c4bdbf691) | ||
Thanks [@t3dotgg](https://github.com/t3dotgg)! - Fixed callback for | ||
onUploadComplete in dev, added early page dir support | ||
|
||
## 1.1.3 | ||
|
||
### Patch Changes | ||
|
||
- [#63](https://github.com/pingdotgg/uploadthing/pull/63) [`7bb1e8e`](https://github.com/pingdotgg/uploadthing/commit/7bb1e8e9c36915e6c1c83fc9ba100eeaf456b04c) Thanks [@t3dotgg](https://github.com/t3dotgg)! - hotfix - local callbacks | ||
- [#63](https://github.com/pingdotgg/uploadthing/pull/63) | ||
[`7bb1e8e`](https://github.com/pingdotgg/uploadthing/commit/7bb1e8e9c36915e6c1c83fc9ba100eeaf456b04c) | ||
Thanks [@t3dotgg](https://github.com/t3dotgg)! - hotfix - local callbacks | ||
|
||
- [#60](https://github.com/pingdotgg/uploadthing/pull/60) [`e3b44ff`](https://github.com/pingdotgg/uploadthing/commit/e3b44ffc87efdd63e5ce0c6f8df5e91ad54eb562) Thanks [@t3dotgg](https://github.com/t3dotgg)! - hotfix url encoding | ||
- [#60](https://github.com/pingdotgg/uploadthing/pull/60) | ||
[`e3b44ff`](https://github.com/pingdotgg/uploadthing/commit/e3b44ffc87efdd63e5ce0c6f8df5e91ad54eb562) | ||
Thanks [@t3dotgg](https://github.com/t3dotgg)! - hotfix url encoding | ||
|
||
## 1.1.2 | ||
|
||
### Patch Changes | ||
|
||
- [#58](https://github.com/pingdotgg/uploadthing/pull/58) [`ec388d4`](https://github.com/pingdotgg/uploadthing/commit/ec388d4e72b651254cb5590b40d48c90ee43398d) Thanks [@t3dotgg](https://github.com/t3dotgg)! - better errors and local callback fix | ||
- [#58](https://github.com/pingdotgg/uploadthing/pull/58) | ||
[`ec388d4`](https://github.com/pingdotgg/uploadthing/commit/ec388d4e72b651254cb5590b40d48c90ee43398d) | ||
Thanks [@t3dotgg](https://github.com/t3dotgg)! - better errors and local | ||
callback fix | ||
|
||
## 1.1.1 | ||
|
||
### Patch Changes | ||
|
||
- [`32a7b02`](https://github.com/pingdotgg/uploadthing/commit/32a7b0264f214fee6cab4cdd45635c3a7d9ff0ef) Thanks [@t3dotgg](https://github.com/t3dotgg)! - hotfix | ||
- [`32a7b02`](https://github.com/pingdotgg/uploadthing/commit/32a7b0264f214fee6cab4cdd45635c3a7d9ff0ef) | ||
Thanks [@t3dotgg](https://github.com/t3dotgg)! - hotfix | ||
|
||
## 1.1.0 | ||
|
||
### Minor Changes | ||
|
||
- [#54](https://github.com/pingdotgg/uploadthing/pull/54) [`a4640ff`](https://github.com/pingdotgg/uploadthing/commit/a4640ff9a91e0eb833e2cc0daf5cb65cab54cb32) Thanks [@t3dotgg](https://github.com/t3dotgg)! - Beta release | ||
- [#54](https://github.com/pingdotgg/uploadthing/pull/54) | ||
[`a4640ff`](https://github.com/pingdotgg/uploadthing/commit/a4640ff9a91e0eb833e2cc0daf5cb65cab54cb32) | ||
Thanks [@t3dotgg](https://github.com/t3dotgg)! - Beta release | ||
|
||
## 1.0.2 | ||
|
||
### Patch Changes | ||
|
||
- [#52](https://github.com/pingdotgg/uploadthing/pull/52) [`6458d6b`](https://github.com/pingdotgg/uploadthing/commit/6458d6b2f37beccb63ae7c1896fbf85e283fd815) Thanks [@t3dotgg](https://github.com/t3dotgg)! - chore: semantic release | ||
- [#52](https://github.com/pingdotgg/uploadthing/pull/52) | ||
[`6458d6b`](https://github.com/pingdotgg/uploadthing/commit/6458d6b2f37beccb63ae7c1896fbf85e283fd815) | ||
Thanks [@t3dotgg](https://github.com/t3dotgg)! - chore: semantic release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
6484646
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
docs-uploadthing – ./
uploadthing-1m3c.vercel.app
docs.uploadthing.com
docs-uploadthing-pinglabs.vercel.app
docs-uploadthing-git-main-pinglabs.vercel.app