Skip to content

Commit

Permalink
chore(release): πŸ“¦ version packages (#2)
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 10, 2023
1 parent 4e01005 commit e50dd19
Show file tree
Hide file tree
Showing 11 changed files with 239 additions and 36 deletions.
6 changes: 0 additions & 6 deletions .changeset/nine-lies-relax.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/strong-apples-turn.md

This file was deleted.

10 changes: 10 additions & 0 deletions examples/appdir/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @example/appdir

## 0.0.13

### Patch Changes

- [#3](https://github.com/pingdotgg/uploadthing/pull/3) [`2479873`](https://github.com/pingdotgg/uploadthing/commit/247987335a5c0ec4d43568f31897377e3656fce2) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - feat: insert the generic in lib-level

- Updated dependencies [[`6352f40`](https://github.com/pingdotgg/uploadthing/commit/6352f4057fc5a37a25d3561dcef06e0ba14b4af4), [`2479873`](https://github.com/pingdotgg/uploadthing/commit/247987335a5c0ec4d43568f31897377e3656fce2)]:
- @uploadthing/react@3.0.0
- [email protected]

## 0.0.12

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/appdir/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/appdir",
"version": "0.0.12",
"version": "0.0.13",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
Expand All @@ -11,14 +11,14 @@
},
"dependencies": {
"@tanstack/react-query": "^4.28.0",
"@uploadthing/react": "2.0.5",
"@uploadthing/react": "3.0.0",
"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": "2.0.5",
"uploadthing": "3.0.0",
"zod": "^3.21.4",
"zod-validation-error": "^1.1.0"
},
Expand Down
10 changes: 10 additions & 0 deletions examples/pagedir/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @example/appdir

## 0.0.13

### Patch Changes

- [#3](https://github.com/pingdotgg/uploadthing/pull/3) [`2479873`](https://github.com/pingdotgg/uploadthing/commit/247987335a5c0ec4d43568f31897377e3656fce2) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - feat: insert the generic in lib-level

- Updated dependencies [[`6352f40`](https://github.com/pingdotgg/uploadthing/commit/6352f4057fc5a37a25d3561dcef06e0ba14b4af4), [`2479873`](https://github.com/pingdotgg/uploadthing/commit/247987335a5c0ec4d43568f31897377e3656fce2)]:
- @uploadthing/react@3.0.0
- [email protected]

## 0.0.12

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/pagedir/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/pagedir",
"version": "0.0.12",
"version": "0.0.13",
"private": true,
"scripts": {
"dev": "next dev -p 3010",
Expand All @@ -11,15 +11,15 @@
},
"dependencies": {
"@tanstack/react-query": "^4.28.0",
"@uploadthing/react": "2.0.5",
"@uploadthing/react": "3.0.0",
"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": "2.0.5",
"uploadthing": "3.0.0",
"zod": "^3.21.4",
"zod-validation-error": "^1.1.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @uploadthing/react

## 3.0.0

### Major Changes

- [#1](https://github.com/pingdotgg/uploadthing/pull/1) [`6352f40`](https://github.com/pingdotgg/uploadthing/commit/6352f4057fc5a37a25d3561dcef06e0ba14b4af4) Thanks [@t3dotgg](https://github.com/t3dotgg)! - Overhaul packages, introduce UploadButton component

### Patch Changes

- Updated dependencies [[`6352f40`](https://github.com/pingdotgg/uploadthing/commit/6352f4057fc5a37a25d3561dcef06e0ba14b4af4), [`2479873`](https://github.com/pingdotgg/uploadthing/commit/247987335a5c0ec4d43568f31897377e3656fce2)]:
- [email protected]

## 2.0.5

### 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": "2.0.5",
"version": "3.0.0",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
Expand Down Expand Up @@ -35,7 +35,7 @@
"peerDependencies": {
"react": "^17.0.2 || ^18.0.0",
"react-dropzone": "^14.2.3",
"uploadthing": "2.0.5"
"uploadthing": "3.0.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
Expand All @@ -51,7 +51,7 @@
"tailwindcss": "^3.3.2",
"tsup": "6.7.0",
"typescript": "5.1.0-beta",
"uploadthing": "2.0.5",
"uploadthing": "3.0.0",
"vitest": "^0.30.1"
},
"publishConfig": {
Expand Down
10 changes: 10 additions & 0 deletions packages/uploadthing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# uploadthing

## 3.0.0

### Major Changes

- [#1](https://github.com/pingdotgg/uploadthing/pull/1) [`6352f40`](https://github.com/pingdotgg/uploadthing/commit/6352f4057fc5a37a25d3561dcef06e0ba14b4af4) Thanks [@t3dotgg](https://github.com/t3dotgg)! - Overhaul packages, introduce UploadButton component

### Minor Changes

- [#3](https://github.com/pingdotgg/uploadthing/pull/3) [`2479873`](https://github.com/pingdotgg/uploadthing/commit/247987335a5c0ec4d43568f31897377e3656fce2) Thanks [@juliusmarminge](https://github.com/juliusmarminge)! - feat: insert the generic in lib-level

## 2.0.5

### 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": "2.0.5",
"version": "3.0.0",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
Expand Down
Loading

1 comment on commit e50dd19

@vercel
Copy link

@vercel vercel bot commented on e50dd19 May 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

new-uploadthing-docs – ./

uploadthing-1m3c.vercel.app
new-uploadthing-docs-git-main-pinglabs.vercel.app
new-uploadthing-docs-pinglabs.vercel.app

Please sign in to comment.