Skip to content

Commit

Permalink
chore(release): 📦 version packages (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3dotgg committed Jul 15, 2023
1 parent e4f650c commit c4c2db2
Show file tree
Hide file tree
Showing 17 changed files with 126 additions and 58 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-crabs-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-cameras-change.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/metal-parents-bow.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/quick-carpets-refuse.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/ten-plums-notice.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,15 +12,15 @@
},
"dependencies": {
"@tanstack/react-query": "^4.29.12",
"@uploadthing/react": "5.1.0",
"@uploadthing/react": "5.2.0",
"autoprefixer": "10.4.14",
"next": "13.4.4",
"postcss": "8.4.22",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-image-crop": "^10.1.5",
"tailwindcss": "^3.3.2",
"uploadthing": "5.1.0",
"uploadthing": "5.2.0",
"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": "5.1.0",
"@uploadthing/react": "5.2.0",
"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": "5.1.0",
"uploadthing": "5.2.0",
"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": "5.1.0",
"@uploadthing/solid": "5.1.1",
"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": "5.1.0",
"uploadthing": "5.2.0",
"zod": "^3.21.4"
},
"engines": {
Expand Down
27 changes: 27 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @uploadthing/react

## 5.2.0

### Minor Changes

- [#195](https://github.com/pingdotgg/uploadthing/pull/195)
[`a6c969e`](https://github.com/pingdotgg/uploadthing/commit/a6c969e67c85df490907b121d8e7df41779172b3)
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - feat: improve
errors and add `errorFormatter` option on the backend

### Patch Changes

- [#205](https://github.com/pingdotgg/uploadthing/pull/205)
[`8658002`](https://github.com/pingdotgg/uploadthing/commit/8658002ca01e6502f06c2c56f90b353cf5db71df)
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - chore(deps):
update dependency '@uploadthing/shared'

- [#207](https://github.com/pingdotgg/uploadthing/pull/207)
[`f3640fb`](https://github.com/pingdotgg/uploadthing/commit/f3640fb0872a12fe0ad95e0ac604136113fa6ca4)
Thanks [@markflorkowski](https://github.com/markflorkowski)! - fix(shared):
Swap order of cases in `getUploadthingUrl()`

- Updated dependencies
[[`c508868`](https://github.com/pingdotgg/uploadthing/commit/c508868690d3de48094c10a7facb880662d03b6a),
[`f3640fb`](https://github.com/pingdotgg/uploadthing/commit/f3640fb0872a12fe0ad95e0ac604136113fa6ca4),
[`a6c969e`](https://github.com/pingdotgg/uploadthing/commit/a6c969e67c85df490907b121d8e7df41779172b3)]:
- @uploadthing/shared@5.1.0

## 5.1.0

### Minor 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": "5.1.0",
"version": "5.2.0",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dev": "wait-on ../uploadthing/dist/server.mjs && tsup --watch"
},
"dependencies": {
"@uploadthing/shared": "^5.0.1"
"@uploadthing/shared": "^5.1.0"
},
"peerDependencies": {
"react": "^17.0.2 || ^18.0.0",
Expand All @@ -56,7 +56,7 @@
"tailwindcss": "^3.3.2",
"tsup": "6.7.0",
"typescript": "5.1.3",
"uploadthing": "5.1.0",
"uploadthing": "5.2.0",
"vitest": "^0.30.1",
"wait-on": "^7.0.1",
"zod": "^3.21.4"
Expand Down
21 changes: 21 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @uploadthing/shared

## 5.1.0

### Minor Changes

- [#195](https://github.com/pingdotgg/uploadthing/pull/195)
[`a6c969e`](https://github.com/pingdotgg/uploadthing/commit/a6c969e67c85df490907b121d8e7df41779172b3)
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - feat: improve
errors and add `errorFormatter` option on the backend

### Patch Changes

- [#192](https://github.com/pingdotgg/uploadthing/pull/192)
[`c508868`](https://github.com/pingdotgg/uploadthing/commit/c508868690d3de48094c10a7facb880662d03b6a)
Thanks [@GentikSolm](https://github.com/GentikSolm)! - fix(types): change
internal types to solve declaration emitting

- [#207](https://github.com/pingdotgg/uploadthing/pull/207)
[`f3640fb`](https://github.com/pingdotgg/uploadthing/commit/f3640fb0872a12fe0ad95e0ac604136113fa6ca4)
Thanks [@markflorkowski](https://github.com/markflorkowski)! - fix(shared):
Swap order of cases in `getUploadthingUrl()`

## 5.0.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": "5.0.1",
"version": "5.1.0",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
Expand Down
20 changes: 20 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @uploadthing/solid

## 5.1.1

### Patch Changes

- [#205](https://github.com/pingdotgg/uploadthing/pull/205)
[`8658002`](https://github.com/pingdotgg/uploadthing/commit/8658002ca01e6502f06c2c56f90b353cf5db71df)
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - chore(deps):
update dependency '@uploadthing/shared'

- [#207](https://github.com/pingdotgg/uploadthing/pull/207)
[`f3640fb`](https://github.com/pingdotgg/uploadthing/commit/f3640fb0872a12fe0ad95e0ac604136113fa6ca4)
Thanks [@markflorkowski](https://github.com/markflorkowski)! - fix(shared):
Swap order of cases in `getUploadthingUrl()`

- Updated dependencies
[[`c508868`](https://github.com/pingdotgg/uploadthing/commit/c508868690d3de48094c10a7facb880662d03b6a),
[`f3640fb`](https://github.com/pingdotgg/uploadthing/commit/f3640fb0872a12fe0ad95e0ac604136113fa6ca4),
[`a6c969e`](https://github.com/pingdotgg/uploadthing/commit/a6c969e67c85df490907b121d8e7df41779172b3)]:
- @uploadthing/shared@5.1.0

## 5.1.0

### Minor 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": "5.1.0",
"version": "5.1.1",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -84,7 +84,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@uploadthing/shared": "^5.0.1"
"@uploadthing/shared": "^5.1.0"
},
"devDependencies": {
"autoprefixer": "10.4.14",
Expand All @@ -95,7 +95,7 @@
"tsup": "6.7.0",
"tsup-preset-solid": "0.1.8",
"typescript": "5.1.3",
"uploadthing": "5.1.0"
"uploadthing": "5.2.0"
},
"peerDependencies": {
"solid-js": "^1.5.3",
Expand Down
32 changes: 32 additions & 0 deletions packages/uploadthing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# uploadthing

## 5.2.0

### Minor Changes

- [#195](https://github.com/pingdotgg/uploadthing/pull/195)
[`a6c969e`](https://github.com/pingdotgg/uploadthing/commit/a6c969e67c85df490907b121d8e7df41779172b3)
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - feat: improve
errors and add `errorFormatter` option on the backend

### Patch Changes

- [#215](https://github.com/pingdotgg/uploadthing/pull/215)
[`e4f650c`](https://github.com/pingdotgg/uploadthing/commit/e4f650ca208f55074460d1eb20a70c15ab34f63b)
Thanks [@Mr0Bread](https://github.com/Mr0Bread)! - fix(uploadthing): fixed
incorrect mapping of precise MIME types

- [#205](https://github.com/pingdotgg/uploadthing/pull/205)
[`8658002`](https://github.com/pingdotgg/uploadthing/commit/8658002ca01e6502f06c2c56f90b353cf5db71df)
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - chore(deps):
update dependency '@uploadthing/shared'

- [#207](https://github.com/pingdotgg/uploadthing/pull/207)
[`f3640fb`](https://github.com/pingdotgg/uploadthing/commit/f3640fb0872a12fe0ad95e0ac604136113fa6ca4)
Thanks [@markflorkowski](https://github.com/markflorkowski)! - fix(shared):
Swap order of cases in `getUploadthingUrl()`

- Updated dependencies
[[`c508868`](https://github.com/pingdotgg/uploadthing/commit/c508868690d3de48094c10a7facb880662d03b6a),
[`f3640fb`](https://github.com/pingdotgg/uploadthing/commit/f3640fb0872a12fe0ad95e0ac604136113fa6ca4),
[`a6c969e`](https://github.com/pingdotgg/uploadthing/commit/a6c969e67c85df490907b121d8e7df41779172b3)]:
- @uploadthing/shared@5.1.0

## 5.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/uploadthing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uploadthing",
"version": "5.1.0",
"version": "5.2.0",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@uploadthing/mime-types": "^0.2.0",
"@uploadthing/shared": "^5.0.1"
"@uploadthing/shared": "^5.1.0"
},
"devDependencies": {
"@uploadthing/eslint-config": "0.1.0",
Expand Down
22 changes: 11 additions & 11 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 c4c2db2

@vercel
Copy link

@vercel vercel bot commented on c4c2db2 Jul 15, 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.