Skip to content

Commit

Permalink
chore(release): 📦 version packages (pingdotgg#375)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Mark R. Florkowski <mark.florkowski@gmail.com>
  • Loading branch information
3 people authored Oct 2, 2023
1 parent 3414f1c commit 78c3c93
Show file tree
Hide file tree
Showing 31 changed files with 158 additions and 123 deletions.
21 changes: 0 additions & 21 deletions .changeset/angry-trainers-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-colts-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-bags-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-avocados-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-jeans-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-coins-begin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/small-students-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-birds-push.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.6.1",
"@uploadthing/react": "5.6.2",
"next": "13.4.4",
"nextra": "^2.12.3",
"nextra-theme-docs": "^2.12.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "5.6.1"
"uploadthing": "5.7.0"
},
"devDependencies": {
"@types/react": "18.2.8",
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": "5.6.1",
"@uploadthing/react": "5.6.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "^5.6.1"
"uploadthing": "^5.7.0"
},
"devDependencies": {
"@types/react": "18.2.8",
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": "5.6.1",
"@uploadthing/react": "5.6.2",
"concurrently": "^8.2.1",
"typescript": "^5.1.6",
"uploadthing": "^5.6.1"
"uploadthing": "^5.7.0"
}
}
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": "^5.6.1"
"uploadthing": "^5.7.0"
},
"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": "5.6.1",
"@uploadthing/react": "5.6.2",
"next": "13.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "5.6.1"
"uploadthing": "5.7.0"
},
"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": "5.6.1",
"@uploadthing/react": "5.6.2",
"next": "13.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "5.6.1"
"uploadthing": "5.7.0"
},
"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": "5.3.0",
"@uploadthing/solid": "5.3.1",
"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": "5.6.1",
"uploadthing": "5.7.0",
"zod": "^3.21.4"
},
"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": "5.6.1",
"@uploadthing/react": "5.6.2",
"next": "13.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "5.6.1",
"uploadthing": "5.7.0",
"zod": "^3.21.4"
},
"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": "5.6.1",
"@uploadthing/react": "5.6.2",
"next": "13.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "5.6.1",
"uploadthing": "5.7.0",
"zod": "^3.21.4"
},
"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": "5.6.1",
"@uploadthing/react": "5.6.2",
"better-sqlite3": "^8.6.0",
"drizzle-orm": "^0.28.5",
"next": "13.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "5.6.1",
"uploadthing": "5.7.0",
"zod": "^3.21.4"
},
"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": "5.6.1",
"@uploadthing/react": "5.6.2",
"better-sqlite3": "^8.6.0",
"drizzle-orm": "^0.28.5",
"next": "13.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"swr": "^2.2.2",
"uploadthing": "5.6.1",
"uploadthing": "5.7.0",
"zod": "^3.21.4"
},
"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": "5.6.1",
"@uploadthing/react": "5.6.2",
"next": "13.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-image-crop": "^10.1.5",
"uploadthing": "5.6.1"
"uploadthing": "5.7.0"
},
"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": "13.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "5.6.1"
"uploadthing": "5.7.0"
},
"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": "5.6.1",
"@uploadthing/react": "5.6.2",
"next": "13.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "5.6.1"
"uploadthing": "5.7.0"
},
"devDependencies": {
"@types/node": "18.16.0",
Expand Down
18 changes: 18 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @uploadthing/react

## 5.6.2

### Patch Changes

- [#392](https://github.com/pingdotgg/uploadthing/pull/392)
[`d4492d9`](https://github.com/pingdotgg/uploadthing/commit/d4492d941d174d8f2fb4647d97ae4a2d21e5d199)
Thanks [@markflorkowski](https://github.com/markflorkowski)! -
fix(components): Allow upload button to be focusable via keyboard

- [#384](https://github.com/pingdotgg/uploadthing/pull/384)
[`8c01e98`](https://github.com/pingdotgg/uploadthing/commit/8c01e980cf5b695165101b11c741ce6c1b396bdd)
Thanks [@Mr0Bread](https://github.com/Mr0Bread)! - fix bug where progress bar
styles was not included in the compiled stylesheet

- Updated dependencies
[[`ee8533a`](https://github.com/pingdotgg/uploadthing/commit/ee8533a21e82c786537cea5dd7e98fcb71bb5131)]:
- @uploadthing/shared@5.2.3

## 5.6.1

### 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": "5.6.1",
"version": "5.6.2",
"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": "^5.2.2",
"@uploadthing/shared": "^5.2.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": "5.6.1",
"uploadthing": "5.7.0",
"vitest": "^0.30.1",
"wait-on": "^7.0.1",
"zod": "^3.21.4"
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

## 5.2.3

### Patch Changes

- [#403](https://github.com/pingdotgg/uploadthing/pull/403)
[`ee8533a`](https://github.com/pingdotgg/uploadthing/commit/ee8533a21e82c786537cea5dd7e98fcb71bb5131)
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - fix: wrap
response.json in try-catch block

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

## 5.3.1

### Patch Changes

- [#384](https://github.com/pingdotgg/uploadthing/pull/384)
[`8c01e98`](https://github.com/pingdotgg/uploadthing/commit/8c01e980cf5b695165101b11c741ce6c1b396bdd)
Thanks [@Mr0Bread](https://github.com/Mr0Bread)! - fix bug where progress bar
styles was not included in the compiled stylesheet

- Updated dependencies
[[`ee8533a`](https://github.com/pingdotgg/uploadthing/commit/ee8533a21e82c786537cea5dd7e98fcb71bb5131)]:
- @uploadthing/shared@5.2.3

## 5.3.0

### Minor 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": "5.3.0",
"version": "5.3.1",
"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": "^5.2.2",
"@uploadthing/shared": "^5.2.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": "5.6.1",
"uploadthing": "5.7.0",
"wait-on": "^7.0.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 78c3c93

Please sign in to comment.