This commit is contained in:
Adam Matthiesen 2024-02-14 05:20:54 -08:00
parent f42fda8558
commit 889dd96e69
12 changed files with 56 additions and 11 deletions

View File

@ -1,5 +1,14 @@
# @matthiesenxyz/astro-ghostcms-brutalbyelian
## 0.0.7
### Patch Changes
- Fix License File
- Updated dependencies
- @matthiesenxyz/astro-ghostcms-rendercontent@0.0.4
- @matthiesenxyz/astro-ghostcms@3.2.4
## 0.0.6
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@matthiesenxyz/astro-ghostcms-brutalbyelian",
"description": "ElianCodes Brutal theme modified to work with Astro-GhostCMS",
"version": "0.0.6",
"version": "0.0.7",
"homepage": "https://astro-ghostcms.xyz/",
"type": "module",
"license": "MIT",
@ -58,8 +58,8 @@
"dependencies": {
"@iconify-json/logos": "^1.1.41",
"@iconify-json/uil": "^1.1.8",
"@matthiesenxyz/astro-ghostcms": "^3.2.3",
"@matthiesenxyz/astro-ghostcms-rendercontent": "^0.0.3",
"@matthiesenxyz/astro-ghostcms": "^3.2.4",
"@matthiesenxyz/astro-ghostcms-rendercontent": "^0.0.4",
"@unocss/astro": "^0.57.7",
"@unocss/reset": "^0.57.7",
"unocss": "^0.57.7",

View File

@ -1,5 +1,13 @@
# @matthiesenxyz/astro-ghostcms-catppuccin
## 0.0.5
### Patch Changes
- Fix License File
- Updated dependencies
- @matthiesenxyz/astro-ghostcms@3.2.4
## 0.0.4
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@matthiesenxyz/astro-ghostcms-catppuccin",
"description": "A dark theme made with Catppuccin and TailwindCSS for Astro-GhostCMS",
"version": "0.0.4",
"version": "0.0.5",
"homepage": "https://astro-ghostcms.xyz/",
"type": "module",
"license": "MIT",
@ -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.3",
"@matthiesenxyz/astro-ghostcms": "^3.2.4",
"@tailwindcss/typography": "^0.5.10",
"tailwindcss": "^3.3.5",
"astro-navbar": "^2.3.0",

View File

@ -1,5 +1,11 @@
# @matthiesenxyz/astro-ghostcms-rendercontent
## 0.0.4
### Patch Changes
- Fix License File
## 0.0.3
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@matthiesenxyz/astro-ghostcms-rendercontent",
"type": "module",
"version": "0.0.3",
"version": "0.0.4",
"repository": {
"type": "git",
"url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git"

View File

@ -1,5 +1,13 @@
# @matthiesenxyz/astro-ghostcms-theme-default
## 0.1.11
### Patch Changes
- Fix License File
- Updated dependencies
- @matthiesenxyz/astro-ghostcms@3.2.4
## 0.1.10
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@matthiesenxyz/astro-ghostcms-theme-default",
"description": "Default Theme for astro-ghostcms",
"version": "0.1.10",
"version": "0.1.11",
"homepage": "https://astro-ghostcms.xyz/",
"type": "module",
"license": "MIT",
@ -50,7 +50,7 @@
"astro": "^4.2.1"
},
"dependencies": {
"@matthiesenxyz/astro-ghostcms": "^3.2.3",
"@matthiesenxyz/astro-ghostcms": "^3.2.4",
"astro-font": "^0.0.77",
"sass": "^1.70.0"
}

View File

@ -1,5 +1,13 @@
# @matthiesenxyz/astro-ghostcms
## 3.2.4
### Patch Changes
- Fix License File
- Updated dependencies
- @matthiesenxyz/astro-ghostcms-theme-default@0.1.11
## 3.2.3
### 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.3",
"version": "3.2.4",
"homepage": "https://astro-ghostcms.xyz/",
"type": "module",
"license": "MIT",
@ -91,7 +91,7 @@
"vitest-fetch-mock": "^0.2.2"
},
"dependencies": {
"@matthiesenxyz/astro-ghostcms-theme-default": "^0.1.10",
"@matthiesenxyz/astro-ghostcms-theme-default": "^0.1.11",
"@astrojs/rss": "^4.0.4",
"@astrojs/sitemap": "^3.0.5",
"@resvg/resvg-js": "^2.6.0",

View File

@ -1,5 +1,11 @@
# @matthiesenxyz/create-astro-ghostcms
## 0.0.10
### Patch Changes
- Fix License File
## 0.0.9
### Patch Changes

View File

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