Skip to content

Commit

Permalink
chore(release): 📦 version packages (#220)
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 Jul 17, 2023
1 parent a11a7f0 commit 884b3a1
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-mayflies-promise.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.0",
"uploadthing": "5.2.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.2.0",
"uploadthing": "5.2.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.2.0",
"uploadthing": "5.2.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.2.0",
"uploadthing": "5.2.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.2.0"
"uploadthing": "5.2.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.2.1

### Patch Changes

- [#219](https://github.com/pingdotgg/uploadthing/pull/219)
[`a11a7f0`](https://github.com/pingdotgg/uploadthing/commit/a11a7f0f98585acf96220f9f454c74966e6c39b0)
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - fix: make sure
url is absolute in pagedir

## 5.2.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.2.0",
"version": "5.2.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 884b3a1

@vercel
Copy link

@vercel vercel bot commented on 884b3a1 Jul 17, 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.