Skip to content

Commit

Permalink
chore(release): 📦 version packages (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3dotgg committed May 8, 2024
1 parent 69165fc commit a5dcaf0
Show file tree
Hide file tree
Showing 34 changed files with 125 additions and 83 deletions.
6 changes: 0 additions & 6 deletions .changeset/flat-zoos-compete.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/happy-numbers-bow.md

This file was deleted.

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.5.1",
"uploadthing": "6.10.1",
"@uploadthing/vue": "6.5.2",
"uploadthing": "6.10.2",
"vue": "^3.4.21"
},
"devDependencies": {
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.5.1",
"@uploadthing/react": "6.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "6.10.1"
"uploadthing": "6.10.2"
},
"devDependencies": {
"@types/react": "18.2.78",
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 @@ -20,10 +20,10 @@
"test": "playwright test"
},
"dependencies": {
"@uploadthing/react": "6.5.1",
"@uploadthing/react": "6.5.2",
"concurrently": "^8.2.2",
"typescript": "^5.4.5",
"uploadthing": "6.10.1"
"uploadthing": "6.10.2"
},
"devDependencies": {
"@playwright/test": "1.42.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/backend-adapters/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"h3": "^1.11.1",
"hono": "^4.0.8",
"listhen": "^1.7.2",
"uploadthing": "6.10.1"
"uploadthing": "6.10.2"
},
"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.5.1",
"@uploadthing/react": "6.5.2",
"next": "14.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "6.10.1"
"uploadthing": "6.10.2"
},
"devDependencies": {
"@types/node": "^20.11.21",
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.5.1",
"@uploadthing/react": "6.5.2",
"astro": "^4.4.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "6.10.1"
"uploadthing": "6.10.2"
},
"devDependencies": {
"@types/react": "18.2.78",
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.2",
"@uploadthing/nuxt": "6.5.3",
"nuxt": "^3.11.2",
"uploadthing": "6.10.1",
"uploadthing": "6.10.2",
"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.5.1",
"@uploadthing/react": "6.5.2",
"next": "14.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "6.10.1"
"uploadthing": "6.10.2"
},
"devDependencies": {
"@types/node": "^20.11.21",
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.4.1",
"@uploadthing/solid": "6.4.2",
"solid-js": "^1.8.15",
"uploadthing": "6.10.1",
"uploadthing": "6.10.2",
"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.5.1",
"uploadthing": "6.10.1"
"@uploadthing/svelte": "6.5.2",
"uploadthing": "6.10.2"
},
"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.5.1",
"@uploadthing/react": "6.5.2",
"next": "14.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "6.10.1",
"uploadthing": "6.10.2",
"zod": "^3.22.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.29.8",
"@t3-oss/env-nextjs": "^0.10.1",
"@uploadthing/react": "6.5.1",
"@uploadthing/react": "6.5.2",
"next": "14.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "6.10.1",
"uploadthing": "6.10.2",
"zod": "^3.22.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 @@ -12,12 +12,12 @@
"dependencies": {
"@libsql/client": "^0.6.0",
"@t3-oss/env-nextjs": "^0.10.1",
"@uploadthing/react": "6.5.1",
"@uploadthing/react": "6.5.2",
"drizzle-orm": "^0.30.10",
"next": "14.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "6.10.1",
"uploadthing": "6.10.2",
"zod": "^3.22.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 @@ -12,13 +12,13 @@
"dependencies": {
"@libsql/client": "^0.6.0",
"@t3-oss/env-nextjs": "^0.10.1",
"@uploadthing/react": "6.5.1",
"@uploadthing/react": "6.5.2",
"drizzle-orm": "^0.30.10",
"next": "14.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"swr": "^2.2.5",
"uploadthing": "6.10.1",
"uploadthing": "6.10.2",
"zod": "^3.22.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": "6.5.1",
"@uploadthing/react": "6.5.2",
"next": "14.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-image-crop": "^11.0.5",
"uploadthing": "6.10.1"
"uploadthing": "6.10.2"
},
"devDependencies": {
"@types/node": "^20.11.21",
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.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "6.10.1"
"uploadthing": "6.10.2"
},
"devDependencies": {
"@types/node": "^20.11.21",
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.5.1",
"@uploadthing/react": "6.5.2",
"next": "14.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "6.10.1"
"uploadthing": "6.10.2"
},
"devDependencies": {
"@types/node": "^20.11.21",
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.3

### Patch Changes

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

## 6.5.2

### 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.2",
"version": "6.5.3",
"type": "module",
"license": "MIT",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @uploadthing/react

## 6.5.2

### Patch Changes

- Updated dependencies [[`69165fc`](https://github.com/pingdotgg/uploadthing/commit/69165fc4b4e4b02fe27e02d1991ea2cd3ae45c8a), [`6da018b`](https://github.com/pingdotgg/uploadthing/commit/6da018bfd4f2812ad81f36a7e3c9e3567c435b0b)]:
- @uploadthing/shared@6.7.2

## 6.5.1

### Patch 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.5.1",
"version": "6.5.2",
"type": "module",
"license": "MIT",
"main": "./dist/index.cjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @uploadthing/shared

## 6.7.2

### Patch Changes

- [#791](https://github.com/pingdotgg/uploadthing/pull/791) [`69165fc`](https://github.com/pingdotgg/uploadthing/commit/69165fc4b4e4b02fe27e02d1991ea2cd3ae45c8a) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - fix: catch FiberFailure's and squash them to the original error

- [#783](https://github.com/pingdotgg/uploadthing/pull/783) [`6da018b`](https://github.com/pingdotgg/uploadthing/commit/6da018bfd4f2812ad81f36a7e3c9e3567c435b0b) Thanks [@datner](https://github.com/datner)! - refactoring small parts of uploadFile and related utils

## 6.7.1

### 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.7.1",
"version": "6.7.2",
"type": "module",
"license": "MIT",
"main": "dist/index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @uploadthing/solid

## 6.4.2

### Patch Changes

- Updated dependencies [[`69165fc`](https://github.com/pingdotgg/uploadthing/commit/69165fc4b4e4b02fe27e02d1991ea2cd3ae45c8a), [`6da018b`](https://github.com/pingdotgg/uploadthing/commit/6da018bfd4f2812ad81f36a7e3c9e3567c435b0b)]:
- @uploadthing/[email protected]

## 6.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.4.1",
"version": "6.4.2",
"main": "./dist/server.cjs",
"module": "./dist/server.js",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @uploadthing/svelte

## 6.5.2

### Patch Changes

- Updated dependencies [[`69165fc`](https://github.com/pingdotgg/uploadthing/commit/69165fc4b4e4b02fe27e02d1991ea2cd3ae45c8a), [`6da018b`](https://github.com/pingdotgg/uploadthing/commit/6da018bfd4f2812ad81f36a7e3c9e3567c435b0b)]:
- @uploadthing/shared@6.7.2

## 6.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadthing/svelte",
"version": "6.5.1",
"version": "6.5.2",
"license": "MIT",
"scripts": {
"dev": "vite dev",
Expand Down
11 changes: 11 additions & 0 deletions packages/uploadthing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# uploadthing

## 6.10.2

### Patch Changes

- [#791](https://github.com/pingdotgg/uploadthing/pull/791) [`69165fc`](https://github.com/pingdotgg/uploadthing/commit/69165fc4b4e4b02fe27e02d1991ea2cd3ae45c8a) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - fix: catch FiberFailure's and squash them to the original error

- [#783](https://github.com/pingdotgg/uploadthing/pull/783) [`6da018b`](https://github.com/pingdotgg/uploadthing/commit/6da018bfd4f2812ad81f36a7e3c9e3567c435b0b) Thanks [@datner](https://github.com/datner)! - refactoring small parts of uploadFile and related utils

- Updated dependencies [[`69165fc`](https://github.com/pingdotgg/uploadthing/commit/69165fc4b4e4b02fe27e02d1991ea2cd3ae45c8a), [`6da018b`](https://github.com/pingdotgg/uploadthing/commit/6da018bfd4f2812ad81f36a7e3c9e3567c435b0b)]:
- @uploadthing/shared@6.7.2

## 6.10.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/uploadthing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uploadthing",
"version": "6.10.1",
"version": "6.10.2",
"type": "module",
"engines": {
"node": ">=18.13.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @uploadthing/vue

## 6.5.2

### Patch Changes

- Updated dependencies [[`69165fc`](https://github.com/pingdotgg/uploadthing/commit/69165fc4b4e4b02fe27e02d1991ea2cd3ae45c8a), [`6da018b`](https://github.com/pingdotgg/uploadthing/commit/6da018bfd4f2812ad81f36a7e3c9e3567c435b0b)]:
- @uploadthing/shared@6.7.2

## 6.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadthing/vue",
"version": "6.5.1",
"version": "6.5.2",
"type": "module",
"license": "MIT",
"main": "./dist/index.cjs",
Expand Down
Loading

0 comments on commit a5dcaf0

Please sign in to comment.