Skip to content

Commit

Permalink
👷 [ci]: Ready for Release (#113)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 13, 2024
1 parent b0218e1 commit ec50145
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 15 deletions.
11 changes: 0 additions & 11 deletions .changeset/spicy-stingrays-repeat.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/astro-ghostcms-brutalbyelian/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @matthiesenxyz/astro-ghostcms-brutalbyelian

## 0.0.16

### Patch Changes

- b0218e1: fix:

- Removed CodeSlot Component that sometimes would break with some <pre> components
- Will be adding at a latter time a custom component to replace this, but at this time this is now fixed.

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-ghostcms-brutalbyelian/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@matthiesenxyz/astro-ghostcms-brutalbyelian",
"description": "ElianCodes Brutal theme modified to work with Astro-GhostCMS",
"version": "0.0.15",
"version": "0.0.16",
"homepage": "https://astro-ghostcms.xyz/",
"type": "module",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/astro-ghostcms-catppuccin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @matthiesenxyz/astro-ghostcms-catppuccin

## 0.0.13

### Patch Changes

- b0218e1: fix:

- Removed CodeSlot Component that sometimes would break with some <pre> components
- Will be adding at a latter time a custom component to replace this, but at this time this is now fixed.

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-ghostcms-catppuccin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@matthiesenxyz/astro-ghostcms-catppuccin",
"description": "A dark theme made with Catppuccin and TailwindCSS for Astro-GhostCMS",
"version": "0.0.12",
"version": "0.0.13",
"homepage": "https://astro-ghostcms.xyz/",
"type": "module",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/astro-ghostcms-theme-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @matthiesenxyz/astro-ghostcms-theme-default

## 0.1.18

### Patch Changes

- b0218e1: fix:

- Removed CodeSlot Component that sometimes would break with some <pre> components
- Will be adding at a latter time a custom component to replace this, but at this time this is now fixed.

## 0.1.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-ghostcms-theme-default/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@matthiesenxyz/astro-ghostcms-theme-default",
"description": "Default Theme for astro-ghostcms",
"version": "0.1.17",
"version": "0.1.18",
"homepage": "https://astro-ghostcms.xyz/",
"type": "module",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/starlight-ghostcms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @matthiesenxyz/starlight-ghostcms

## 0.1.8

### Patch Changes

- b0218e1: fix:

- Removed CodeSlot Component that sometimes would break with some <pre> components
- Will be adding at a latter time a custom component to replace this, but at this time this is now fixed.

## 0.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/starlight-ghostcms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@matthiesenxyz/starlight-ghostcms",
"description": "Starlight GhostCMS plugin to allow easier importing of GhostCMS Content into your starlight website",
"version": "0.1.7",
"version": "0.1.8",
"homepage": "https://astro-ghostcms.xyz/",
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit ec50145

Please sign in to comment.