chore: update versions (#62)

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/astro-ghostcms@3.2.8

### Patch Changes

-   32da6bf: cleanup and add new theme

## @matthiesenxyz/create-astro-ghostcms@0.0.14

### Patch Changes

-   32da6bf: cleanup and add new theme
This commit is contained in:
Adam Matthiesen 2024-02-18 10:43:51 -08:00 committed by GitHub
commit 5694b59633
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 50 additions and 10 deletions

View File

@ -1,6 +0,0 @@
---
"@matthiesenxyz/create-astro-ghostcms": patch
"@matthiesenxyz/astro-ghostcms": patch
---
cleanup and add new theme

View File

@ -0,0 +1,17 @@
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/home/runner/work/astro-ghostcms/astro-ghostcms/node_modules/.pnpm/prebuild-install@7.1.1/node_modules/prebuild-install/node_modules:/home/runner/work/astro-ghostcms/astro-ghostcms/node_modules/.pnpm/prebuild-install@7.1.1/node_modules:/home/runner/work/astro-ghostcms/astro-ghostcms/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/home/runner/work/astro-ghostcms/astro-ghostcms/node_modules/.pnpm/prebuild-install@7.1.1/node_modules/prebuild-install/node_modules:/home/runner/work/astro-ghostcms/astro-ghostcms/node_modules/.pnpm/prebuild-install@7.1.1/node_modules:/home/runner/work/astro-ghostcms/astro-ghostcms/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../../../../../prebuild-install@7.1.1/node_modules/prebuild-install/bin.js" "$@"
else
exec node "$basedir/../../../../../prebuild-install@7.1.1/node_modules/prebuild-install/bin.js" "$@"
fi

View File

@ -0,0 +1,17 @@
#!/bin/sh
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -z "$NODE_PATH" ]; then
export NODE_PATH="/home/runner/work/astro-ghostcms/astro-ghostcms/node_modules/.pnpm/semver@7.6.0/node_modules/semver/bin/node_modules:/home/runner/work/astro-ghostcms/astro-ghostcms/node_modules/.pnpm/semver@7.6.0/node_modules/semver/node_modules:/home/runner/work/astro-ghostcms/astro-ghostcms/node_modules/.pnpm/semver@7.6.0/node_modules:/home/runner/work/astro-ghostcms/astro-ghostcms/node_modules/.pnpm/node_modules"
else
export NODE_PATH="/home/runner/work/astro-ghostcms/astro-ghostcms/node_modules/.pnpm/semver@7.6.0/node_modules/semver/bin/node_modules:/home/runner/work/astro-ghostcms/astro-ghostcms/node_modules/.pnpm/semver@7.6.0/node_modules/semver/node_modules:/home/runner/work/astro-ghostcms/astro-ghostcms/node_modules/.pnpm/semver@7.6.0/node_modules:/home/runner/work/astro-ghostcms/astro-ghostcms/node_modules/.pnpm/node_modules:$NODE_PATH"
fi
if [ -x "$basedir/node" ]; then
exec "$basedir/node" "$basedir/../../../../../semver@7.6.0/node_modules/semver/bin/semver.js" "$@"
else
exec node "$basedir/../../../../../semver@7.6.0/node_modules/semver/bin/semver.js" "$@"
fi

View File

@ -57,7 +57,7 @@
"dependencies": {
"@iconify-json/logos": "^1.1.41",
"@iconify-json/uil": "^1.1.8",
"@matthiesenxyz/astro-ghostcms": "^3.2.7",
"@matthiesenxyz/astro-ghostcms": "^3.2.8",
"@matthiesenxyz/astro-ghostcms-rendercontent": "^0.0.6",
"@unocss/astro": "^0.58.5",
"@unocss/reset": "^0.58.5",

View File

@ -59,7 +59,7 @@
"@astrojs/tailwind": "^5.1.0",
"@catppuccin/tailwindcss": "0.1.6",
"@fontsource-variable/inter": "^5.0.16",
"@matthiesenxyz/astro-ghostcms": "^3.2.7",
"@matthiesenxyz/astro-ghostcms": "^3.2.8",
"@tailwindcss/typography": "^0.5.10",
"tailwindcss": "^3.3.5",
"astro-navbar": "^2.3.1",

View File

@ -1,5 +1,11 @@
# @matthiesenxyz/astro-ghostcms
## 3.2.8
### Patch Changes
- 32da6bf: cleanup and add new theme
## 3.2.7
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@matthiesenxyz/astro-ghostcms",
"description": "Astro GhostCMS integration to allow easier importing of GhostCMS Content",
"version": "3.2.7",
"version": "3.2.8",
"homepage": "https://astro-ghostcms.xyz/",
"type": "module",
"license": "MIT",

View File

@ -1,5 +1,11 @@
# @matthiesenxyz/create-astro-ghostcms
## 0.0.14
### Patch Changes
- 32da6bf: cleanup and add new theme
## 0.0.13
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@matthiesenxyz/create-astro-ghostcms",
"version": "0.0.13",
"version": "0.0.14",
"description": "Utility to quickly get started with our Integration and astro",
"type": "module",
"main": "./create-astro-ghostcms.mjs",