diff --git a/.changeset/mean-drinks-heal.md b/.changeset/mean-drinks-heal.md deleted file mode 100644 index 365d9ac1..00000000 --- a/.changeset/mean-drinks-heal.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@matthiesenxyz/astro-ghostcms-brutalbyelian": patch -"@matthiesenxyz/astro-ghostcms-theme-default": patch -"@matthiesenxyz/astro-ghostcms-catppuccin": patch -"@matthiesenxyz/astro-ghostcms": patch ---- - -Adds a toggleswitch to allow users to disable astro-remote usage for rendering ghost-content diff --git a/packages/astro-ghostcms-brutalbyelian/CHANGELOG.md b/packages/astro-ghostcms-brutalbyelian/CHANGELOG.md index b904cec1..78f67d24 100644 --- a/packages/astro-ghostcms-brutalbyelian/CHANGELOG.md +++ b/packages/astro-ghostcms-brutalbyelian/CHANGELOG.md @@ -1,5 +1,13 @@ # @matthiesenxyz/astro-ghostcms-brutalbyelian +## 0.0.17 + +### Patch Changes + +- f097c6a: Adds a toggleswitch to allow users to disable astro-remote usage for rendering ghost-content +- Updated dependencies [f097c6a] + - @matthiesenxyz/astro-ghostcms@3.3.4 + ## 0.0.16 ### Patch Changes diff --git a/packages/astro-ghostcms-brutalbyelian/package.json b/packages/astro-ghostcms-brutalbyelian/package.json index ec3481f1..47f775ce 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.16", + "version": "0.0.17", "homepage": "https://astro-ghostcms.xyz/", "type": "module", "license": "MIT", @@ -42,7 +42,7 @@ }, "scripts": {}, "peerDependencies": { - "@matthiesenxyz/astro-ghostcms": ">=3.3.2", + "@matthiesenxyz/astro-ghostcms": ">=3.3.4", "astro": ">=4.4.1" }, "devDependencies": { diff --git a/packages/astro-ghostcms-catppuccin/CHANGELOG.md b/packages/astro-ghostcms-catppuccin/CHANGELOG.md index d546c8cf..55ca3495 100644 --- a/packages/astro-ghostcms-catppuccin/CHANGELOG.md +++ b/packages/astro-ghostcms-catppuccin/CHANGELOG.md @@ -1,5 +1,13 @@ # @matthiesenxyz/astro-ghostcms-catppuccin +## 0.0.14 + +### Patch Changes + +- f097c6a: Adds a toggleswitch to allow users to disable astro-remote usage for rendering ghost-content +- Updated dependencies [f097c6a] + - @matthiesenxyz/astro-ghostcms@3.3.4 + ## 0.0.13 ### Patch Changes diff --git a/packages/astro-ghostcms-catppuccin/package.json b/packages/astro-ghostcms-catppuccin/package.json index dd816120..1ae23b14 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.13", + "version": "0.0.14", "homepage": "https://astro-ghostcms.xyz/", "type": "module", "license": "MIT", @@ -50,7 +50,7 @@ }, "scripts": {}, "peerDependencies": { - "@matthiesenxyz/astro-ghostcms": ">=3.3.3", + "@matthiesenxyz/astro-ghostcms": ">=3.3.4", "astro": ">=4.4.0" }, "devDependencies": { @@ -60,7 +60,7 @@ "@astrojs/tailwind": "^5.1.0", "@catppuccin/tailwindcss": "0.1.6", "@fontsource-variable/inter": "^5.0.17", - "@matthiesenxyz/astro-ghostcms": "^3.3.3", + "@matthiesenxyz/astro-ghostcms": "^3.3.4", "@tailwindcss/typography": "^0.5.10", "astro-navbar": "^2.3.1", "astro-remote": "^0.3.2", diff --git a/packages/astro-ghostcms-theme-default/CHANGELOG.md b/packages/astro-ghostcms-theme-default/CHANGELOG.md index 23c62af1..6da54b5c 100644 --- a/packages/astro-ghostcms-theme-default/CHANGELOG.md +++ b/packages/astro-ghostcms-theme-default/CHANGELOG.md @@ -1,5 +1,13 @@ # @matthiesenxyz/astro-ghostcms-theme-default +## 0.1.19 + +### Patch Changes + +- f097c6a: Adds a toggleswitch to allow users to disable astro-remote usage for rendering ghost-content +- Updated dependencies [f097c6a] + - @matthiesenxyz/astro-ghostcms@3.3.4 + ## 0.1.18 ### Patch Changes diff --git a/packages/astro-ghostcms-theme-default/package.json b/packages/astro-ghostcms-theme-default/package.json index d7a6a003..07a5fbb3 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.18", + "version": "0.1.19", "homepage": "https://astro-ghostcms.xyz/", "type": "module", "license": "MIT", @@ -47,7 +47,7 @@ "typescript": "^5.4.2" }, "peerDependencies": { - "@matthiesenxyz/astro-ghostcms": ">=3.3.2", + "@matthiesenxyz/astro-ghostcms": ">=3.3.4", "astro": ">=4.4.0" }, "dependencies": { diff --git a/packages/astro-ghostcms/CHANGELOG.md b/packages/astro-ghostcms/CHANGELOG.md index a1a83bb7..aa355f19 100644 --- a/packages/astro-ghostcms/CHANGELOG.md +++ b/packages/astro-ghostcms/CHANGELOG.md @@ -1,5 +1,13 @@ # @matthiesenxyz/astro-ghostcms +## 3.3.4 + +### Patch Changes + +- f097c6a: Adds a toggleswitch to allow users to disable astro-remote usage for rendering ghost-content +- Updated dependencies [f097c6a] + - @matthiesenxyz/astro-ghostcms-theme-default@0.1.19 + ## 3.3.3 ### Patch Changes diff --git a/packages/astro-ghostcms/package.json b/packages/astro-ghostcms/package.json index 64685fb4..4e16e3c3 100644 --- a/packages/astro-ghostcms/package.json +++ b/packages/astro-ghostcms/package.json @@ -1,7 +1,7 @@ { "name": "@matthiesenxyz/astro-ghostcms", "description": "Astro GhostCMS integration to allow easier importing of GhostCMS Content", - "version": "3.3.3", + "version": "3.3.4", "homepage": "https://astro-ghostcms.xyz/", "type": "module", "license": "MIT", @@ -68,7 +68,7 @@ "dependencies": { "@astrojs/rss": "^4.0.5", "@astrojs/sitemap": "^3.1.1", - "@matthiesenxyz/astro-ghostcms-theme-default": "^0.1.17", + "@matthiesenxyz/astro-ghostcms-theme-default": "^0.1.19", "@resvg/resvg-js": "^2.6.0", "@ts-ghost/core-api": "^6.0.0", "@ts-ghost/content-api": "^4.0.12",