Skip to content

Commit

Permalink
chore(release): πŸ“¦ version packages (#90)
Browse files Browse the repository at this point in the history
* chore(release): πŸ“¦ version packages

* chore(release): πŸ“¦ sync lockfile

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
t3dotgg and github-actions[bot] committed May 22, 2023
1 parent 522e047 commit 49c0b38
Show file tree
Hide file tree
Showing 12 changed files with 251 additions and 48 deletions.
7 changes: 0 additions & 7 deletions .changeset/mean-emus-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-forks-bake.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/appdir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
},
"dependencies": {
"@tanstack/react-query": "^4.28.0",
"@uploadthing/react": "3.0.4",
"@uploadthing/react": "3.0.5",
"autoprefixer": "10.4.14",
"next": "13.4.1",
"postcss": "8.4.22",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.3.2",
"uploadthing": "3.0.4",
"uploadthing": "3.0.5",
"zod": "^3.21.4",
"zod-validation-error": "^1.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/pagedir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
},
"dependencies": {
"@tanstack/react-query": "^4.28.0",
"@uploadthing/react": "3.0.4",
"@uploadthing/react": "3.0.5",
"autoprefixer": "10.4.14",
"next": "13.4.1",
"next-auth": "^4.22.1",
"postcss": "8.4.22",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.3.2",
"uploadthing": "3.0.4",
"uploadthing": "3.0.5",
"zod": "^3.21.4",
"zod-validation-error": "^1.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"@solidjs/meta": "^0.28.2",
"@solidjs/router": "^0.8.2",
"@soorria/solid-dropzone": "^0.0.5",
"@uploadthing/solid": "3.0.4",
"@uploadthing/solid": "3.0.5",
"attr-accept": "^2.2.2",
"file-selector": "^0.6.0",
"solid-js": "^1.7.3",
"solid-start": "^0.2.26",
"solidjs-dropzone": "^1.0.0",
"undici": "5.20.0",
"uploadthing": "3.0.4",
"uploadthing": "3.0.5",
"zod": "^3.21.4"
},
"engines": {
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @uploadthing/react

## 3.0.5

### Patch Changes

- [#89](https://github.com/pingdotgg/uploadthing/pull/89) [`18d086f`](https://github.com/pingdotgg/uploadthing/commit/18d086f55eb5bdc1348116957f04a771eb6dfd9b) Thanks [@markflorkowski](https://github.com/markflorkowski)! - [fix] Blob upload support -- all filetypes that are not image/video/audio now supported via "blob" type. Components now actually work with blob endpoints

- Updated dependencies [[`18d086f`](https://github.com/pingdotgg/uploadthing/commit/18d086f55eb5bdc1348116957f04a771eb6dfd9b), [`693c21e`](https://github.com/pingdotgg/uploadthing/commit/693c21e0c98a2dd5a6361733c77dba2ab1a39122)]:
- [email protected]

## 3.0.4

### 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": "3.0.4",
"version": "3.0.5",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
Expand Down Expand Up @@ -36,7 +36,7 @@
"peerDependencies": {
"react": "^17.0.2 || ^18.0.0",
"react-dropzone": "^14.2.3",
"uploadthing": "3.0.4"
"uploadthing": "3.0.5"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
Expand All @@ -52,7 +52,7 @@
"tailwindcss": "^3.3.2",
"tsup": "6.7.0",
"typescript": "5.1.0-beta",
"uploadthing": "3.0.4",
"uploadthing": "3.0.5",
"vitest": "^0.30.1",
"wait-on": "^7.0.1"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @uploadthing/solid

## 3.0.5

### Patch Changes

- [#89](https://github.com/pingdotgg/uploadthing/pull/89) [`18d086f`](https://github.com/pingdotgg/uploadthing/commit/18d086f55eb5bdc1348116957f04a771eb6dfd9b) Thanks [@markflorkowski](https://github.com/markflorkowski)! - [fix] Blob upload support -- all filetypes that are not image/video/audio now supported via "blob" type. Components now actually work with blob endpoints

- Updated dependencies [[`18d086f`](https://github.com/pingdotgg/uploadthing/commit/18d086f55eb5bdc1348116957f04a771eb6dfd9b), [`693c21e`](https://github.com/pingdotgg/uploadthing/commit/693c21e0c98a2dd5a6361733c77dba2ab1a39122)]:
- [email protected]

## 3.0.4

### Patch 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 @@ -2,7 +2,7 @@
"name": "@uploadthing/solid",
"author": "OrJDev",
"license": "MIT",
"version": "3.0.4",
"version": "3.0.5",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -92,12 +92,12 @@
"tsup": "6.7.0",
"tsup-preset-solid": "0.1.8",
"typescript": "5.1.0-beta",
"uploadthing": "3.0.4"
"uploadthing": "3.0.5"
},
"peerDependencies": {
"solid-js": "^1.5.3",
"solidjs-dropzone": "^1.0.0",
"uploadthing": "3.0.4"
"uploadthing": "3.0.5"
},
"keywords": [
"SolidJS",
Expand Down
8 changes: 8 additions & 0 deletions packages/uploadthing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# uploadthing

## 3.0.5

### Patch Changes

- [#89](https://github.com/pingdotgg/uploadthing/pull/89) [`18d086f`](https://github.com/pingdotgg/uploadthing/commit/18d086f55eb5bdc1348116957f04a771eb6dfd9b) Thanks [@markflorkowski](https://github.com/markflorkowski)! - [fix] Blob upload support -- all filetypes that are not image/video/audio now supported via "blob" type. Components now actually work with blob endpoints

- [#85](https://github.com/pingdotgg/uploadthing/pull/85) [`693c21e`](https://github.com/pingdotgg/uploadthing/commit/693c21e0c98a2dd5a6361733c77dba2ab1a39122) Thanks [@markflorkowski](https://github.com/markflorkowski)! - [types] Update types for onUploadComplete to include size

## 3.0.4

## 3.0.3
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": "3.0.4",
"version": "3.0.5",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
Expand Down
Loading

1 comment on commit 49c0b38

@vercel
Copy link

@vercel vercel bot commented on 49c0b38 May 22, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.