👷 [ci]: Ready for Release (#116)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-03-12 23:23:30 -07:00 committed by GitHub
parent f097c6a18b
commit 13d6b551b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 41 additions and 17 deletions

View File

@ -1,8 +0,0 @@
---
"@matthiesenxyz/astro-ghostcms-brutalbyelian": patch
"@matthiesenxyz/astro-ghostcms-theme-default": patch
"@matthiesenxyz/astro-ghostcms-catppuccin": patch
"@matthiesenxyz/astro-ghostcms": patch
---
Adds a toggleswitch to allow users to disable astro-remote usage for rendering ghost-content

View File

@ -1,5 +1,13 @@
# @matthiesenxyz/astro-ghostcms-brutalbyelian
## 0.0.17
### Patch Changes
- f097c6a: Adds a toggleswitch to allow users to disable astro-remote usage for rendering ghost-content
- Updated dependencies [f097c6a]
- @matthiesenxyz/astro-ghostcms@3.3.4
## 0.0.16
### 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.16",
"version": "0.0.17",
"homepage": "https://astro-ghostcms.xyz/",
"type": "module",
"license": "MIT",
@ -42,7 +42,7 @@
},
"scripts": {},
"peerDependencies": {
"@matthiesenxyz/astro-ghostcms": ">=3.3.2",
"@matthiesenxyz/astro-ghostcms": ">=3.3.4",
"astro": ">=4.4.1"
},
"devDependencies": {

View File

@ -1,5 +1,13 @@
# @matthiesenxyz/astro-ghostcms-catppuccin
## 0.0.14
### Patch Changes
- f097c6a: Adds a toggleswitch to allow users to disable astro-remote usage for rendering ghost-content
- Updated dependencies [f097c6a]
- @matthiesenxyz/astro-ghostcms@3.3.4
## 0.0.13
### 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.13",
"version": "0.0.14",
"homepage": "https://astro-ghostcms.xyz/",
"type": "module",
"license": "MIT",
@ -50,7 +50,7 @@
},
"scripts": {},
"peerDependencies": {
"@matthiesenxyz/astro-ghostcms": ">=3.3.3",
"@matthiesenxyz/astro-ghostcms": ">=3.3.4",
"astro": ">=4.4.0"
},
"devDependencies": {
@ -60,7 +60,7 @@
"@astrojs/tailwind": "^5.1.0",
"@catppuccin/tailwindcss": "0.1.6",
"@fontsource-variable/inter": "^5.0.17",
"@matthiesenxyz/astro-ghostcms": "^3.3.3",
"@matthiesenxyz/astro-ghostcms": "^3.3.4",
"@tailwindcss/typography": "^0.5.10",
"astro-navbar": "^2.3.1",
"astro-remote": "^0.3.2",

View File

@ -1,5 +1,13 @@
# @matthiesenxyz/astro-ghostcms-theme-default
## 0.1.19
### Patch Changes
- f097c6a: Adds a toggleswitch to allow users to disable astro-remote usage for rendering ghost-content
- Updated dependencies [f097c6a]
- @matthiesenxyz/astro-ghostcms@3.3.4
## 0.1.18
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@matthiesenxyz/astro-ghostcms-theme-default",
"description": "Default Theme for astro-ghostcms",
"version": "0.1.18",
"version": "0.1.19",
"homepage": "https://astro-ghostcms.xyz/",
"type": "module",
"license": "MIT",
@ -47,7 +47,7 @@
"typescript": "^5.4.2"
},
"peerDependencies": {
"@matthiesenxyz/astro-ghostcms": ">=3.3.2",
"@matthiesenxyz/astro-ghostcms": ">=3.3.4",
"astro": ">=4.4.0"
},
"dependencies": {

View File

@ -1,5 +1,13 @@
# @matthiesenxyz/astro-ghostcms
## 3.3.4
### Patch Changes
- f097c6a: Adds a toggleswitch to allow users to disable astro-remote usage for rendering ghost-content
- Updated dependencies [f097c6a]
- @matthiesenxyz/astro-ghostcms-theme-default@0.1.19
## 3.3.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.3.3",
"version": "3.3.4",
"homepage": "https://astro-ghostcms.xyz/",
"type": "module",
"license": "MIT",
@ -68,7 +68,7 @@
"dependencies": {
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@matthiesenxyz/astro-ghostcms-theme-default": "^0.1.17",
"@matthiesenxyz/astro-ghostcms-theme-default": "^0.1.19",
"@resvg/resvg-js": "^2.6.0",
"@ts-ghost/core-api": "^6.0.0",
"@ts-ghost/content-api": "^4.0.12",