Skip to content

Commit

Permalink
chore(release): 📦 version packages (#481)
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 Nov 20, 2023
1 parent 67109c8 commit ce30313
Show file tree
Hide file tree
Showing 24 changed files with 103 additions and 75 deletions.
7 changes: 0 additions & 7 deletions .changeset/curly-lions-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-trains-smoke.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": "6.0.0",
"@uploadthing/react": "6.0.1",
"next": "14.0.1",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "6.0.1"
"uploadthing": "6.0.2"
},
"devDependencies": {
"@types/react": "18.2.33",
Expand Down
4 changes: 2 additions & 2 deletions examples/backend-adapters/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"start": "vite preview"
},
"dependencies": {
"@uploadthing/react": "6.0.0",
"@uploadthing/react": "6.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "^6.0.1"
"uploadthing": "^6.0.2"
},
"devDependencies": {
"@types/react": "18.2.33",
Expand Down
4 changes: 2 additions & 2 deletions examples/backend-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"start": "concurrently \"npm run -w client start\" \"npm run -w server start\""
},
"dependencies": {
"@uploadthing/react": "6.0.0",
"@uploadthing/react": "6.0.1",
"concurrently": "^8.2.1",
"typescript": "^5.1.6",
"uploadthing": "^6.0.1"
"uploadthing": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion examples/backend-adapters/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"h3": "^1.8.1",
"hono": "^3.6.3",
"listhen": "^1.5.5",
"uploadthing": "^6.0.1"
"uploadthing": "^6.0.2"
},
"devDependencies": {
"@types/cors": "^2.8.14",
Expand Down
4 changes: 2 additions & 2 deletions examples/minimal-appdir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@uploadthing/react": "6.0.0",
"@uploadthing/react": "6.0.1",
"next": "14.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "6.0.1"
"uploadthing": "6.0.2"
},
"devDependencies": {
"@types/node": "18.16.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/minimal-pagedir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@uploadthing/react": "6.0.0",
"@uploadthing/react": "6.0.1",
"next": "14.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "6.0.1"
"uploadthing": "6.0.2"
},
"devDependencies": {
"@types/node": "18.16.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal-solidstart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"solid-start": "^0.3.5",
"solidjs-dropzone": "^1.0.0",
"undici": "^5.20.0",
"uploadthing": "6.0.1",
"uploadthing": "6.0.2",
"zod": "^3.22.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/with-clerk-appdir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"dependencies": {
"@clerk/nextjs": "^4.23.5",
"@t3-oss/env-nextjs": "^0.6.0",
"@uploadthing/react": "6.0.0",
"@uploadthing/react": "6.0.1",
"next": "14.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "6.0.1",
"uploadthing": "6.0.2",
"zod": "^3.22.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/with-clerk-pagesdir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"dependencies": {
"@clerk/nextjs": "^4.23.5",
"@t3-oss/env-nextjs": "^0.6.0",
"@uploadthing/react": "6.0.0",
"@uploadthing/react": "6.0.1",
"next": "14.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "6.0.1",
"uploadthing": "6.0.2",
"zod": "^3.22.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/with-drizzle-appdir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.6.0",
"@uploadthing/react": "6.0.0",
"@uploadthing/react": "6.0.1",
"better-sqlite3": "^8.6.0",
"drizzle-orm": "^0.28.5",
"next": "14.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "6.0.1",
"uploadthing": "6.0.2",
"zod": "^3.22.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/with-drizzle-pagesdir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.6.0",
"@uploadthing/react": "6.0.0",
"@uploadthing/react": "6.0.1",
"better-sqlite3": "^8.6.0",
"drizzle-orm": "^0.28.5",
"next": "14.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"swr": "^2.2.2",
"uploadthing": "6.0.1",
"uploadthing": "6.0.2",
"zod": "^3.22.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/with-react-image-crop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@uploadthing/react": "6.0.0",
"@uploadthing/react": "6.0.1",
"next": "14.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-image-crop": "^10.1.5",
"uploadthing": "6.0.1"
"uploadthing": "6.0.2"
},
"devDependencies": {
"@types/node": "18.16.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-serveractions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"next": "14.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "6.0.1"
"uploadthing": "6.0.2"
},
"devDependencies": {
"@types/node": "18.16.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@uploadthing/react": "6.0.0",
"@uploadthing/react": "6.0.1",
"next": "14.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "6.0.1"
"uploadthing": "6.0.2"
},
"devDependencies": {
"@types/node": "18.16.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @uploadthing/react

## 6.0.1

### Patch Changes

- [#480](https://github.com/pingdotgg/uploadthing/pull/480)
[`67109c8`](https://github.com/pingdotgg/uploadthing/commit/67109c835f3416d2928c0faa9e2fd99a1bcd2370)
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - fix: serverdata
polling timed out and returned 504

- Updated dependencies
[[`67109c8`](https://github.com/pingdotgg/uploadthing/commit/67109c835f3416d2928c0faa9e2fd99a1bcd2370)]:
- @uploadthing/shared@6.0.1

## 6.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadthing/react",
"version": "6.0.0",
"version": "6.0.1",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
Expand Down Expand Up @@ -44,7 +44,7 @@
"dev": "wait-on ../uploadthing/dist/server.mjs && tsup --watch"
},
"dependencies": {
"@uploadthing/shared": "^6.0.0",
"@uploadthing/shared": "^6.0.1",
"attr-accept": "^2.2.2",
"file-selector": "^0.6.0",
"tailwind-merge": "^1.13.2"
Expand Down Expand Up @@ -74,7 +74,7 @@
"tailwindcss": "^3.3.2",
"tsup": "6.7.0",
"typescript": "^5.1.6",
"uploadthing": "6.0.1",
"uploadthing": "6.0.2",
"vitest": "^0.30.1",
"wait-on": "^7.0.1",
"zod": "^3.22.3"
Expand Down
9 changes: 9 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @uploadthing/shared

## 6.0.1

### Patch Changes

- [#480](https://github.com/pingdotgg/uploadthing/pull/480)
[`67109c8`](https://github.com/pingdotgg/uploadthing/commit/67109c835f3416d2928c0faa9e2fd99a1bcd2370)
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - fix: serverdata
polling timed out and returned 504

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadthing/shared",
"version": "6.0.0",
"version": "6.0.1",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
Expand Down
4 changes: 2 additions & 2 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@uploadthing/shared": "^6.0.0",
"@uploadthing/shared": "^6.0.1",
"tailwind-merge": "^1.13.2"
},
"devDependencies": {
Expand All @@ -99,7 +99,7 @@
"tsup": "6.7.0",
"tsup-preset-solid": "0.1.8",
"typescript": "^5.1.6",
"uploadthing": "6.0.1",
"uploadthing": "6.0.2",
"wait-on": "^7.0.1"
},
"peerDependencies": {
Expand Down
18 changes: 18 additions & 0 deletions packages/uploadthing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# uploadthing

## 6.0.2

### Patch Changes

- [#480](https://github.com/pingdotgg/uploadthing/pull/480)
[`67109c8`](https://github.com/pingdotgg/uploadthing/commit/67109c835f3416d2928c0faa9e2fd99a1bcd2370)
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - fix: serverdata
polling timed out and returned 504

- [#479](https://github.com/pingdotgg/uploadthing/pull/479)
[`f4270fe`](https://github.com/pingdotgg/uploadthing/commit/f4270fe58a1d685714a19ec420cc7e3eb0aa8266)
Thanks [@Mr0Bread](https://github.com/Mr0Bread)! - Make Express external
dependency

- Updated dependencies
[[`67109c8`](https://github.com/pingdotgg/uploadthing/commit/67109c835f3416d2928c0faa9e2fd99a1bcd2370)]:
- @uploadthing/shared@6.0.1

## 6.0.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/uploadthing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uploadthing",
"version": "6.0.1",
"version": "6.0.2",
"engines": {
"node": ">=18.13.0"
},
Expand Down Expand Up @@ -93,7 +93,7 @@
},
"dependencies": {
"@uploadthing/mime-types": "^0.2.2",
"@uploadthing/shared": "^6.0.0"
"@uploadthing/shared": "^6.0.1"
},
"devDependencies": {
"@types/express": "^4.17.17",
Expand Down
Loading

1 comment on commit ce30313

@vercel
Copy link

@vercel vercel bot commented on ce30313 Nov 20, 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.