Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/wet-days-happen.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": "7.3.3",
"@uploadthing/react": "7.3.4",
"react": "19.2.2",
"react-dom": "19.2.2",
"uploadthing": "7.7.4"
"uploadthing": "7.7.5"
},
"devDependencies": {
"@types/react": "19.2.7",
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": "7.7.4"
"uploadthing": "7.7.5"
},
"devDependencies": {
"typescript": "5.8.3",
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": "7.3.3",
"uploadthing": "7.7.4",
"@uploadthing/vue": "7.3.4",
"uploadthing": "7.7.5",
"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.52.0",
"@uploadthing/react": "7.3.3",
"@uploadthing/react": "7.3.4",
"concurrently": "^9.1.2",
"typescript": "5.8.3",
"uploadthing": "7.7.4"
"uploadthing": "7.7.5"
}
}
2 changes: 1 addition & 1 deletion examples/backend-adapters/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"h3": "^1.13.0",
"hono": "^4.6.15",
"listhen": "^1.9.0",
"uploadthing": "7.7.4"
"uploadthing": "7.7.5"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241230.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": "7.3.3",
"@uploadthing/react": "7.3.4",
"next": "15.5.8",
"react": "19.2.2",
"react-dom": "19.2.2",
"uploadthing": "7.7.4"
"uploadthing": "7.7.5"
},
"devDependencies": {
"@next/bundle-analyzer": "15.1.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 @@ -13,11 +13,11 @@
"dependencies": {
"@astrojs/node": "^9.0.0",
"@astrojs/react": "^4.1.2",
"@uploadthing/react": "7.3.3",
"@uploadthing/react": "7.3.4",
"astro": "^5.1.2",
"react": "19.2.2",
"react-dom": "19.2.2",
"uploadthing": "7.7.4"
"uploadthing": "7.7.5"
},
"devDependencies": {
"@astrojs/check": "0.9.4",
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 @@ -19,7 +19,7 @@
"@trpc/client": "11.0.0-rc.772",
"@trpc/server": "11.0.0-rc.772",
"@trpc/tanstack-react-query": "11.0.0-rc.772",
"@uploadthing/expo": "7.2.6",
"@uploadthing/expo": "7.2.7",
"expo": "~51.0.8",
"expo-constants": "^16.0.0",
"expo-dev-client": "~4.0.10",
Expand All @@ -41,7 +41,7 @@
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "~3.31.1",
"react-native-web": "~0.19.12",
"uploadthing": "7.7.4",
"uploadthing": "7.7.5",
"zod": "^3.24.1"
},
"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": "7.1.10",
"@uploadthing/nuxt": "7.1.11",
"nuxt": "^3.15.0",
"uploadthing": "7.7.4",
"uploadthing": "7.7.5",
"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": "7.3.3",
"@uploadthing/react": "7.3.4",
"next": "15.5.8",
"react": "19.2.2",
"react-dom": "19.2.2",
"uploadthing": "7.7.4"
"uploadthing": "7.7.5"
Comment on lines +12 to +16
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Check npm registry for the exact versions
npm view `@uploadthing/react`@7.3.4 version 2>/dev/null
npm view uploadthing@7.7.5 version 2>/dev/null
npm view react@19.2.2 version 2>/dev/null
npm view react-dom@19.2.2 version 2>/dev/null
npm view next@15.5.8 version 2>/dev/null

Repository: pingdotgg/uploadthing

Length of output: 85


🌐 Web query:

@uploadthing/react 7.3.4 npm release notes changelog

💡 Result:

I couldn’t find any published @uploadthing/react 7.3.4 release/changelog entry on either npm or the upstream GitHub releases/tags—the latest 7.3.x release shown is 7.3.3. [1][2]

@uploadthing/react@7.3.3 (Aug 17, 2025) — Patch changes

  • Fix: CJS interop issue (PR #1232) [1]
  • Dependency update: @uploadthing/shared@7.1.10 [1]

Sources: GitHub release notes [1], npm package page (shows latest as 7.3.3) [2].

[1] https://github.com/pingdotgg/uploadthing/releases/tag/%40uploadthing%2Freact%407.3.3
[2] https://www.npmjs.com/package/%40uploadthing/react


🌐 Web query:

uploadthing 7.7.5 npm release notes changelog breaking changes

💡 Result:

As of January 23, 2026, there doesn’t appear to be an uploadthing@7.7.5 published to npm—public package trackers show 7.7.4 as the latest and list no 7.7.5 in the version history. [1], [2]

Breaking changes?

If you’re looking for breaking changes in the v7 line, the major breaking changes are documented in the v6 → v7 migration guide, including (high level): env var rename UPLOADTHING_SECRETUPLOADTHING_TOKEN, createRouteHandler return shape changes, genUploader return shape changes, logging level changes, and config/polling behavior changes. [3]

Sources:
[1] Socket “uploadthing” package page (versions / latest) (socket.dev)
[2] npm “uploadthing” versions page snippet (shows latest tag at 7.7.4) (npmjs.com)
[3] UploadThing docs: “Migrate from v6 to v7” (docs.uploadthing.com)

Citations:


Fix non-existent dependency versions in the example app.

@uploadthing/react@7.3.4 and uploadthing@7.7.5 do not exist on npm. The latest published versions are @uploadthing/react@7.3.3 and uploadthing@7.7.4 respectively. Update the package.json to use these actual published versions to ensure the example app can be installed and run.

🤖 Prompt for AI Agents
In `@examples/minimal-pagedir/package.json` around lines 12 - 16, Update the
example app's package.json to use published versions of the Uploadthing
packages: change the dependency entries for "@uploadthing/react" and
"uploadthing" to the actual published versions "@uploadthing/react@7.3.3" and
"uploadthing@7.7.4". Edit the dependency list where "@uploadthing/react" and
"uploadthing" are declared so installs use valid npm versions.

},
"devDependencies": {
"@types/node": "^22.10.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 @@ -14,9 +14,9 @@
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.2",
"@solidjs/start": "^1.0.10",
"@uploadthing/solid": "7.3.3",
"@uploadthing/solid": "7.3.4",
"solid-js": "^1.9.3",
"uploadthing": "7.7.4",
"uploadthing": "7.7.5",
"vinxi": "^0.5.1"
},
"engines": {
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 @@ -14,8 +14,8 @@
},
"dependencies": {
"@fontsource-variable/inter": "^5.0.17",
"@uploadthing/svelte": "7.3.3",
"uploadthing": "7.7.4"
"@uploadthing/svelte": "7.3.4",
"uploadthing": "7.7.5"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.3.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/minimal-tanstack-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"dependencies": {
"@tanstack/react-router": "^1.121.27",
"@tanstack/react-start": "^1.121.32",
"@uploadthing/react": "7.3.3",
"@uploadthing/react": "7.3.4",
"react": "19.2.2",
"react-dom": "19.2.2",
"uploadthing": "7.7.4"
"uploadthing": "7.7.5"
},
"devDependencies": {
"@types/react": "19.2.7",
Expand Down
4 changes: 2 additions & 2 deletions examples/profile-picture/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@auth/drizzle-adapter": "^1.2.0",
"@libsql/client": "^0.14.0",
"@uploadthing/react": "7.3.3",
"@uploadthing/react": "7.3.4",
"class-variance-authority": "^0.7.1",
"client-only": "^0.0.1",
"drizzle-orm": "^0.38.3",
Expand All @@ -29,7 +29,7 @@
"server-only": "0.0.1",
"sonner": "^2.0.3",
"tailwind-merge": "^2.2.1",
"uploadthing": "7.7.4",
"uploadthing": "7.7.5",
"zod": "^3.24.1"
},
"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 @@ -13,11 +13,11 @@
"dependencies": {
"@clerk/nextjs": "^6.9.6",
"@t3-oss/env-nextjs": "^0.11.1",
"@uploadthing/react": "7.3.3",
"@uploadthing/react": "7.3.4",
"next": "15.5.8",
"react": "19.2.2",
"react-dom": "19.2.2",
"uploadthing": "7.7.4",
"uploadthing": "7.7.5",
"zod": "^3.24.1"
},
"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 @@ -13,11 +13,11 @@
"dependencies": {
"@clerk/nextjs": "^6.9.6",
"@t3-oss/env-nextjs": "^0.11.1",
"@uploadthing/react": "7.3.3",
"@uploadthing/react": "7.3.4",
"next": "15.5.8",
"react": "19.2.2",
"react-dom": "19.2.2",
"uploadthing": "7.7.4",
"uploadthing": "7.7.5",
Comment on lines +16 to +20
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🌐 Web query:

@uploadthing/react 7.3.4 npm package release

💡 Result:

I couldn’t find any evidence that @uploadthing/react 7.3.4 was ever published to npm (or tagged as a GitHub release). The latest published version shown on npm and in third-party package metadata is 7.3.3. [1][2]


🌐 Web query:

uploadthing 7.7.5 npm package release

💡 Result:

No public npm release of uploadthing@7.7.5 is visible. The latest published version shown on npm (and mirrored by jsDelivr) is 7.7.4. [1] [2]

How to verify from your machine:

npm view uploadthing version
npm view uploadthing versions --json | jq '.[-10:]'

Sources:
[1] (npmjs.com)
[2] (jsdelivr.com)

Citations:


🌐 Web query:

uploadthing Next.js 15 compatibility

💡 Result:

UploadThing is compatible with Next.js 15, including the App Router. The main Next.js 15–specific caveat in UploadThing’s docs is:

  • If you enable Next.js 15 experimental features ppr or dynamicIO, you should wrap UploadThing’s <NextSSRPlugin /> in <Suspense> and call await connection() before rendering it. [1]

Also note that Next.js 15’s upgrade guidance sets React 19 as the minimum version (so dependency/peer-dep friction you hit during a Next 15 upgrade is often React 19 ecosystem-related, not UploadThing-specific). [2]

Sources: [1] UploadThing Next.js App Router setup docs, [2] Next.js “Upgrading: Version 15” guide.


Fix non-existent package versions preventing installation.

@uploadthing/react 7.3.4 does not exist on npm (latest is 7.3.3); uploadthing 7.7.5 does not exist (latest is 7.7.4). Update lines 16 and 20 to use the published versions:

Corrected versions
    "@uploadthing/react": "7.3.3",
    ...
    "uploadthing": "7.7.4",
🤖 Prompt for AI Agents
In `@examples/with-clerk-pagesdir/package.json` around lines 16 - 20, Update the
invalid package versions in package.json: change the "@uploadthing/react"
dependency from "7.3.4" to the published "7.3.3" and change the "uploadthing"
dependency from "7.7.5" to the published "7.7.4" so installs succeed; locate the
dependency entries for "@uploadthing/react" and "uploadthing" in the file and
update their version strings accordingly.

"zod": "^3.24.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/with-clerk-react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"@clerk/react-router": "^0.2.1",
"@react-router/node": "^7.0.0",
"@react-router/serve": "^7.0.0",
"@uploadthing/react": "7.3.3",
"@uploadthing/react": "7.3.4",
"isbot": "^5.1.19",
"react": "19.2.2",
"react-dom": "19.2.2",
"react-router": "^7.0.0",
"react-router-dom": "^7.1.3",
"uploadthing": "7.7.4"
"uploadthing": "7.7.5"
Comment on lines +16 to +22
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🌐 Web query:

@uploadthing/react 7.3.4 npm package version release

💡 Result:

I couldn’t find any evidence that @uploadthing/react version 7.3.4 has been released/published to npm.

The latest published version I can confirm is 7.3.3 (shown as the current version on npm, jsDelivr, and Snyk). [1][2][3]


🌐 Web query:

uploadthing 7.7.5 npm package release notes compatibility React Router 7

💡 Result:

uploadthing 7.7.5 release notes

I couldn’t find any evidence that uploadthing@7.7.5 was ever published to npm. The npm “Versions / Current Tags” view shows 7.7.4 as the latest release (and 7.7.3-canary... as canary). [1]
So, there aren’t “7.7.5 release notes” to reference (because that version doesn’t appear to exist on npm).

React Router 7 compatibility

UploadThing’s Remix setup docs explicitly say the guide is for Remix v2, but that “most steps should be the same if you’ve migrated to React Router v7,” and they point to a full RR7 example. [2]

Practical guidance

For a React Router 7 (framework-mode) app, follow the Remix setup approach and install:

  • uploadthing
  • @uploadthing/react
    as shown in the Remix setup doc. [2]

Sources: [1], [2]


@uploadthing/react 7.3.4 and uploadthing 7.7.5 do not exist on npm—update to 7.3.3 and 7.7.4 respectively.

Version 7.3.4 of @uploadthing/react and 7.7.5 of uploadthing have not been published. The latest available versions are 7.3.3 and 7.7.4. These versions will fail to resolve during npm install.

🤖 Prompt for AI Agents
In `@examples/with-clerk-react-router/package.json` around lines 16 - 22, The
package.json specifies unavailable versions for `@uploadthing/react` and
uploadthing; update the dependency entries for "@uploadthing/react" and
"uploadthing" to use the published versions 7.3.3 and 7.7.4 respectively so npm
install can resolve them; locate the dependency lines referencing
"@uploadthing/react" and "uploadthing" and change their version strings from
"7.3.4" -> "7.3.3" and "7.7.5" -> "7.7.4", then run npm install to verify.

},
"devDependencies": {
"@react-router/dev": "^7.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-clerk-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"@remix-run/node": "^2.12.0",
"@remix-run/react": "^2.12.0",
"@remix-run/serve": "^2.12.0",
"@uploadthing/react": "7.3.3",
"@uploadthing/react": "7.3.4",
"isbot": "^5.1.19",
"react": "19.2.2",
"react-dom": "19.2.2",
"uploadthing": "7.7.4"
"uploadthing": "7.7.5"
Comment on lines +17 to +21
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🌐 Web query:

@uploadthing/react 7.3.4 npm package release notes

💡 Result:

I couldn’t find any evidence that @uploadthing/react version 7.3.4 was ever published to npm, so there are no release notes for that specific version.

As of January 23, 2026, multiple package indexes report the latest published @uploadthing/react version as 7.3.3 (not 7.3.4) [1], [2]. If you meant the main uploadthing package (not @uploadthing/react), that package’s latest version is shown as 7.7.4 [3].

Sources:
[1] https://www.jsdelivr.com/package/npm/%40uploadthing/react
[2] https://security.snyk.io/package/npm/%40uploadthing%2Freact
[3] https://www.npmjs.com/package/uploadthing


🌐 Web query:

uploadthing 7.7.5 npm package release notes

💡 Result:

There don’t appear to be any release notes for uploadthing@7.7.5 because that version is not published on npm—the latest published uploadthing version shown is 7.7.4. [1][2]

If you were actually looking for npm CLI v7.7.5 (not the uploadthing package), its changelog entry is here. [3]

Sources: [1] [2] [3]


Update @uploadthing/react and uploadthing to published versions.

The specified versions do not exist on npm:

  • @uploadthing/react 7.3.4 does not exist (latest is 7.3.3)
  • uploadthing 7.7.5 does not exist (latest is 7.7.4)

Update both to their actual latest published versions to prevent installation failures in this example.

🤖 Prompt for AI Agents
In `@examples/with-clerk-remix/package.json` around lines 17 - 21, The
package.json lists non-existent versions for `@uploadthing/react` and uploadthing;
update the dependency entries for "@uploadthing/react" and "uploadthing" to the
published latest versions (e.g., set "@uploadthing/react" to 7.3.3 and
"uploadthing" to 7.7.4), save package.json, then run your package manager
(npm/yarn/pnpm) install to verify the example installs correctly and update any
lockfile if present.

},
"devDependencies": {
"@remix-run/dev": "^2.12.0",
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 @@ -14,12 +14,12 @@
"dependencies": {
"@libsql/client": "^0.14.0",
"@t3-oss/env-nextjs": "^0.11.1",
"@uploadthing/react": "7.3.3",
"@uploadthing/react": "7.3.4",
"drizzle-orm": "^0.38.3",
"next": "15.5.8",
"react": "19.2.2",
"react-dom": "19.2.2",
"uploadthing": "7.7.4",
"uploadthing": "7.7.5",
"zod": "^3.24.1"
},
"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 @@ -14,13 +14,13 @@
"dependencies": {
"@libsql/client": "^0.14.0",
"@t3-oss/env-nextjs": "^0.11.1",
"@uploadthing/react": "7.3.3",
"@uploadthing/react": "7.3.4",
"drizzle-orm": "^0.38.3",
"next": "15.5.8",
"react": "19.2.2",
"react-dom": "19.2.2",
"swr": "^2.2.5",
"uploadthing": "7.7.4",
"uploadthing": "7.7.5",
"zod": "^3.24.1"
},
"devDependencies": {
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 @@ -10,7 +10,7 @@
},
"dependencies": {
"@tailwindcss/typography": "^0.5.15",
"@uploadthing/react": "7.3.3",
"@uploadthing/react": "7.3.4",
"class-variance-authority": "^0.7.1",
"cmdk": "^1.1.1",
"lucide-react": "^0.469.0",
Expand All @@ -22,7 +22,7 @@
"react-dom": "19.2.2",
"sonner": "^2.0.3",
"tailwind-merge": "^2.2.1",
"uploadthing": "7.7.4",
"uploadthing": "7.7.5",
"use-debounce": "^10.0.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": "7.3.3",
"@uploadthing/react": "7.3.4",
"next": "15.5.8",
"react": "19.2.2",
"react-dom": "19.2.2",
"react-image-crop": "^11.0.5",
"uploadthing": "7.7.4"
"uploadthing": "7.7.5"
},
"devDependencies": {
"@types/node": "^22.10.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": "15.5.8",
"react": "19.2.2",
"react-dom": "19.2.2",
"uploadthing": "7.7.4"
"uploadthing": "7.7.5"
},
"devDependencies": {
"@types/node": "^22.10.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": "7.3.3",
"@uploadthing/react": "7.3.4",
"next": "15.5.8",
"react": "19.2.2",
"react-dom": "19.2.2",
"uploadthing": "7.7.4"
"uploadthing": "7.7.5"
},
"devDependencies": {
"@types/node": "^22.10.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @uploadthing/expo

## 7.2.7

### Patch Changes

- Updated dependencies []:
- @uploadthing/shared@7.1.11
- @uploadthing/react@7.3.4

## 7.2.6

### Patch Changes
Expand Down
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": "7.2.6",
"version": "7.2.7",
"type": "module",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/mime-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @uploadthing/mime-types

## 0.3.7

### Patch Changes

- [#1257](https://github.com/pingdotgg/uploadthing/pull/1257)
[`d20c5ba`](https://github.com/pingdotgg/uploadthing/commit/d20c5ba5ed3781ebcea315bf9c10ebaedac3c407)
Thanks [@ahkhanjani](https://github.com/ahkhanjani)! - feat: Add wav mime type
support

## 0.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mime-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadthing/mime-types",
"version": "0.3.6",
"version": "0.3.7",
"type": "module",
"repository": {
"type": "git",
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

## 7.1.11

### Patch Changes

- Updated dependencies []:
- @uploadthing/vue@7.3.4

## 7.1.10

### 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": "7.1.10",
"version": "7.1.11",
"type": "module",
"license": "MIT",
"repository": {
Expand Down
Loading