👷 [ci]: Ready for Release #102

Merged
github-actions[bot] merged 1 commits from changeset-release/main into main 2024-03-10 05:03:01 +00:00
13 changed files with 55 additions and 21 deletions

View File

@ -1,10 +0,0 @@
---
"@matthiesenxyz/astro-ghostcms-brutalbyelian": patch
"@matthiesenxyz/astro-ghostcms-theme-default": patch
"@matthiesenxyz/astro-ghostcms-catppuccin": patch
"@matthiesenxyz/create-astro-ghostcms": patch
"@matthiesenxyz/starlight-ghostcms": patch
"@matthiesenxyz/astro-ghostcms": patch
---
fix getAllTags bug for themes and bump other packages deps

View File

@ -1,5 +1,13 @@
# @matthiesenxyz/astro-ghostcms-brutalbyelian
## 0.0.15
### Patch Changes
- 4c1002a: fix getAllTags bug for themes and bump other packages deps
- Updated dependencies [4c1002a]
- @matthiesenxyz/astro-ghostcms@3.3.2
## 0.0.14
### 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.14",
"version": "0.0.15",
"homepage": "https://astro-ghostcms.xyz/",
"type": "module",
"license": "MIT",
@ -42,7 +42,7 @@
},
"scripts": {},
"peerDependencies": {
"@matthiesenxyz/astro-ghostcms": ">=3.3.1",
"@matthiesenxyz/astro-ghostcms": ">=3.3.2",
"astro": ">=4.4.1"
},
"devDependencies": {

View File

@ -1,5 +1,13 @@
# @matthiesenxyz/astro-ghostcms-catppuccin
## 0.0.12
### Patch Changes
- 4c1002a: fix getAllTags bug for themes and bump other packages deps
- Updated dependencies [4c1002a]
- @matthiesenxyz/astro-ghostcms@3.3.2
## 0.0.11
### 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.11",
"version": "0.0.12",
"homepage": "https://astro-ghostcms.xyz/",
"type": "module",
"license": "MIT",
@ -50,7 +50,7 @@
},
"scripts": {},
"peerDependencies": {
"@matthiesenxyz/astro-ghostcms": ">=3.3.1",
"@matthiesenxyz/astro-ghostcms": ">=3.3.2",
"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.1",
"@matthiesenxyz/astro-ghostcms": "^3.3.2",
"@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.17
### Patch Changes
- 4c1002a: fix getAllTags bug for themes and bump other packages deps
- Updated dependencies [4c1002a]
- @matthiesenxyz/astro-ghostcms@3.3.2
## 0.1.16
### Patch Changes

View File

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

View File

@ -1,5 +1,13 @@
# @matthiesenxyz/astro-ghostcms
## 3.3.2
### Patch Changes
- 4c1002a: fix getAllTags bug for themes and bump other packages deps
- Updated dependencies [4c1002a]
- @matthiesenxyz/astro-ghostcms-theme-default@0.1.17
## 3.3.1
### 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.1",
"version": "3.3.2",
"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.14",
"@matthiesenxyz/astro-ghostcms-theme-default": "^0.1.17",
"@resvg/resvg-js": "^2.6.0",
"@ts-ghost/core-api": "^6.0.0",
"@ts-ghost/content-api": "^4.0.12",

View File

@ -1,5 +1,11 @@
# @matthiesenxyz/create-astro-ghostcms
## 0.1.2
### Patch Changes
- 4c1002a: fix getAllTags bug for themes and bump other packages deps
## 0.1.1
### Patch Changes

View File

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

View File

@ -1,5 +1,11 @@
# @matthiesenxyz/starlight-ghostcms
## 0.1.6
### Patch Changes
- 4c1002a: fix getAllTags bug for themes and bump other packages deps
## 0.1.5
### Patch Changes

View File

@ -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.5",
"version": "0.1.6",
"homepage": "https://astro-ghostcms.xyz/",
"type": "module",
"license": "MIT",