diff --git a/.changeset/add-table-of-contents-component.md b/.changeset/add-table-of-contents-component.md deleted file mode 100644 index c8d2486f..00000000 --- a/.changeset/add-table-of-contents-component.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ainsleydev/sveltekit-helper": patch ---- - -Add TableOfContents component with scrollspy and auto-discovery of headings via data attributes or CSS selector props diff --git a/.changeset/fix-slug-button-style-prop.md b/.changeset/fix-slug-button-style-prop.md deleted file mode 100644 index 151fc54a..00000000 --- a/.changeset/fix-slug-button-style-prop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ainsleydev/payload-helper": patch ---- - -Fix Slug field component build error by removing unsupported style prop from Payload Button diff --git a/.changeset/fix-slug-component-import-path.md b/.changeset/fix-slug-component-import-path.md deleted file mode 100644 index f703aa8d..00000000 --- a/.changeset/fix-slug-component-import-path.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@ainsleydev/payload-helper": patch ---- - -Fix slug field component import path resolving to relative path in consumer's importMap diff --git a/packages/payload-helper/CHANGELOG.md b/packages/payload-helper/CHANGELOG.md index 23688df4..1128080b 100644 --- a/packages/payload-helper/CHANGELOG.md +++ b/packages/payload-helper/CHANGELOG.md @@ -1,5 +1,12 @@ # @ainsleydev/payload-helper +## 0.3.2 + +### Patch Changes + +- f194cae: Fix Slug field component build error by removing unsupported style prop from Payload Button +- d171604: Fix slug field component import path resolving to relative path in consumer's importMap + ## 0.3.1 ### Patch Changes diff --git a/packages/payload-helper/package.json b/packages/payload-helper/package.json index 2840454a..aaf0f3d8 100644 --- a/packages/payload-helper/package.json +++ b/packages/payload-helper/package.json @@ -1,6 +1,6 @@ { "name": "@ainsleydev/payload-helper", - "version": "0.3.1", + "version": "0.3.2", "description": "Payload CMS utilities, collections and global types for ainsley.dev builds", "license": "MIT", "type": "module", diff --git a/packages/sveltekit-helper/CHANGELOG.md b/packages/sveltekit-helper/CHANGELOG.md index 0b3ab2ce..a0f72303 100644 --- a/packages/sveltekit-helper/CHANGELOG.md +++ b/packages/sveltekit-helper/CHANGELOG.md @@ -1,5 +1,11 @@ # @ainsleydev/sveltekit-helper +## 0.6.1 + +### Patch Changes + +- f194cae: Add TableOfContents component with scrollspy and auto-discovery of headings via data attributes or CSS selector props + ## 0.6.0 ### Minor Changes diff --git a/packages/sveltekit-helper/package.json b/packages/sveltekit-helper/package.json index 7f603f71..5d683afd 100644 --- a/packages/sveltekit-helper/package.json +++ b/packages/sveltekit-helper/package.json @@ -1,6 +1,6 @@ { "name": "@ainsleydev/sveltekit-helper", - "version": "0.6.0", + "version": "0.6.1", "description": "SvelteKit utilities, components and helpers for ainsley.dev builds", "license": "MIT", "type": "module",