Skip to content

Commit

Permalink
chore(release): 📦 version packages (#179)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
t3dotgg and github-actions[bot] committed Jun 27, 2023
1 parent 733f44f commit 7a0d3a6
Show file tree
Hide file tree
Showing 16 changed files with 102 additions and 51 deletions.
6 changes: 0 additions & 6 deletions .changeset/empty-jokes-type.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pink-kids-shop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strong-students-give.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tender-years-kneel.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": "5.0.0",
"@uploadthing/react": "5.1.0",
"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": "5.0.0",
"uploadthing": "5.1.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.0.0",
"@uploadthing/react": "5.1.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.0.0",
"uploadthing": "5.1.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.0.0",
"@uploadthing/solid": "5.1.0",
"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.0.0",
"uploadthing": "5.1.0",
"zod": "^3.21.4"
},
"engines": {
Expand Down
19 changes: 19 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @uploadthing/react

## 5.1.0

### Minor Changes

- [#176](https://github.com/pingdotgg/uploadthing/pull/176)
[`9f56c64`](https://github.com/pingdotgg/uploadthing/commit/9f56c646d44bd257d243925d714d69d8f1c1f81d)
Thanks [@GentikSolm](https://github.com/GentikSolm)! - feat: upload progress

### Patch Changes

- [#186](https://github.com/pingdotgg/uploadthing/pull/186)
[`a9e1eaa`](https://github.com/pingdotgg/uploadthing/commit/a9e1eaab2c17732b143b8919fbea9a223ffa2971)
Thanks [@GentikSolm](https://github.com/GentikSolm)! - fix: disable preflight
and add reset styles inline

- Updated dependencies
[[`a0cc65c`](https://github.com/pingdotgg/uploadthing/commit/a0cc65c779f81e1455dd5ec14ce9663ff231ea73)]:
- @uploadthing/shared@5.0.1

## 5.0.0

### Major 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.0.0",
"version": "5.1.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.0"
"@uploadthing/shared": "^5.0.1"
},
"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.0.0",
"uploadthing": "5.1.0",
"vitest": "^0.30.1",
"wait-on": "^7.0.1",
"zod": "^3.21.4"
Expand Down
9 changes: 9 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @uploadthing/shared

## 5.0.1

### Patch Changes

- [#185](https://github.com/pingdotgg/uploadthing/pull/185)
[`a0cc65c`](https://github.com/pingdotgg/uploadthing/commit/a0cc65c779f81e1455dd5ec14ce9663ff231ea73)
Thanks [@markflorkowski](https://github.com/markflorkowski)! - [fix] Add
missing `size` to `file` object in simulated callback

## 5.0.0

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

## 5.1.0

### Minor Changes

- [#176](https://github.com/pingdotgg/uploadthing/pull/176)
[`9f56c64`](https://github.com/pingdotgg/uploadthing/commit/9f56c646d44bd257d243925d714d69d8f1c1f81d)
Thanks [@GentikSolm](https://github.com/GentikSolm)! - feat: upload progress

- [#155](https://github.com/pingdotgg/uploadthing/pull/155)
[`9797f51`](https://github.com/pingdotgg/uploadthing/commit/9797f5182351caaaacd88e12f187547937667b44)
Thanks [@OrJDev](https://github.com/OrJDev)! - fix(solid): make sure running
info only prints on server & server code doesn't leak

### Patch Changes

- [#186](https://github.com/pingdotgg/uploadthing/pull/186)
[`a9e1eaa`](https://github.com/pingdotgg/uploadthing/commit/a9e1eaab2c17732b143b8919fbea9a223ffa2971)
Thanks [@GentikSolm](https://github.com/GentikSolm)! - fix: disable preflight
and add reset styles inline

- Updated dependencies
[[`a0cc65c`](https://github.com/pingdotgg/uploadthing/commit/a0cc65c779f81e1455dd5ec14ce9663ff231ea73)]:
- @uploadthing/shared@5.0.1

## 5.0.0

### Major 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.0.0",
"version": "5.1.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -84,7 +84,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@uploadthing/shared": "^5.0.0"
"@uploadthing/shared": "^5.0.1"
},
"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.0.0"
"uploadthing": "5.1.0"
},
"peerDependencies": {
"solid-js": "^1.5.3",
Expand Down
24 changes: 24 additions & 0 deletions packages/uploadthing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# uploadthing

## 5.1.0

### Minor Changes

- [#176](https://github.com/pingdotgg/uploadthing/pull/176)
[`9f56c64`](https://github.com/pingdotgg/uploadthing/commit/9f56c646d44bd257d243925d714d69d8f1c1f81d)
Thanks [@GentikSolm](https://github.com/GentikSolm)! - feat: upload progress

### Patch Changes

- [#155](https://github.com/pingdotgg/uploadthing/pull/155)
[`9797f51`](https://github.com/pingdotgg/uploadthing/commit/9797f5182351caaaacd88e12f187547937667b44)
Thanks [@OrJDev](https://github.com/OrJDev)! - fix(solid): make sure running
info only prints on server & server code doesn't leak

- [#185](https://github.com/pingdotgg/uploadthing/pull/185)
[`a0cc65c`](https://github.com/pingdotgg/uploadthing/commit/a0cc65c779f81e1455dd5ec14ce9663ff231ea73)
Thanks [@markflorkowski](https://github.com/markflorkowski)! - [fix] Add
missing `size` to `file` object in simulated callback

- Updated dependencies
[[`a0cc65c`](https://github.com/pingdotgg/uploadthing/commit/a0cc65c779f81e1455dd5ec14ce9663ff231ea73)]:
- @uploadthing/shared@5.0.1

## 5.0.0

### Major 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.0.0",
"version": "5.1.0",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@uploadthing/mime-types": "^0.2.0",
"@uploadthing/shared": "^5.0.0"
"@uploadthing/shared": "^5.0.1"
},
"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 7a0d3a6

@vercel
Copy link

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