From 6044e4e63f1e7b1c4ac6b878140bd8dc0d08ab61 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 20 Feb 2024 15:24:37 +0000 Subject: [PATCH 1/5] chore: update versions --- .changeset/stale-clouds-hide.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/stale-clouds-hide.md 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/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/package.json b/packages/starlight-ghostcms/package.json index 889b77dd..c236175a 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", From ebd45257f6630f48f65932227c7afdcacb61c249 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen <30383579+Adammatthiesen@users.noreply.github.com> Date: Tue, 20 Feb 2024 08:11:27 -0800 Subject: [PATCH 2/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 15975bf9..6b53805a 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/) ## Quick Start From 5560722bd869e742158d89e215a1a0436a2cac07 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen <30383579+Adammatthiesen@users.noreply.github.com> Date: Tue, 20 Feb 2024 08:12:10 -0800 Subject: [PATCH 3/5] Update README.md --- packages/starlight-ghostcms/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/starlight-ghostcms/README.md b/packages/starlight-ghostcms/README.md index 7f2fa88a..e5bb8d37 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 From 62f917ac8ce5f90116c065298834dda91d51bb27 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen <30383579+Adammatthiesen@users.noreply.github.com> Date: Tue, 20 Feb 2024 08:12:20 -0800 Subject: [PATCH 4/5] Update README.md --- packages/starlight-ghostcms/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/starlight-ghostcms/README.md b/packages/starlight-ghostcms/README.md index e5bb8d37..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 GhostCMS Demo](https://starlightdemo.astro-ghostcms.xyz/)) +- [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 From 94b71b11d0d8426317dab743dd75ae3922ba53b9 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen <30383579+Adammatthiesen@users.noreply.github.com> Date: Tue, 20 Feb 2024 08:13:25 -0800 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b53805a..92ae3746 100644 --- a/README.md +++ b/README.md @@ -11,7 +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/) +- [Starlight GhostCMS](https://starlightdemo.astro-ghostcms.xyz/) - ( [Github Repo](https://github.com/MatthiesenXYZ/demo-starlightghostcms) ) ## Quick Start