Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit ec50145

Browse files
👷 [ci]: Ready for Release (#113)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b0218e1 commit ec50145

File tree

9 files changed

+40
-15
lines changed

9 files changed

+40
-15
lines changed

.changeset/spicy-stingrays-repeat.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/astro-ghostcms-brutalbyelian/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @matthiesenxyz/astro-ghostcms-brutalbyelian
22

3+
## 0.0.16
4+
5+
### Patch Changes
6+
7+
- b0218e1: fix:
8+
9+
- Removed CodeSlot Component that sometimes would break with some <pre> components
10+
- Will be adding at a latter time a custom component to replace this, but at this time this is now fixed.
11+
312
## 0.0.15
413

514
### Patch Changes

packages/astro-ghostcms-brutalbyelian/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@matthiesenxyz/astro-ghostcms-brutalbyelian",
33
"description": "ElianCodes Brutal theme modified to work with Astro-GhostCMS",
4-
"version": "0.0.15",
4+
"version": "0.0.16",
55
"homepage": "https://astro-ghostcms.xyz/",
66
"type": "module",
77
"license": "MIT",

packages/astro-ghostcms-catppuccin/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @matthiesenxyz/astro-ghostcms-catppuccin
22

3+
## 0.0.13
4+
5+
### Patch Changes
6+
7+
- b0218e1: fix:
8+
9+
- Removed CodeSlot Component that sometimes would break with some <pre> components
10+
- Will be adding at a latter time a custom component to replace this, but at this time this is now fixed.
11+
312
## 0.0.12
413

514
### Patch Changes

packages/astro-ghostcms-catppuccin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@matthiesenxyz/astro-ghostcms-catppuccin",
33
"description": "A dark theme made with Catppuccin and TailwindCSS for Astro-GhostCMS",
4-
"version": "0.0.12",
4+
"version": "0.0.13",
55
"homepage": "https://astro-ghostcms.xyz/",
66
"type": "module",
77
"license": "MIT",

packages/astro-ghostcms-theme-default/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @matthiesenxyz/astro-ghostcms-theme-default
22

3+
## 0.1.18
4+
5+
### Patch Changes
6+
7+
- b0218e1: fix:
8+
9+
- Removed CodeSlot Component that sometimes would break with some <pre> components
10+
- Will be adding at a latter time a custom component to replace this, but at this time this is now fixed.
11+
312
## 0.1.17
413

514
### Patch Changes

packages/astro-ghostcms-theme-default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@matthiesenxyz/astro-ghostcms-theme-default",
33
"description": "Default Theme for astro-ghostcms",
4-
"version": "0.1.17",
4+
"version": "0.1.18",
55
"homepage": "https://astro-ghostcms.xyz/",
66
"type": "module",
77
"license": "MIT",

packages/starlight-ghostcms/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @matthiesenxyz/starlight-ghostcms
22

3+
## 0.1.8
4+
5+
### Patch Changes
6+
7+
- b0218e1: fix:
8+
9+
- Removed CodeSlot Component that sometimes would break with some <pre> components
10+
- Will be adding at a latter time a custom component to replace this, but at this time this is now fixed.
11+
312
## 0.1.7
413

514
### Patch Changes

packages/starlight-ghostcms/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@matthiesenxyz/starlight-ghostcms",
33
"description": "Starlight GhostCMS plugin to allow easier importing of GhostCMS Content into your starlight website",
4-
"version": "0.1.7",
4+
"version": "0.1.8",
55
"homepage": "https://astro-ghostcms.xyz/",
66
"type": "module",
77
"license": "MIT",

0 commit comments

Comments
 (0)