Skip to content

Commit

Permalink
chore(release): 📦 version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 31, 2024
1 parent bf278b1 commit 97d48a5
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/tiny-rocks-yawn.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/backend-adapters/client-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "vite preview"
},
"dependencies": {
"@uploadthing/react": "6.6.0",
"@uploadthing/react": "6.7.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"uploadthing": "6.12.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/backend-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"test": "playwright test"
},
"dependencies": {
"@uploadthing/react": "6.6.0",
"@uploadthing/react": "6.7.0",
"concurrently": "^8.2.2",
"typescript": "^5.4.5",
"uploadthing": "6.12.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal-appdir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@uploadthing/react": "6.6.0",
"@uploadthing/react": "6.7.0",
"next": "14.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal-astro-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"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.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal-pagedir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@uploadthing/react": "6.6.0",
"@uploadthing/react": "6.7.0",
"next": "14.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-clerk-appdir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"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.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-clerk-pagesdir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"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.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-drizzle-appdir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"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.1",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-drizzle-pagesdir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"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.1",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-react-image-crop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@uploadthing/react": "6.6.0",
"@uploadthing/react": "6.7.0",
"next": "14.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@uploadthing/react": "6.6.0",
"@uploadthing/react": "6.7.0",
"next": "14.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @uploadthing/react

## 6.7.0

### Minor Changes

- [#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

## 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

0 comments on commit 97d48a5

Please sign in to comment.