From a9a0222c59e2ed5a25f8fd1ef63014718cb07f93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 22 Feb 2024 00:44:29 +0000 Subject: [PATCH] chore: update versions --- .changeset/soft-readers-shout.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/soft-readers-shout.md diff --git a/.changeset/soft-readers-shout.md b/.changeset/soft-readers-shout.md deleted file mode 100644 index 8b5dda77..00000000 --- a/.changeset/soft-readers-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@matthiesenxyz/starlight-ghostcms": patch ---- - -Adds 2 new pages, Authors, and about page(Link will disappear if you dont have the default ghost about page with slug "about"). Also adds auto links from ghost settings for twitter and facebook if not set my the user in starlight. diff --git a/packages/starlight-ghostcms/CHANGELOG.md b/packages/starlight-ghostcms/CHANGELOG.md index 9da350a5..a591de84 100644 --- a/packages/starlight-ghostcms/CHANGELOG.md +++ b/packages/starlight-ghostcms/CHANGELOG.md @@ -1,5 +1,11 @@ # @matthiesenxyz/starlight-ghostcms +## 0.0.7 + +### Patch Changes + +- cb979d5: Adds 2 new pages, Authors, and about page(Link will disappear if you dont have the default ghost about page with slug "about"). Also adds auto links from ghost settings for twitter and facebook if not set my the user in starlight. + ## 0.0.6 ### Patch Changes diff --git a/packages/starlight-ghostcms/package.json b/packages/starlight-ghostcms/package.json index b2a7d8ff..dab3be89 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.6", + "version": "0.0.7", "homepage": "https://astro-ghostcms.xyz/", "type": "module", "license": "MIT",