diff --git a/.changeset/stale-clouds-hide.md b/.changeset/stale-clouds-hide.md deleted file mode 100644 index 5833f876..00000000 --- a/.changeset/stale-clouds-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@matthiesenxyz/starlight-ghostcms": patch ---- - -fixed spelling issues in package.json diff --git a/README.md b/README.md index 15975bf9..92ae3746 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Don't like GitHub, and prefer GitLab? This Repo is Auto Cloned to Gitlab! Check - [Default Theme](https://demo.astro-ghostcms.xyz) - ( [Github Repo](https://github.com/MatthiesenXYZ/demo-astroghostcms-themedefault) ) - [Catppuccin Theme](https://catppuccindark-demo.astro-ghostcms.xyz/) - ( [Github Repo](https://github.com/MatthiesenXYZ/demo-astroghostcms-catppuccin) ) - [Brutal by Elian Theme](https://brutal-demo.astro-ghostcms.xyz) - ( [Github Repo](https://github.com/MatthiesenXYZ/demo-astroghostcms-brutalbyelian) ) +- [Starlight GhostCMS](https://starlightdemo.astro-ghostcms.xyz/) - ( [Github Repo](https://github.com/MatthiesenXYZ/demo-starlightghostcms) ) ## Quick Start diff --git a/packages/starlight-ghostcms/CHANGELOG.md b/packages/starlight-ghostcms/CHANGELOG.md index cdbb2b98..f244a8a2 100644 --- a/packages/starlight-ghostcms/CHANGELOG.md +++ b/packages/starlight-ghostcms/CHANGELOG.md @@ -1,5 +1,11 @@ # @matthiesenxyz/starlight-ghostcms +## 0.0.5 + +### Patch Changes + +- 95171f3: fixed spelling issues in package.json + ## 0.0.4 ### Patch Changes diff --git a/packages/starlight-ghostcms/README.md b/packages/starlight-ghostcms/README.md index 7f2fa88a..bcd4ada5 100644 --- a/packages/starlight-ghostcms/README.md +++ b/packages/starlight-ghostcms/README.md @@ -11,7 +11,7 @@ Starlight-GhostCMS is a [Starlight](https://starlight.astro.build/) plugin to ad For a full always up to date documentation please checkout [Our Website](https://astro-ghostcms.xyz) -- [Starlight Demo **COMING SOON**](#) +- [Starlight GhostCMS Demo](https://starlightdemo.astro-ghostcms.xyz/) - [Astro-GhostCMS Website](https://astro-ghostcms.xyz) Check the website for the most up-to-date Documentation! - [Ghost.org](https://ghost.org) Get your own Ghost[^1] Install diff --git a/packages/starlight-ghostcms/package.json b/packages/starlight-ghostcms/package.json index 7d7af059..9a2ac17e 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.0.4", + "version": "0.0.5", "homepage": "https://astro-ghostcms.xyz/", "type": "module", "license": "MIT",