Skip to content

Commit

Permalink
chore(release): 📦 version packages (#530)
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 Jan 2, 2024
1 parent cfd5381 commit 00de98d
Show file tree
Hide file tree
Showing 25 changed files with 118 additions and 78 deletions.
6 changes: 0 additions & 6 deletions .changeset/forty-walls-applaud.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tough-pans-film.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.2",
"@uploadthing/react": "6.1.0",
"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.1.0"
"uploadthing": "6.1.1"
},
"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.2",
"@uploadthing/react": "6.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "^6.1.0"
"uploadthing": "^6.1.1"
},
"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.2",
"@uploadthing/react": "6.1.0",
"concurrently": "^8.2.1",
"typescript": "^5.1.6",
"uploadthing": "^6.1.0"
"uploadthing": "^6.1.1"
}
}
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.1.0"
"uploadthing": "^6.1.1"
},
"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.2",
"@uploadthing/react": "6.1.0",
"next": "14.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "6.1.0"
"uploadthing": "6.1.1"
},
"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.2",
"@uploadthing/react": "6.1.0",
"next": "14.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "6.1.0"
"uploadthing": "6.1.1"
},
"devDependencies": {
"@types/node": "18.16.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/minimal-solidstart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"dependencies": {
"@solidjs/meta": "^0.28.6",
"@solidjs/router": "^0.8.3",
"@uploadthing/solid": "6.0.0",
"@uploadthing/solid": "6.1.0",
"attr-accept": "^2.2.2",
"solid-js": "^1.7.11",
"solid-start": "^0.3.5",
"solidjs-dropzone": "^1.0.0",
"undici": "^5.20.0",
"uploadthing": "6.1.0",
"uploadthing": "6.1.1",
"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.2",
"@uploadthing/react": "6.1.0",
"next": "14.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "6.1.0",
"uploadthing": "6.1.1",
"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.2",
"@uploadthing/react": "6.1.0",
"next": "14.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "6.1.0",
"uploadthing": "6.1.1",
"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.2",
"@uploadthing/react": "6.1.0",
"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.1.0",
"uploadthing": "6.1.1",
"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.2",
"@uploadthing/react": "6.1.0",
"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.1.0",
"uploadthing": "6.1.1",
"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.2",
"@uploadthing/react": "6.1.0",
"next": "14.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-image-crop": "^10.1.5",
"uploadthing": "6.1.0"
"uploadthing": "6.1.1"
},
"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.1.0"
"uploadthing": "6.1.1"
},
"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.2",
"@uploadthing/react": "6.1.0",
"next": "14.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "6.1.0"
"uploadthing": "6.1.1"
},
"devDependencies": {
"@types/node": "18.16.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @uploadthing/react

## 6.1.0

### Minor Changes

- [#529](https://github.com/pingdotgg/uploadthing/pull/529)
[`3b7e901`](https://github.com/pingdotgg/uploadthing/commit/3b7e901ddbdf7ceb743e25db4258a289c3943c6f)
Thanks [@ibrahimyaacob92](https://github.com/ibrahimyaacob92)! - feat: allow
async onBeforeUploadBegin callback

### Patch Changes

- Updated dependencies
[[`cfd5381`](https://github.com/pingdotgg/uploadthing/commit/cfd53811b6267a5f20ba9334f82937f27c3be346)]:
- @uploadthing/shared@6.0.3

## 6.0.2

### Patch 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.2",
"version": "6.1.0",
"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.2",
"@uploadthing/shared": "^6.0.3",
"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.1.0",
"uploadthing": "6.1.1",
"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.3

### Patch Changes

- [#527](https://github.com/pingdotgg/uploadthing/pull/527)
[`cfd5381`](https://github.com/pingdotgg/uploadthing/commit/cfd53811b6267a5f20ba9334f82937f27c3be346)
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - fallback to
blob filetype if allowed

## 6.0.2

### Patch 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.2",
"version": "6.0.3",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
Expand Down
15 changes: 15 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @uploadthing/solid

## 6.1.0

### Minor Changes

- [#529](https://github.com/pingdotgg/uploadthing/pull/529)
[`3b7e901`](https://github.com/pingdotgg/uploadthing/commit/3b7e901ddbdf7ceb743e25db4258a289c3943c6f)
Thanks [@ibrahimyaacob92](https://github.com/ibrahimyaacob92)! - feat: allow
async onBeforeUploadBegin callback

### Patch Changes

- Updated dependencies
[[`cfd5381`](https://github.com/pingdotgg/uploadthing/commit/cfd53811b6267a5f20ba9334f82937f27c3be346)]:
- @uploadthing/shared@6.0.3

## 6.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"author": "OrJDev",
"license": "MIT",
"version": "6.0.0",
"version": "6.1.0",
"main": "./dist/server.cjs",
"module": "./dist/server.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -87,7 +87,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@uploadthing/shared": "^6.0.2",
"@uploadthing/shared": "^6.0.3",
"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.1.0",
"uploadthing": "6.1.1",
"wait-on": "^7.0.1"
},
"peerDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions packages/uploadthing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# uploadthing

## 6.1.1

### Patch Changes

- [#527](https://github.com/pingdotgg/uploadthing/pull/527)
[`cfd5381`](https://github.com/pingdotgg/uploadthing/commit/cfd53811b6267a5f20ba9334f82937f27c3be346)
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - fallback to
blob filetype if allowed

- Updated dependencies
[[`cfd5381`](https://github.com/pingdotgg/uploadthing/commit/cfd53811b6267a5f20ba9334f82937f27c3be346)]:
- @uploadthing/shared@6.0.3

## 6.1.0

### Minor 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.1.0",
"version": "6.1.1",
"engines": {
"node": ">=18.13.0"
},
Expand Down Expand Up @@ -93,7 +93,7 @@
},
"dependencies": {
"@uploadthing/mime-types": "^0.2.2",
"@uploadthing/shared": "^6.0.2"
"@uploadthing/shared": "^6.0.3"
},
"devDependencies": {
"@types/express": "^4.17.17",
Expand Down
Loading

1 comment on commit 00de98d

@vercel
Copy link

@vercel vercel bot commented on 00de98d Jan 2, 2024

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.