From 110c5a973a99581b19c487ee74b2141d64f4d2b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 04:12:50 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20[ci]:=20Ready=20for=20Release=20?= =?UTF-8?q?(#90)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: github-actions[bot] --- .changeset/cyan-shirts-care.md | 5 ----- packages/starlight-ghostcms/CHANGELOG.md | 6 ++++++ packages/starlight-ghostcms/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/cyan-shirts-care.md diff --git a/.changeset/cyan-shirts-care.md b/.changeset/cyan-shirts-care.md deleted file mode 100644 index c95bd41e..00000000 --- a/.changeset/cyan-shirts-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@matthiesenxyz/starlight-ghostcms": patch ---- - -fix bug, and resolved config issue that was now will allow users to pass the ghostURL within their `astro.config.mjs` diff --git a/packages/starlight-ghostcms/CHANGELOG.md b/packages/starlight-ghostcms/CHANGELOG.md index f95590fd..60ec4d81 100644 --- a/packages/starlight-ghostcms/CHANGELOG.md +++ b/packages/starlight-ghostcms/CHANGELOG.md @@ -1,5 +1,11 @@ # @matthiesenxyz/starlight-ghostcms +## 0.1.3 + +### Patch Changes + +- 205738c: fix bug, and resolved config issue that was now will allow users to pass the ghostURL within their `astro.config.mjs` + ## 0.1.2 ### Patch Changes diff --git a/packages/starlight-ghostcms/package.json b/packages/starlight-ghostcms/package.json index 2a5c3345..60bf4ad6 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.2", + "version": "0.1.3", "homepage": "https://astro-ghostcms.xyz/", "type": "module", "license": "MIT",