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",
"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/",
"type": "module",
"license": "MIT",

View File

@ -1,22 +1,21 @@
{
"name": "starlight-playground",
"type": "module",
"version": "0.0.1",
"private": true,
"sideEffects": false,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
},
"dependencies": {
"@astrojs/starlight": "^0.19.0",
"@matthiesenxyz/starlight-ghostcms": "workspace:*",
"astro": "^4.4.0",
"sharp": "^0.32.5"
}
}
"name": "starlight-playground",
"type": "module",
"version": "0.0.1",
"private": true,
"sideEffects": false,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {},
"dependencies": {
"@astrojs/starlight": "^0.19.0",
"@matthiesenxyz/starlight-ghostcms": "workspace:*",
"astro": "^4.4.0",
"sharp": "^0.32.5"
}
}