👷 [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 # @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 ## 0.0.16
### Patch Changes ### Patch Changes

View File

@ -1,7 +1,7 @@
{ {
"name": "@matthiesenxyz/astro-ghostcms-brutalbyelian", "name": "@matthiesenxyz/astro-ghostcms-brutalbyelian",
"description": "ElianCodes Brutal theme modified to work with Astro-GhostCMS", "description": "ElianCodes Brutal theme modified to work with Astro-GhostCMS",
"version": "0.0.16", "version": "0.0.17",
"homepage": "https://astro-ghostcms.xyz/", "homepage": "https://astro-ghostcms.xyz/",
"type": "module", "type": "module",
"license": "MIT", "license": "MIT",
@ -42,7 +42,7 @@
}, },
"scripts": {}, "scripts": {},
"peerDependencies": { "peerDependencies": {
"@matthiesenxyz/astro-ghostcms": ">=3.3.2", "@matthiesenxyz/astro-ghostcms": ">=3.3.4",
"astro": ">=4.4.1" "astro": ">=4.4.1"
}, },
"devDependencies": { "devDependencies": {

View File

@ -1,5 +1,13 @@
# @matthiesenxyz/astro-ghostcms-catppuccin # @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 ## 0.0.13
### Patch Changes ### Patch Changes

View File

@ -1,7 +1,7 @@
{ {
"name": "@matthiesenxyz/astro-ghostcms-catppuccin", "name": "@matthiesenxyz/astro-ghostcms-catppuccin",
"description": "A dark theme made with Catppuccin and TailwindCSS for Astro-GhostCMS", "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/", "homepage": "https://astro-ghostcms.xyz/",
"type": "module", "type": "module",
"license": "MIT", "license": "MIT",
@ -50,7 +50,7 @@
}, },
"scripts": {}, "scripts": {},
"peerDependencies": { "peerDependencies": {
"@matthiesenxyz/astro-ghostcms": ">=3.3.3", "@matthiesenxyz/astro-ghostcms": ">=3.3.4",
"astro": ">=4.4.0" "astro": ">=4.4.0"
}, },
"devDependencies": { "devDependencies": {
@ -60,7 +60,7 @@
"@astrojs/tailwind": "^5.1.0", "@astrojs/tailwind": "^5.1.0",
"@catppuccin/tailwindcss": "0.1.6", "@catppuccin/tailwindcss": "0.1.6",
"@fontsource-variable/inter": "^5.0.17", "@fontsource-variable/inter": "^5.0.17",
"@matthiesenxyz/astro-ghostcms": "^3.3.3", "@matthiesenxyz/astro-ghostcms": "^3.3.4",
"@tailwindcss/typography": "^0.5.10", "@tailwindcss/typography": "^0.5.10",
"astro-navbar": "^2.3.1", "astro-navbar": "^2.3.1",
"astro-remote": "^0.3.2", "astro-remote": "^0.3.2",

View File

@ -1,5 +1,13 @@
# @matthiesenxyz/astro-ghostcms-theme-default # @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 ## 0.1.18
### Patch Changes ### Patch Changes

View File

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

View File

@ -1,5 +1,13 @@
# @matthiesenxyz/astro-ghostcms # @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 ## 3.3.3
### Patch Changes ### Patch Changes

View File

@ -1,7 +1,7 @@
{ {
"name": "@matthiesenxyz/astro-ghostcms", "name": "@matthiesenxyz/astro-ghostcms",
"description": "Astro GhostCMS integration to allow easier importing of GhostCMS Content", "description": "Astro GhostCMS integration to allow easier importing of GhostCMS Content",
"version": "3.3.3", "version": "3.3.4",
"homepage": "https://astro-ghostcms.xyz/", "homepage": "https://astro-ghostcms.xyz/",
"type": "module", "type": "module",
"license": "MIT", "license": "MIT",
@ -68,7 +68,7 @@
"dependencies": { "dependencies": {
"@astrojs/rss": "^4.0.5", "@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1", "@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", "@resvg/resvg-js": "^2.6.0",
"@ts-ghost/core-api": "^6.0.0", "@ts-ghost/core-api": "^6.0.0",
"@ts-ghost/content-api": "^4.0.12", "@ts-ghost/content-api": "^4.0.12",