Skip to content

Commit

Permalink
partially addresses #52
Browse files Browse the repository at this point in the history
  • Loading branch information
4leite committed May 8, 2024
1 parent 5c154bc commit b4ec5fe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .changeset/poor-meals-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@oberoncms/adapter-vercel-postgres": minor
"@oberoncms/adapter-turso": minor
"@oberoncms/upload-thing": minor
"@oberoncms/core": minor
"@tohuhono/utils": minor
---

Added updatedAt and updatedBy to images
Resolved uploadingthing type declaration error
1 change: 1 addition & 0 deletions oberoncms/upload-thing/src/uploadthing/file-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
} from "uploadthing/next"
import { UploadThingError } from "uploadthing/server"
import type { OberonAdapter } from "@oberoncms/core"
// TODO https://github.com/pingdotgg/uploadthing/issues/790
import type {} from "@uploadthing/shared"
import { getImageSize } from "./get-image-size"

Expand Down

0 comments on commit b4ec5fe

Please sign in to comment.