chore: update versions (#68)

This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @matthiesenxyz/starlight-ghostcms@0.0.2

### Patch Changes

- a0aa3b5: Initial Public Release, Added Readme, Basics Working, Ready
Set GO!
This commit is contained in:
Adam Matthiesen 2024-02-20 04:42:03 -08:00 committed by GitHub
commit 65dc90c1a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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" }
} }
}