Skip to content

Commit

Permalink
chore(release): 📦 version packages (#71)
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 15, 2023
1 parent e43c2fd commit e6ad5f2
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/hot-berries-repeat.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.3",
"@uploadthing/react": "3.0.4",
"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.3",
"uploadthing": "3.0.4",
"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.3",
"@uploadthing/react": "3.0.4",
"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.3",
"uploadthing": "3.0.4",
"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.3",
"@uploadthing/solid": "3.0.4",
"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.3",
"uploadthing": "3.0.4",
"zod": "^3.21.4"
},
"engines": {
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @uploadthing/react

## 3.0.4

### Patch Changes

- Updated dependencies []:
- [email protected]

## 3.0.3

### 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.3",
"version": "3.0.4",
"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.3"
"uploadthing": "3.0.4"
},
"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.3",
"uploadthing": "3.0.4",
"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.4

### Patch Changes

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

- Updated dependencies []:
- [email protected]

## 1.0.1

### 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.3",
"version": "3.0.4",
"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.3"
"uploadthing": "3.0.4"
},
"peerDependencies": {
"solid-js": "^1.5.3",
"solidjs-dropzone": "^1.0.0",
"uploadthing": "3.0.3"
"uploadthing": "3.0.4"
},
"keywords": [
"SolidJS",
Expand Down
2 changes: 2 additions & 0 deletions packages/uploadthing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# uploadthing

## 3.0.4

## 3.0.3

### 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": "3.0.3",
"version": "3.0.4",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
Expand Down
30 changes: 9 additions & 21 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 e6ad5f2

@vercel
Copy link

@vercel vercel bot commented on e6ad5f2 May 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.