diff --git a/.changeset/wicked-months-swim.md b/.changeset/wicked-months-swim.md deleted file mode 100644 index efa17d52..00000000 --- a/.changeset/wicked-months-swim.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@matthiesenxyz/astro-ghostcms-brutalbyelian": patch -"@matthiesenxyz/astro-ghostcms-theme-default": patch -"@matthiesenxyz/astro-ghostcms-catppuccin": patch -"@matthiesenxyz/starlight-ghostcms": patch ---- - -Fix html rendering to allow custom components diff --git a/packages/astro-ghostcms-brutalbyelian/CHANGELOG.md b/packages/astro-ghostcms-brutalbyelian/CHANGELOG.md index efb6b191..8687ad97 100644 --- a/packages/astro-ghostcms-brutalbyelian/CHANGELOG.md +++ b/packages/astro-ghostcms-brutalbyelian/CHANGELOG.md @@ -1,5 +1,11 @@ # @matthiesenxyz/astro-ghostcms-brutalbyelian +## 0.0.14 + +### Patch Changes + +- 746fcc5: Fix html rendering to allow custom components + ## 0.0.13 ### Patch Changes diff --git a/packages/astro-ghostcms-brutalbyelian/package.json b/packages/astro-ghostcms-brutalbyelian/package.json index e8069056..1f87b6bf 100644 --- a/packages/astro-ghostcms-brutalbyelian/package.json +++ b/packages/astro-ghostcms-brutalbyelian/package.json @@ -1,7 +1,7 @@ { "name": "@matthiesenxyz/astro-ghostcms-brutalbyelian", "description": "ElianCodes Brutal theme modified to work with Astro-GhostCMS", - "version": "0.0.13", + "version": "0.0.14", "homepage": "https://astro-ghostcms.xyz/", "type": "module", "license": "MIT", diff --git a/packages/astro-ghostcms-catppuccin/CHANGELOG.md b/packages/astro-ghostcms-catppuccin/CHANGELOG.md index 52767a80..9bdd6fc7 100644 --- a/packages/astro-ghostcms-catppuccin/CHANGELOG.md +++ b/packages/astro-ghostcms-catppuccin/CHANGELOG.md @@ -1,5 +1,11 @@ # @matthiesenxyz/astro-ghostcms-catppuccin +## 0.0.11 + +### Patch Changes + +- 746fcc5: Fix html rendering to allow custom components + ## 0.0.10 ### Patch Changes diff --git a/packages/astro-ghostcms-catppuccin/package.json b/packages/astro-ghostcms-catppuccin/package.json index d4be5f0b..a09a3800 100644 --- a/packages/astro-ghostcms-catppuccin/package.json +++ b/packages/astro-ghostcms-catppuccin/package.json @@ -1,7 +1,7 @@ { "name": "@matthiesenxyz/astro-ghostcms-catppuccin", "description": "A dark theme made with Catppuccin and TailwindCSS for Astro-GhostCMS", - "version": "0.0.10", + "version": "0.0.11", "homepage": "https://astro-ghostcms.xyz/", "type": "module", "license": "MIT", diff --git a/packages/astro-ghostcms-theme-default/CHANGELOG.md b/packages/astro-ghostcms-theme-default/CHANGELOG.md index 569f5761..97d15bc1 100644 --- a/packages/astro-ghostcms-theme-default/CHANGELOG.md +++ b/packages/astro-ghostcms-theme-default/CHANGELOG.md @@ -1,5 +1,11 @@ # @matthiesenxyz/astro-ghostcms-theme-default +## 0.1.16 + +### Patch Changes + +- 746fcc5: Fix html rendering to allow custom components + ## 0.1.15 ### Patch Changes diff --git a/packages/astro-ghostcms-theme-default/package.json b/packages/astro-ghostcms-theme-default/package.json index 4aa1278f..65d9f159 100644 --- a/packages/astro-ghostcms-theme-default/package.json +++ b/packages/astro-ghostcms-theme-default/package.json @@ -1,7 +1,7 @@ { "name": "@matthiesenxyz/astro-ghostcms-theme-default", "description": "Default Theme for astro-ghostcms", - "version": "0.1.15", + "version": "0.1.16", "homepage": "https://astro-ghostcms.xyz/", "type": "module", "license": "MIT", diff --git a/packages/starlight-ghostcms/CHANGELOG.md b/packages/starlight-ghostcms/CHANGELOG.md index 60ec4d81..1fd95113 100644 --- a/packages/starlight-ghostcms/CHANGELOG.md +++ b/packages/starlight-ghostcms/CHANGELOG.md @@ -1,5 +1,11 @@ # @matthiesenxyz/starlight-ghostcms +## 0.1.4 + +### Patch Changes + +- 746fcc5: Fix html rendering to allow custom components + ## 0.1.3 ### Patch Changes diff --git a/packages/starlight-ghostcms/package.json b/packages/starlight-ghostcms/package.json index 60bf4ad6..f966feac 100644 --- a/packages/starlight-ghostcms/package.json +++ b/packages/starlight-ghostcms/package.json @@ -1,7 +1,7 @@ { "name": "@matthiesenxyz/starlight-ghostcms", "description": "Starlight GhostCMS plugin to allow easier importing of GhostCMS Content into your starlight website", - "version": "0.1.3", + "version": "0.1.4", "homepage": "https://astro-ghostcms.xyz/", "type": "module", "license": "MIT",