diff --git a/.changeset/young-ties-attack.md b/.changeset/young-ties-attack.md deleted file mode 100644 index 59f086a4..00000000 --- a/.changeset/young-ties-attack.md +++ /dev/null @@ -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 diff --git a/packages/astro-ghostcms-brutalbyelian/CHANGELOG.md b/packages/astro-ghostcms-brutalbyelian/CHANGELOG.md index 8687ad97..e64a2e2b 100644 --- a/packages/astro-ghostcms-brutalbyelian/CHANGELOG.md +++ b/packages/astro-ghostcms-brutalbyelian/CHANGELOG.md @@ -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 diff --git a/packages/astro-ghostcms-brutalbyelian/package.json b/packages/astro-ghostcms-brutalbyelian/package.json index 1f87b6bf..5f8ea0ba 100644 --- a/packages/astro-ghostcms-brutalbyelian/package.json +++ b/packages/astro-ghostcms-brutalbyelian/package.json @@ -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": { diff --git a/packages/astro-ghostcms-catppuccin/CHANGELOG.md b/packages/astro-ghostcms-catppuccin/CHANGELOG.md index 9bdd6fc7..a83eaa90 100644 --- a/packages/astro-ghostcms-catppuccin/CHANGELOG.md +++ b/packages/astro-ghostcms-catppuccin/CHANGELOG.md @@ -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 diff --git a/packages/astro-ghostcms-catppuccin/package.json b/packages/astro-ghostcms-catppuccin/package.json index a09a3800..c02b146a 100644 --- a/packages/astro-ghostcms-catppuccin/package.json +++ b/packages/astro-ghostcms-catppuccin/package.json @@ -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", diff --git a/packages/astro-ghostcms-theme-default/CHANGELOG.md b/packages/astro-ghostcms-theme-default/CHANGELOG.md index 97d15bc1..5cff2f9a 100644 --- a/packages/astro-ghostcms-theme-default/CHANGELOG.md +++ b/packages/astro-ghostcms-theme-default/CHANGELOG.md @@ -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 diff --git a/packages/astro-ghostcms-theme-default/package.json b/packages/astro-ghostcms-theme-default/package.json index 65d9f159..b07337d2 100644 --- a/packages/astro-ghostcms-theme-default/package.json +++ b/packages/astro-ghostcms-theme-default/package.json @@ -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": { diff --git a/packages/astro-ghostcms/CHANGELOG.md b/packages/astro-ghostcms/CHANGELOG.md index 419b9cf6..448cff45 100644 --- a/packages/astro-ghostcms/CHANGELOG.md +++ b/packages/astro-ghostcms/CHANGELOG.md @@ -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 diff --git a/packages/astro-ghostcms/package.json b/packages/astro-ghostcms/package.json index f2449389..9b354624 100644 --- a/packages/astro-ghostcms/package.json +++ b/packages/astro-ghostcms/package.json @@ -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", diff --git a/packages/create-astro-ghostcms/CHANGELOG.md b/packages/create-astro-ghostcms/CHANGELOG.md index 935b4b11..b8721d8a 100644 --- a/packages/create-astro-ghostcms/CHANGELOG.md +++ b/packages/create-astro-ghostcms/CHANGELOG.md @@ -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 diff --git a/packages/create-astro-ghostcms/package.json b/packages/create-astro-ghostcms/package.json index a34d7bb3..2a9e1108 100644 --- a/packages/create-astro-ghostcms/package.json +++ b/packages/create-astro-ghostcms/package.json @@ -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", diff --git a/packages/starlight-ghostcms/CHANGELOG.md b/packages/starlight-ghostcms/CHANGELOG.md index f8852be4..bc61e290 100644 --- a/packages/starlight-ghostcms/CHANGELOG.md +++ b/packages/starlight-ghostcms/CHANGELOG.md @@ -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 diff --git a/packages/starlight-ghostcms/package.json b/packages/starlight-ghostcms/package.json index 9d9ee114..b2710070 100644 --- a/packages/starlight-ghostcms/package.json +++ b/packages/starlight-ghostcms/package.json @@ -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",