From eebcd365833c4a15fd64146aa94051db29b5e6fc Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Sun, 3 Mar 2024 11:11:28 -0800 Subject: [PATCH] add changeset to prep for PR --- .changeset/config.json | 2 +- .changeset/lucky-plants-burn.md | 13 +++++++++++++ .changeset/ninety-apricots-dream.md | 6 ++++++ packages/astro-ghostcms/package.json | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 .changeset/lucky-plants-burn.md create mode 100644 .changeset/ninety-apricots-dream.md diff --git a/.changeset/config.json b/.changeset/config.json index 23dc2706..45a822c3 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["playground", "starlight-playground"] + "ignore": ["astro-playground", "starlight-playground"] } diff --git a/.changeset/lucky-plants-burn.md b/.changeset/lucky-plants-burn.md new file mode 100644 index 00000000..c2549ee6 --- /dev/null +++ b/.changeset/lucky-plants-burn.md @@ -0,0 +1,13 @@ +--- +"@matthiesenxyz/astro-ghostcms": minor +--- + +This is a HUGE internal update, Our integration is now built on [`Astro-Integration-Kit`](https://github.com/florian-lefebvre/astro-integration-kit) to give better control over the entire `Astro-GhostCMS` Eco-System. + +# Breaking Changes: +- NEW USER CONFIG! Some of the options have changed! Please check the Readme for a current version of the available options! +- Thats it! Some how even though this is almost an entire rebuild, There is no other USER breaking changes aside from the new more advanced config! + +# Updates: +- Moved from `@ts-ghost/core-api` to `@ts-ghost/content-api` as it provides the same functions as the standard core-api but pre-wrapped with a nice `HTTPClientFactory` instead of `HTTPClient`. +- Updated a ton of Dependencies that Dependabot was reporting as needed updated. diff --git a/.changeset/ninety-apricots-dream.md b/.changeset/ninety-apricots-dream.md new file mode 100644 index 00000000..4518e0a0 --- /dev/null +++ b/.changeset/ninety-apricots-dream.md @@ -0,0 +1,6 @@ +--- +"@matthiesenxyz/create-astro-ghostcms": patch +"@matthiesenxyz/starlight-ghostcms": patch +--- + +Code Linted diff --git a/packages/astro-ghostcms/package.json b/packages/astro-ghostcms/package.json index c5758ba4..15fd2c96 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.0", + "version": "3.2.9", "homepage": "https://astro-ghostcms.xyz/", "type": "module", "license": "MIT",