Chore: Upgrade to AIK
& Massive Overhaul to internal processing #78
|
@ -7,5 +7,5 @@
|
|||
"access": "public",
|
||||
"baseBranch": "main",
|
||||
"updateInternalDependencies": "patch",
|
||||
"ignore": ["playground", "starlight-playground"]
|
||||
"ignore": ["astro-playground", "starlight-playground"]
|
||||
}
|
||||
|
|
|
@ -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.
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
"@matthiesenxyz/create-astro-ghostcms": patch
|
||||
"@matthiesenxyz/starlight-ghostcms": patch
|
||||
---
|
||||
|
||||
Code Linted
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue