Skip to content

Commit

Permalink
chore(release): 📦 version packages (#222)
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] committed Aug 4, 2023
1 parent 4191e16 commit c887146
Show file tree
Hide file tree
Showing 14 changed files with 47 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/happy-buses-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-nails-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-sloths-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-colts-speak.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-candles-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-kangaroos-move.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/appdir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-dom": "18.2.0",
"react-image-crop": "^10.1.5",
"tailwindcss": "^3.3.2",
"uploadthing": "5.2.1",
"uploadthing": "5.3.0",
"zod": "^3.21.4",
"zod-validation-error": "^1.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/pagedir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.3.2",
"uploadthing": "5.2.1",
"uploadthing": "5.3.0",
"zod": "^3.21.4",
"zod-validation-error": "^1.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"solid-start": "^0.2.26",
"solidjs-dropzone": "^1.0.0",
"undici": "5.20.0",
"uploadthing": "5.2.1",
"uploadthing": "5.3.0",
"zod": "^3.21.4"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"tailwindcss": "^3.3.2",
"tsup": "6.7.0",
"typescript": "5.1.3",
"uploadthing": "5.2.1",
"uploadthing": "5.3.0",
"vitest": "^0.30.1",
"wait-on": "^7.0.1",
"zod": "^3.21.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"tsup": "6.7.0",
"tsup-preset-solid": "0.1.8",
"typescript": "5.1.3",
"uploadthing": "5.2.1"
"uploadthing": "5.3.0"
},
"peerDependencies": {
"solid-js": "^1.5.3",
Expand Down
36 changes: 36 additions & 0 deletions packages/uploadthing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# uploadthing

## 5.3.0

### Minor Changes

- [#214](https://github.com/pingdotgg/uploadthing/pull/214)
[`4191e16`](https://github.com/pingdotgg/uploadthing/commit/4191e1638e911a98984676ae018faedcc7d2be0b)
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - feat: add
`uploadFilesFromUrl` to utapi for server side uploads via URl

- [#214](https://github.com/pingdotgg/uploadthing/pull/214)
[`4191e16`](https://github.com/pingdotgg/uploadthing/commit/4191e1638e911a98984676ae018faedcc7d2be0b)
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - feat: add
`uploadFiles` to the utapi for serverside uplaods

### Patch Changes

- [#228](https://github.com/pingdotgg/uploadthing/pull/228)
[`e34d46b`](https://github.com/pingdotgg/uploadthing/commit/e34d46b28dc434969b7c642f13b48dc3f752d122)
Thanks [@markflorkowski](https://github.com/markflorkowski)! - chore(utapi):
add server guard to listFiles

- [#226](https://github.com/pingdotgg/uploadthing/pull/226)
[`a1e6e3c`](https://github.com/pingdotgg/uploadthing/commit/a1e6e3cf0536fc8a1f0401e13f07e4829a2735b3)
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - chore: add
server only guard

- [#221](https://github.com/pingdotgg/uploadthing/pull/221)
[`090c8ed`](https://github.com/pingdotgg/uploadthing/commit/090c8edeeef88660b08a61733a47e826994860aa)
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - fix: errors
thrown in middleware causes entire request to throw

- [#224](https://github.com/pingdotgg/uploadthing/pull/224)
[`c02e99a`](https://github.com/pingdotgg/uploadthing/commit/c02e99a40d20ae37c08564cf4985d74af2bb6495)
Thanks [@markflorkowski](https://github.com/markflorkowski)! - feat(utapi):
Add listFiles to UTAPI

## 5.2.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": "5.2.1",
"version": "5.3.0",
"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 c887146

@vercel
Copy link

@vercel vercel bot commented on c887146 Aug 4, 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.