chore: update versions

This commit is contained in:
github-actions[bot] 2024-02-20 12:41:03 +00:00
parent dd7b2b71c2
commit de198387c8
4 changed files with 28 additions and 27 deletions

View File

@ -1,5 +0,0 @@
---
"@matthiesenxyz/starlight-ghostcms": patch
---
Initial Public Release, Added Readme, Basics Working, Ready Set GO!

View File

@ -0,0 +1,7 @@
# @matthiesenxyz/starlight-ghostcms
## 0.0.2
### Patch Changes
- a0aa3b5: Initial Public Release, Added Readme, Basics Working, Ready Set GO!

View File

@ -1,7 +1,7 @@
{ {
"name": "@matthiesenxyz/starlight-ghostcms", "name": "@matthiesenxyz/starlight-ghostcms",
"description": "Starlight GhostCMS plugin to allow easier importing of GhostCMS Content into your starlight website", "description": "Starlight GhostCMS plugin to allow easier importing of GhostCMS Content into your starlight website",
"version": "0.0.1", "version": "0.0.2",
"homepage": "https://astro-ghostcms.xyz/", "homepage": "https://astro-ghostcms.xyz/",
"type": "module", "type": "module",
"license": "MIT", "license": "MIT",

View File

@ -11,8 +11,7 @@
"preview": "astro preview", "preview": "astro preview",
"astro": "astro" "astro": "astro"
}, },
"devDependencies": { "devDependencies": {},
},
"dependencies": { "dependencies": {
"@astrojs/starlight": "^0.19.0", "@astrojs/starlight": "^0.19.0",
"@matthiesenxyz/starlight-ghostcms": "workspace:*", "@matthiesenxyz/starlight-ghostcms": "workspace:*",