Skip to content

Commit

Permalink
chore(release): 📦 version packages (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3dotgg authored Jun 10, 2023
1 parent 85c8f4d commit a944eb2
Show file tree
Hide file tree
Showing 13 changed files with 73 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-plants-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-berries-wash.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quiet-cheetahs-drop.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.29.12",
"@uploadthing/react": "4.1.1",
"@uploadthing/react": "4.1.2",
"autoprefixer": "10.4.14",
"next": "13.4.4",
"postcss": "8.4.22",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.3.2",
"uploadthing": "4.1.1",
"uploadthing": "4.1.2",
"zod": "^3.21.4",
"zod-validation-error": "^1.3.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.29.12",
"@uploadthing/react": "4.1.1",
"@uploadthing/react": "4.1.2",
"autoprefixer": "10.4.14",
"next": "13.4.4",
"next-auth": "^4.22.1",
"postcss": "8.4.22",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.3.2",
"uploadthing": "4.1.1",
"uploadthing": "4.1.2",
"zod": "^3.21.4",
"zod-validation-error": "^1.3.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 @@ -24,14 +24,14 @@
"dependencies": {
"@solidjs/meta": "^0.28.5",
"@solidjs/router": "^0.8.2",
"@uploadthing/solid": "3.0.5",
"@uploadthing/solid": "3.0.6",
"attr-accept": "^2.2.2",
"file-selector": "^0.6.0",
"solid-js": "^1.7.6",
"solid-start": "^0.2.26",
"solidjs-dropzone": "^1.0.0",
"undici": "5.20.0",
"uploadthing": "4.1.1",
"uploadthing": "4.1.2",
"zod": "^3.21.4"
},
"engines": {
Expand Down
14 changes: 14 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @uploadthing/react

## 4.1.2

### Patch Changes

- [#150](https://github.com/pingdotgg/uploadthing/pull/150)
[`4983acd`](https://github.com/pingdotgg/uploadthing/commit/4983acd3522a6485cab54b90f26dea0224203462)
Thanks [@markflorkowski](https://github.com/markflorkowski)! - [misc] Better
component loading state

- [#149](https://github.com/pingdotgg/uploadthing/pull/149)
[`c58b19e`](https://github.com/pingdotgg/uploadthing/commit/c58b19e0367598ec05d928e9526b8092f5a86c46)
Thanks [@markflorkowski](https://github.com/markflorkowski)! - [fix] don't
prefetch component data on server

## 4.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadthing/react",
"version": "4.1.1",
"version": "4.1.2",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
Expand Down Expand Up @@ -54,7 +54,7 @@
"tailwindcss": "^3.3.2",
"tsup": "6.7.0",
"typescript": "5.1.3",
"uploadthing": "4.1.1",
"uploadthing": "4.1.2",
"vitest": "^0.30.1",
"wait-on": "^7.0.1"
},
Expand Down
30 changes: 25 additions & 5 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,35 @@
# @uploadthing/solid

## 3.0.6

### Patch Changes

- Updated dependencies
[[`8e04d97`](https://github.com/pingdotgg/uploadthing/commit/8e04d9782b194feea74fd6abc2312bd105ae0f5d),
[`c58b19e`](https://github.com/pingdotgg/uploadthing/commit/c58b19e0367598ec05d928e9526b8092f5a86c46)]:
- [email protected]

## 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
- [#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)]:
- 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

- [`e43c2fd`](https://github.com/pingdotgg/uploadthing/commit/e43c2fde870a6491a754ad7639d7b44b7dbd1f5d) Thanks [@t3dotgg](https://github.com/t3dotgg)! - sync versions
- [`e43c2fd`](https://github.com/pingdotgg/uploadthing/commit/e43c2fde870a6491a754ad7639d7b44b7dbd1f5d)
Thanks [@t3dotgg](https://github.com/t3dotgg)! - sync versions

- Updated dependencies []:
- [email protected]
Expand All @@ -22,7 +38,11 @@

### Patch Changes

- [#41](https://github.com/pingdotgg/uploadthing/pull/41) [`225b6a4`](https://github.com/pingdotgg/uploadthing/commit/225b6a40d7a84ba6ea8c47faab77246b5b671ba8) Thanks [@OrJDev](https://github.com/OrJDev)! - feat: SolidJS adapter
- [#41](https://github.com/pingdotgg/uploadthing/pull/41)
[`225b6a4`](https://github.com/pingdotgg/uploadthing/commit/225b6a40d7a84ba6ea8c47faab77246b5b671ba8)
Thanks [@OrJDev](https://github.com/OrJDev)! - feat: SolidJS adapter

- Updated dependencies [[`225b6a4`](https://github.com/pingdotgg/uploadthing/commit/225b6a40d7a84ba6ea8c47faab77246b5b671ba8), [`7244b84`](https://github.com/pingdotgg/uploadthing/commit/7244b8479b612f00360069c05aacf450b2b65696)]:
- Updated dependencies
[[`225b6a4`](https://github.com/pingdotgg/uploadthing/commit/225b6a40d7a84ba6ea8c47faab77246b5b671ba8),
[`7244b84`](https://github.com/pingdotgg/uploadthing/commit/7244b8479b612f00360069c05aacf450b2b65696)]:
- [email protected]
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.5",
"version": "3.0.6",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -93,12 +93,12 @@
"tsup": "6.7.0",
"tsup-preset-solid": "0.1.8",
"typescript": "5.1.3",
"uploadthing": "4.1.1"
"uploadthing": "4.1.2"
},
"peerDependencies": {
"solid-js": "^1.5.3",
"solidjs-dropzone": "^1.0.0",
"uploadthing": "4.1.1"
"uploadthing": "4.1.2"
},
"keywords": [
"SolidJS",
Expand Down
14 changes: 14 additions & 0 deletions packages/uploadthing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# uploadthing

## 4.1.2

### Patch Changes

- [#145](https://github.com/pingdotgg/uploadthing/pull/145)
[`8e04d97`](https://github.com/pingdotgg/uploadthing/commit/8e04d9782b194feea74fd6abc2312bd105ae0f5d)
Thanks [@markflorkowski](https://github.com/markflorkowski)! - [fix] Correct
logic for dev server running message

- [#149](https://github.com/pingdotgg/uploadthing/pull/149)
[`c58b19e`](https://github.com/pingdotgg/uploadthing/commit/c58b19e0367598ec05d928e9526b8092f5a86c46)
Thanks [@markflorkowski](https://github.com/markflorkowski)! - [fix] don't
prefetch component data on server

## 4.1.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": "4.1.1",
"version": "4.1.2",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit a944eb2

@vercel
Copy link

@vercel vercel bot commented on a944eb2 Jun 10, 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.