Skip to content

Commit

Permalink
chore(release): 📦 version packages (#836)
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 Jun 26, 2024
1 parent 5167316 commit c22ab5e
Show file tree
Hide file tree
Showing 44 changed files with 177 additions and 120 deletions.
6 changes: 0 additions & 6 deletions .changeset/afraid-berries-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-phones-hammer.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/gold-ties-know.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/proud-elephants-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-rocks-yawn.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/wild-terms-know.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/backend-adapters/client-react/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.6.0",
"@uploadthing/react": "6.7.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"uploadthing": "6.12.0"
"uploadthing": "6.13.0"
},
"devDependencies": {
"@types/react": "18.3.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/backend-adapters/client-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"uploadthing": "6.12.0"
"uploadthing": "6.13.0"
},
"devDependencies": {
"typescript": "^5.5.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/backend-adapters/client-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@uploadthing/vue": "6.6.0",
"uploadthing": "6.12.0",
"@uploadthing/vue": "6.6.1",
"uploadthing": "6.13.0",
"vue": "^3.4.21"
},
"devDependencies": {
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 @@ -24,9 +24,9 @@
},
"dependencies": {
"@playwright/test": "1.45.0",
"@uploadthing/react": "6.6.0",
"@uploadthing/react": "6.7.0",
"concurrently": "^8.2.2",
"typescript": "^5.5.2",
"uploadthing": "6.12.0"
"uploadthing": "6.13.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 @@ -26,7 +26,7 @@
"h3": "^1.11.1",
"hono": "^4.0.8",
"listhen": "^1.7.2",
"uploadthing": "6.12.0"
"uploadthing": "6.13.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240222.0",
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.6.0",
"@uploadthing/react": "6.7.0",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"uploadthing": "6.12.0"
"uploadthing": "6.13.0"
},
"devDependencies": {
"@next/bundle-analyzer": "14.2.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/minimal-astro-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
"dependencies": {
"@astrojs/node": "^8.2.1",
"@astrojs/react": "^3.0.10",
"@uploadthing/react": "6.6.0",
"@uploadthing/react": "6.7.0",
"astro": "^4.4.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"uploadthing": "6.12.0"
"uploadthing": "6.13.0"
},
"devDependencies": {
"@types/react": "18.3.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/minimal-expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@trpc/client": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@uploadthing/expo": "6.6.0",
"@uploadthing/expo": "6.7.0",
"expo": "~51.0.8",
"expo-dev-client": "~4.0.10",
"expo-document-picker": "^12.0.1",
Expand All @@ -39,7 +39,7 @@
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "~3.31.1",
"react-native-web": "~0.19.12",
"uploadthing": "6.12.0",
"uploadthing": "6.13.0",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/minimal-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"preview": "nuxt preview"
},
"dependencies": {
"@uploadthing/nuxt": "6.5.6",
"@uploadthing/nuxt": "6.5.7",
"nuxt": "^3.11.2",
"uploadthing": "6.12.0",
"uploadthing": "6.13.0",
"vue": "^3.4.21",
"vue-router": "^4.3.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.6.0",
"@uploadthing/react": "6.7.0",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"uploadthing": "6.12.0"
"uploadthing": "6.13.0"
},
"devDependencies": {
"@types/node": "^20.14.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,9 +12,9 @@
"@solidjs/meta": "^0.29.3",
"@solidjs/router": "^0.12.4",
"@solidjs/start": "^0.6.0",
"@uploadthing/solid": "6.5.0",
"@uploadthing/solid": "6.5.1",
"solid-js": "^1.8.15",
"uploadthing": "6.12.0",
"uploadthing": "6.13.0",
"vinxi": "0.3.11"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/minimal-sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"dependencies": {
"@fontsource-variable/inter": "^5.0.17",
"@uploadthing/svelte": "6.6.0",
"uploadthing": "6.12.0"
"@uploadthing/svelte": "6.6.1",
"uploadthing": "6.13.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.1.1",
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 @@ -12,11 +12,11 @@
"dependencies": {
"@clerk/nextjs": "^4.29.8",
"@t3-oss/env-nextjs": "^0.10.1",
"@uploadthing/react": "6.6.0",
"@uploadthing/react": "6.7.0",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"uploadthing": "6.12.0",
"uploadthing": "6.13.0",
"zod": "^3.23.8"
},
"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.29.8",
"@t3-oss/env-nextjs": "^0.10.1",
"@uploadthing/react": "6.6.0",
"@uploadthing/react": "6.7.0",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"uploadthing": "6.12.0",
"uploadthing": "6.13.0",
"zod": "^3.23.8"
},
"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 @@ -12,12 +12,12 @@
"dependencies": {
"@libsql/client": "^0.6.0",
"@t3-oss/env-nextjs": "^0.10.1",
"@uploadthing/react": "6.6.0",
"@uploadthing/react": "6.7.0",
"drizzle-orm": "^0.30.10",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"uploadthing": "6.12.0",
"uploadthing": "6.13.0",
"zod": "^3.23.8"
},
"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 @@ -12,13 +12,13 @@
"dependencies": {
"@libsql/client": "^0.6.0",
"@t3-oss/env-nextjs": "^0.10.1",
"@uploadthing/react": "6.6.0",
"@uploadthing/react": "6.7.0",
"drizzle-orm": "^0.30.10",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"swr": "^2.2.5",
"uploadthing": "6.12.0",
"uploadthing": "6.13.0",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions examples/with-novel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### Patch Changes

- Updated dependencies [[`7f6df43`](https://github.com/pingdotgg/uploadthing/commit/7f6df4312d65aa6fd35911c0a7e388cda39eb2bd), [`78c755d`](https://github.com/pingdotgg/uploadthing/commit/78c755d637b29cca4570e36a8d814d343f3f4b5c), [`c8bdbf8`](https://github.com/pingdotgg/uploadthing/commit/c8bdbf8293be2b235a936214ccec398266851f16), [`f4f876c`](https://github.com/pingdotgg/uploadthing/commit/f4f876c1a0d4d0fe25302c84c0396fb737cd6458), [`3f3fa57`](https://github.com/pingdotgg/uploadthing/commit/3f3fa572e41dec0dd8ebc94aef20648a8f3bf8d4), [`3377f1b`](https://github.com/pingdotgg/uploadthing/commit/3377f1b9f8d1ae87f7202bf0aeb67bb6a6fa1487)]:
- @uploadthing/react@6.7.0
- [email protected]

## null

### Patch Changes

- Updated dependencies [[`24cdb51`](https://github.com/pingdotgg/uploadthing/commit/24cdb5191f42d1f2603f45acb392ab05acd0cb64), [`24cdb51`](https://github.com/pingdotgg/uploadthing/commit/24cdb5191f42d1f2603f45acb392ab05acd0cb64)]:
- [email protected]

Expand Down
4 changes: 2 additions & 2 deletions examples/with-novel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-slot": "^1.0.2",
"@tailwindcss/typography": "^0.5.10",
"@uploadthing/react": "^6.6.0",
"@uploadthing/react": "^6.7.0",
"class-variance-authority": "^0.7.0",
"cmdk": "^0.2.1",
"lucide-react": "^0.368.0",
Expand All @@ -24,7 +24,7 @@
"react-dom": "18.3.1",
"sonner": "^1.4.41",
"tailwind-merge": "^2.2.1",
"uploadthing": "6.12.0",
"uploadthing": "6.13.0",
"use-debounce": "^9.0.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.6.0",
"@uploadthing/react": "6.7.0",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-image-crop": "^11.0.5",
"uploadthing": "6.12.0"
"uploadthing": "6.13.0"
},
"devDependencies": {
"@types/node": "^20.14.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.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"uploadthing": "6.12.0"
"uploadthing": "6.13.0"
},
"devDependencies": {
"@types/node": "^20.14.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.6.0",
"@uploadthing/react": "6.7.0",
"next": "14.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"uploadthing": "6.12.0"
"uploadthing": "6.13.0"
},
"devDependencies": {
"@types/node": "^20.14.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @uploadthing/expo

## 6.7.0

### Minor Changes

- [#583](https://github.com/pingdotgg/uploadthing/pull/583) [`7f6df43`](https://github.com/pingdotgg/uploadthing/commit/7f6df4312d65aa6fd35911c0a7e388cda39eb2bd) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - feat: support expo

### Patch Changes

- Updated dependencies [[`7f6df43`](https://github.com/pingdotgg/uploadthing/commit/7f6df4312d65aa6fd35911c0a7e388cda39eb2bd), [`c8bdbf8`](https://github.com/pingdotgg/uploadthing/commit/c8bdbf8293be2b235a936214ccec398266851f16), [`f4f876c`](https://github.com/pingdotgg/uploadthing/commit/f4f876c1a0d4d0fe25302c84c0396fb737cd6458), [`3f3fa57`](https://github.com/pingdotgg/uploadthing/commit/3f3fa572e41dec0dd8ebc94aef20648a8f3bf8d4), [`3377f1b`](https://github.com/pingdotgg/uploadthing/commit/3377f1b9f8d1ae87f7202bf0aeb67bb6a6fa1487)]:
- @uploadthing/react@6.7.0
- @uploadthing/shared@6.7.6
2 changes: 1 addition & 1 deletion packages/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadthing/expo",
"version": "6.6.0",
"version": "6.7.0",
"type": "module",
"license": "MIT",
"main": "dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @uploadthing/nuxt

## 6.5.7

### Patch Changes

- Updated dependencies [[`3377f1b`](https://github.com/pingdotgg/uploadthing/commit/3377f1b9f8d1ae87f7202bf0aeb67bb6a6fa1487)]:
- @uploadthing/vue@6.6.1

## 6.5.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadthing/nuxt",
"version": "6.5.6",
"version": "6.5.7",
"type": "module",
"license": "MIT",
"exports": {
Expand Down
20 changes: 20 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @uploadthing/react

## 6.7.0

### Minor Changes

- [#583](https://github.com/pingdotgg/uploadthing/pull/583) [`7f6df43`](https://github.com/pingdotgg/uploadthing/commit/7f6df4312d65aa6fd35911c0a7e388cda39eb2bd) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - feat: support expo

- [#838](https://github.com/pingdotgg/uploadthing/pull/838) [`c8bdbf8`](https://github.com/pingdotgg/uploadthing/commit/c8bdbf8293be2b235a936214ccec398266851f16) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - feat: upload interruption

You can now pass an `AbortSignal` to `uploadFiles` and `useUploadThing` to abort an upload after it starts.
For the built-in components, we control the signal for you.

- [#831](https://github.com/pingdotgg/uploadthing/pull/831) [`3f3fa57`](https://github.com/pingdotgg/uploadthing/commit/3f3fa572e41dec0dd8ebc94aef20648a8f3bf8d4) Thanks [@markflorkowski](https://github.com/markflorkowski)! - feat: Ability to set `disabled` prop on components

### Patch Changes

- [#860](https://github.com/pingdotgg/uploadthing/pull/860) [`3377f1b`](https://github.com/pingdotgg/uploadthing/commit/3377f1b9f8d1ae87f7202bf0aeb67bb6a6fa1487) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - fix: `onUploadProgress` events out of order when uploading many files

- Updated dependencies [[`f4f876c`](https://github.com/pingdotgg/uploadthing/commit/f4f876c1a0d4d0fe25302c84c0396fb737cd6458)]:
- @uploadthing/shared@6.7.6

## 6.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadthing/react",
"version": "6.6.0",
"version": "6.7.0",
"type": "module",
"sideEffects": false,
"license": "MIT",
Expand Down
Loading

0 comments on commit c22ab5e

Please sign in to comment.