Skip to content

Commit

Permalink
chore(release): 📦 version packages (#158)
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] authored Jun 12, 2023
1 parent 23a9e19 commit 0ea9eda
Show file tree
Hide file tree
Showing 17 changed files with 100 additions and 51 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-papayas-exist.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/khaki-tomatoes-march.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/lemon-penguins-draw.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.2",
"@uploadthing/react": "4.1.3",
"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.2",
"uploadthing": "4.1.3",
"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.2",
"@uploadthing/react": "4.1.3",
"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.2",
"uploadthing": "4.1.3",
"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": "4.1.2",
"@uploadthing/solid": "4.1.3",
"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.2",
"uploadthing": "4.1.3",
"zod": "^3.21.4"
},
"engines": {
Expand Down
10 changes: 10 additions & 0 deletions packages/mime-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @uploadthing/mime-types

## 0.2.0

### Minor Changes

- [#136](https://github.com/pingdotgg/uploadthing/pull/136)
[`23a9e19`](https://github.com/pingdotgg/uploadthing/commit/23a9e19702a51dec2ace869f47211f883d888d74)
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - inhouse a fork
of mime-types that's edge-ready
2 changes: 1 addition & 1 deletion packages/mime-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadthing/mime-types",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
Expand Down
13 changes: 13 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @uploadthing/react

## 4.1.3

### Patch Changes

- [#136](https://github.com/pingdotgg/uploadthing/pull/136)
[`23a9e19`](https://github.com/pingdotgg/uploadthing/commit/23a9e19702a51dec2ace869f47211f883d888d74)
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - internal
refactoring to use a new shared package

- Updated dependencies
[[`23a9e19`](https://github.com/pingdotgg/uploadthing/commit/23a9e19702a51dec2ace869f47211f883d888d74)]:
- @uploadthing/shared@5.0.0

## 4.1.2

### 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": "4.1.2",
"version": "4.1.3",
"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": "^4.1.2"
"@uploadthing/shared": "^5.0.0"
},
"peerDependencies": {
"react": "^17.0.2 || ^18.0.0",
Expand All @@ -57,7 +57,7 @@
"tailwindcss": "^3.3.2",
"tsup": "6.7.0",
"typescript": "5.1.3",
"uploadthing": "4.1.2",
"uploadthing": "4.1.3",
"vitest": "^0.30.1",
"wait-on": "^7.0.1"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @uploadthing/shared

## 5.0.0

### Patch Changes

- [#136](https://github.com/pingdotgg/uploadthing/pull/136)
[`23a9e19`](https://github.com/pingdotgg/uploadthing/commit/23a9e19702a51dec2ace869f47211f883d888d74)
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - implement a
shared package that can be used to share types and utils between oss and infra
repo
- Updated dependencies
[[`23a9e19`](https://github.com/pingdotgg/uploadthing/commit/23a9e19702a51dec2ace869f47211f883d888d74)]:
- @uploadthing/mime-types@0.2.0
6 changes: 3 additions & 3 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadthing/shared",
"version": "4.1.2",
"version": "5.0.0",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@uploadthing/eslint-config": "0.1.0",
"@uploadthing/mime-types": "0.1.0",
"@uploadthing/mime-types": "0.2.0",
"@uploadthing/tsconfig": "0.1.0",
"@uploadthing/tsup-config": "0.1.0",
"eslint": "^8.42.0",
Expand All @@ -37,7 +37,7 @@
"zod": "^3.21.4"
},
"peerDependencies": {
"@uploadthing/mime-types": "^0.1.0",
"@uploadthing/mime-types": "^0.2.0",
"zod": "^3.21.4"
},
"peerDependenciesMeta": {
Expand Down
15 changes: 15 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @uploadthing/solid

## 4.1.3

### Patch Changes

- [#136](https://github.com/pingdotgg/uploadthing/pull/136)
[`23a9e19`](https://github.com/pingdotgg/uploadthing/commit/23a9e19702a51dec2ace869f47211f883d888d74)
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - internal
refactoring to use a new shared package

- Updated dependencies
[[`23a9e19`](https://github.com/pingdotgg/uploadthing/commit/23a9e19702a51dec2ace869f47211f883d888d74),
[`23a9e19`](https://github.com/pingdotgg/uploadthing/commit/23a9e19702a51dec2ace869f47211f883d888d74)]:
- @uploadthing/shared@5.0.0
- [email protected]

## 3.0.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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": "4.1.2",
"version": "4.1.3",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -84,7 +84,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@uploadthing/shared": "^4.1.2"
"@uploadthing/shared": "^5.0.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
Expand All @@ -96,12 +96,12 @@
"tsup": "6.7.0",
"tsup-preset-solid": "0.1.8",
"typescript": "5.1.3",
"uploadthing": "4.1.2"
"uploadthing": "4.1.3"
},
"peerDependencies": {
"solid-js": "^1.5.3",
"solidjs-dropzone": "^1.0.0",
"uploadthing": "4.1.2"
"uploadthing": "4.1.3"
},
"keywords": [
"SolidJS",
Expand Down
15 changes: 15 additions & 0 deletions packages/uploadthing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# uploadthing

## 4.1.3

### Patch Changes

- [#136](https://github.com/pingdotgg/uploadthing/pull/136)
[`23a9e19`](https://github.com/pingdotgg/uploadthing/commit/23a9e19702a51dec2ace869f47211f883d888d74)
Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - internal
refactoring to use a new shared package

- Updated dependencies
[[`23a9e19`](https://github.com/pingdotgg/uploadthing/commit/23a9e19702a51dec2ace869f47211f883d888d74),
[`23a9e19`](https://github.com/pingdotgg/uploadthing/commit/23a9e19702a51dec2ace869f47211f883d888d74)]:
- @uploadthing/mime-types@0.2.0
- @uploadthing/shared@5.0.0

## 4.1.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/uploadthing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uploadthing",
"version": "4.1.2",
"version": "4.1.3",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
Expand Down Expand Up @@ -42,8 +42,8 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@uploadthing/mime-types": "^0.1.0",
"@uploadthing/shared": "^4.1.2"
"@uploadthing/mime-types": "^0.2.0",
"@uploadthing/shared": "^5.0.0"
},
"devDependencies": {
"@uploadthing/eslint-config": "0.1.0",
Expand Down
26 changes: 13 additions & 13 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 0ea9eda

@vercel
Copy link

@vercel vercel bot commented on 0ea9eda Jun 12, 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.