diff --git a/.changeset/update-payload-types.md b/.changeset/update-payload-types.md deleted file mode 100644 index 03f388cb..00000000 --- a/.changeset/update-payload-types.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ainsleydev/sveltekit-helper": patch ---- - -Make `Media.alt` nullable and extend `PayloadMediaProps` with `HTMLVideoAttributes`, `HTMLImgAttributes`, and `HTMLPictureAttributes` to allow video, image, and picture props to be spread onto the rendered element. diff --git a/packages/sveltekit-helper/CHANGELOG.md b/packages/sveltekit-helper/CHANGELOG.md index 65aa1701..43d2c5ab 100644 --- a/packages/sveltekit-helper/CHANGELOG.md +++ b/packages/sveltekit-helper/CHANGELOG.md @@ -1,5 +1,11 @@ # @ainsleydev/sveltekit-helper +## 0.6.6 + +### Patch Changes + +- 818860f: Make `Media.alt` nullable and extend `PayloadMediaProps` with `HTMLVideoAttributes`, `HTMLImgAttributes`, and `HTMLPictureAttributes` to allow video, image, and picture props to be spread onto the rendered element. + ## 0.6.5 ### Patch Changes diff --git a/packages/sveltekit-helper/package.json b/packages/sveltekit-helper/package.json index 2e4ffbc7..a616238f 100644 --- a/packages/sveltekit-helper/package.json +++ b/packages/sveltekit-helper/package.json @@ -1,6 +1,6 @@ { "name": "@ainsleydev/sveltekit-helper", - "version": "0.6.5", + "version": "0.6.6", "description": "SvelteKit utilities, components and helpers for ainsley.dev builds", "license": "MIT", "type": "module",