Skip to content

Commit

Permalink
chore(release): 📦 version packages (#265)
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 15, 2023
1 parent 0a92cf3 commit 5e0f96f
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-carpets-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-bulldogs-protect.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"debug": "NODE_OPTIONS='--inspect' next dev"
},
"dependencies": {
"@uploadthing/react": "5.2.1",
"@uploadthing/react": "5.3.0",
"next": "13.4.4",
"nextra": "^2.7.0",
"nextra-theme-docs": "^2.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "5.3.2"
"uploadthing": "5.3.3"
},
"devDependencies": {
"@types/react": "18.2.8",
Expand Down
4 changes: 2 additions & 2 deletions examples/appdir/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": "5.2.1",
"@uploadthing/react": "5.3.0",
"autoprefixer": "10.4.14",
"next": "13.4.4",
"postcss": "8.4.22",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-image-crop": "^10.1.5",
"tailwindcss": "^3.3.2",
"uploadthing": "5.3.2",
"uploadthing": "5.3.3",
"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": "5.2.1",
"@uploadthing/react": "5.3.0",
"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": "5.3.2",
"uploadthing": "5.3.3",
"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 @@ -18,7 +18,7 @@
"solid-start": "^0.2.26",
"solidjs-dropzone": "^1.0.0",
"undici": "5.20.0",
"uploadthing": "5.3.2",
"uploadthing": "5.3.3",
"zod": "^3.21.4"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @uploadthing/react

## 5.3.0

### Minor Changes

- [#217](https://github.com/pingdotgg/uploadthing/pull/217)
[`0a92cf3`](https://github.com/pingdotgg/uploadthing/commit/0a92cf3d69452d933f84a4590ac9c24ca295a265)
Thanks [@Mr0Bread](https://github.com/Mr0Bread)! - feat(react): content and
styling customisation

## 5.2.1

### 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": "5.2.1",
"version": "5.3.0",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
Expand Down Expand Up @@ -60,7 +60,7 @@
"tailwindcss": "^3.3.2",
"tsup": "6.7.0",
"typescript": "^5.1.6",
"uploadthing": "5.3.2",
"uploadthing": "5.3.3",
"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 @@ -97,7 +97,7 @@
"tsup": "6.7.0",
"tsup-preset-solid": "0.1.8",
"typescript": "^5.1.6",
"uploadthing": "5.3.2"
"uploadthing": "5.3.3"
},
"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.3

### Patch Changes

- [#262](https://github.com/pingdotgg/uploadthing/pull/262)
[`1ad326d`](https://github.com/pingdotgg/uploadthing/commit/1ad326d2a2cdd49ee538bda002f392d1052815ef)
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - fix invalid
`NextApiResponse` object for pages middleware

## 5.3.2

### 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.3.2",
"version": "5.3.3",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
Expand Down
18 changes: 9 additions & 9 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 5e0f96f

@vercel
Copy link

@vercel vercel bot commented on 5e0f96f Aug 15, 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.