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

@ -1,22 +1,21 @@
{ {
"name": "starlight-playground", "name": "starlight-playground",
"type": "module", "type": "module",
"version": "0.0.1", "version": "0.0.1",
"private": true, "private": true,
"sideEffects": false, "sideEffects": false,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",
"build": "astro build", "build": "astro build",
"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:*", "astro": "^4.4.0",
"astro": "^4.4.0", "sharp": "^0.32.5"
"sharp": "^0.32.5" }
} }
}