chore: update versions
This commit is contained in:
parent
dd7b2b71c2
commit
de198387c8
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@matthiesenxyz/starlight-ghostcms": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Initial Public Release, Added Readme, Basics Working, Ready Set GO!
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
# @matthiesenxyz/starlight-ghostcms
|
||||||
|
|
||||||
|
## 0.0.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- a0aa3b5: Initial Public Release, Added Readme, Basics Working, Ready Set GO!
|
|
@ -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",
|
||||||
|
|
|
@ -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:*",
|
||||||
|
|
Loading…
Reference in New Issue