Skip to content

Commit

Permalink
chore(release): 📦 version packages (#250)
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 7, 2023
1 parent 84a7b7d commit 724b39d
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-dogs-exercise.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.3.0",
"uploadthing": "5.3.1",
"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.3.0",
"uploadthing": "5.3.1",
"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.3.0",
"uploadthing": "5.3.1",
"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.3.0",
"uploadthing": "5.3.1",
"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.3.0"
"uploadthing": "5.3.1"
},
"peerDependencies": {
"solid-js": "^1.5.3",
Expand Down
9 changes: 9 additions & 0 deletions packages/uploadthing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# uploadthing

## 5.3.1

### Patch Changes

- [#247](https://github.com/pingdotgg/uploadthing/pull/247)
[`84a7b7d`](https://github.com/pingdotgg/uploadthing/commit/84a7b7d9bf3c3f7d7f716ea7506d86a6234dbafa)
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - fix: runtime
return type of `utapi.uploadFiles`

## 5.3.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": "5.3.0",
"version": "5.3.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 724b39d

@vercel
Copy link

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