diff --git a/.changeset/README.md b/.changeset/README.md new file mode 100644 index 00000000..e5b6d8d6 --- /dev/null +++ b/.changeset/README.md @@ -0,0 +1,8 @@ +# Changesets + +Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works +with multi-package repos, or single-package repos to help you version and publish your code. You can +find the full documentation for it [in our repository](https://github.com/changesets/changesets) + +We have a quick list of common questions to get you started engaging with this project in +[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md) diff --git a/.changeset/config.json b/.changeset/config.json new file mode 100644 index 00000000..fce1c265 --- /dev/null +++ b/.changeset/config.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json", + "changelog": "@changesets/cli/changelog", + "commit": false, + "fixed": [], + "linked": [], + "access": "public", + "baseBranch": "main", + "updateInternalDependencies": "patch", + "ignore": [] +} diff --git a/packages/astro-ghostcms-brutalbyelian/CHANGELOG.md b/packages/astro-ghostcms-brutalbyelian/CHANGELOG.md new file mode 100644 index 00000000..3645deb4 --- /dev/null +++ b/packages/astro-ghostcms-brutalbyelian/CHANGELOG.md @@ -0,0 +1,10 @@ +# @matthiesenxyz/astro-ghostcms-brutalbyelian + +## 0.0.6 + +### Patch Changes + +- Initialization of changeset cli +- Updated dependencies + - @matthiesenxyz/astro-ghostcms@3.2.3 + - @matthiesenxyz/astro-ghostcms-rendercontent@0.0.3 diff --git a/packages/astro-ghostcms-brutalbyelian/package.json b/packages/astro-ghostcms-brutalbyelian/package.json index 7a4d1eb0..71b43f36 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.5", + "version": "0.0.6", "homepage": "https://astro-ghostcms.xyz/", "type": "module", "license": "MIT", @@ -13,10 +13,10 @@ "email": "adam@matthiesen.xyz", "name": "Adam Matthiesen - MatthiesenXYZ", "url": "https://matthiesen.xyz" - }, - "keywords": [ - "astro-ghostcms" - ], + }, + "keywords": [ + "astro-ghostcms" + ], "repository": { "type": "git", "url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git" @@ -40,7 +40,7 @@ "./author/[slug].astro": "./src/routes/author/[slug].astro", "./archives/[...page].astro": "./src/routes/archives/[...page].astro" }, - "scripts": { }, + "scripts": {}, "peerDependencies": { "astro": "^4.2.0" }, @@ -58,8 +58,8 @@ "dependencies": { "@iconify-json/logos": "^1.1.41", "@iconify-json/uil": "^1.1.8", - "@matthiesenxyz/astro-ghostcms": "^3.2.1", - "@matthiesenxyz/astro-ghostcms-rendercontent": "^0.0.1", + "@matthiesenxyz/astro-ghostcms": "^3.2.3", + "@matthiesenxyz/astro-ghostcms-rendercontent": "^0.0.3", "@unocss/astro": "^0.57.7", "@unocss/reset": "^0.57.7", "unocss": "^0.57.7", diff --git a/packages/astro-ghostcms-catppuccin/CHANGELOG.md b/packages/astro-ghostcms-catppuccin/CHANGELOG.md new file mode 100644 index 00000000..3d58d107 --- /dev/null +++ b/packages/astro-ghostcms-catppuccin/CHANGELOG.md @@ -0,0 +1,9 @@ +# @matthiesenxyz/astro-ghostcms-catppuccin + +## 0.0.4 + +### Patch Changes + +- Initialization of changeset cli +- Updated dependencies + - @matthiesenxyz/astro-ghostcms@3.2.3 diff --git a/packages/astro-ghostcms-catppuccin/package.json b/packages/astro-ghostcms-catppuccin/package.json index 24e7a388..7d1f16ba 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.3", + "version": "0.0.4", "homepage": "https://astro-ghostcms.xyz/", "type": "module", "license": "MIT", @@ -13,10 +13,10 @@ "email": "adam@matthiesen.xyz", "name": "Adam Matthiesen - MatthiesenXYZ", "url": "https://matthiesen.xyz" - }, - "keywords": [ - "astro-ghostcms" - ], + }, + "keywords": [ + "astro-ghostcms" + ], "repository": { "type": "git", "url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git" @@ -48,7 +48,7 @@ "./author/[slug].astro": "./src/routes/author/[slug].astro", "./archives/[...page].astro": "./src/routes/archives/[...page].astro" }, - "scripts": { }, + "scripts": {}, "peerDependencies": { "astro": "^4.2.1" }, @@ -59,7 +59,7 @@ "@astrojs/tailwind": "^5.1.0", "@catppuccin/tailwindcss": "0.1.6", "@fontsource-variable/inter": "^5.0.16", - "@matthiesenxyz/astro-ghostcms": "^3.1.8", + "@matthiesenxyz/astro-ghostcms": "^3.2.3", "@tailwindcss/typography": "^0.5.10", "tailwindcss": "^3.3.5", "astro-navbar": "^2.3.0", diff --git a/packages/astro-ghostcms-rendercontent/CHANGELOG.md b/packages/astro-ghostcms-rendercontent/CHANGELOG.md new file mode 100644 index 00000000..41b0fd97 --- /dev/null +++ b/packages/astro-ghostcms-rendercontent/CHANGELOG.md @@ -0,0 +1,7 @@ +# @matthiesenxyz/astro-ghostcms-rendercontent + +## 0.0.3 + +### Patch Changes + +- Initialization of changeset cli diff --git a/packages/astro-ghostcms-rendercontent/package.json b/packages/astro-ghostcms-rendercontent/package.json index ffe73c05..07cb1c75 100644 --- a/packages/astro-ghostcms-rendercontent/package.json +++ b/packages/astro-ghostcms-rendercontent/package.json @@ -1,7 +1,7 @@ { "name": "@matthiesenxyz/astro-ghostcms-rendercontent", "type": "module", - "version": "0.0.2", + "version": "0.0.3", "repository": { "type": "git", "url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git" @@ -35,7 +35,7 @@ "email": "adam@matthiesen.xyz", "name": "Adam Matthiesen - MatthiesenXYZ", "url": "https://matthiesen.xyz" - }, + }, "license": "MIT", "dependencies": { "entities": "^4.5.0", diff --git a/packages/astro-ghostcms-theme-default/CHANGELOG.md b/packages/astro-ghostcms-theme-default/CHANGELOG.md new file mode 100644 index 00000000..e14e0c62 --- /dev/null +++ b/packages/astro-ghostcms-theme-default/CHANGELOG.md @@ -0,0 +1,9 @@ +# @matthiesenxyz/astro-ghostcms-theme-default + +## 0.1.10 + +### Patch Changes + +- Initialization of changeset cli +- Updated dependencies + - @matthiesenxyz/astro-ghostcms@3.2.3 diff --git a/packages/astro-ghostcms-theme-default/package.json b/packages/astro-ghostcms-theme-default/package.json index 1b04eb38..cdea200d 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.9", + "version": "0.1.10", "homepage": "https://astro-ghostcms.xyz/", "type": "module", "license": "MIT", @@ -13,10 +13,10 @@ "email": "adam@matthiesen.xyz", "name": "Adam Matthiesen - MatthiesenXYZ", "url": "https://matthiesen.xyz" - }, - "keywords": [ - "astro-ghostcms" - ], + }, + "keywords": [ + "astro-ghostcms" + ], "repository": { "type": "git", "url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git" @@ -40,7 +40,7 @@ "./author/[slug].astro": "./src/routes/author/[slug].astro", "./archives/[...page].astro": "./src/routes/archives/[...page].astro" }, - "scripts": { }, + "scripts": {}, "devDependencies": { "@matthiesenxyz/astro-ghostcms": "*", "@astrojs/check": "^0.4.1", @@ -50,7 +50,7 @@ "astro": "^4.2.1" }, "dependencies": { - "@matthiesenxyz/astro-ghostcms": "^3.1.8", + "@matthiesenxyz/astro-ghostcms": "^3.2.3", "astro-font": "^0.0.77", "sass": "^1.70.0" } diff --git a/packages/astro-ghostcms/CHANGELOG.md b/packages/astro-ghostcms/CHANGELOG.md new file mode 100644 index 00000000..64900e91 --- /dev/null +++ b/packages/astro-ghostcms/CHANGELOG.md @@ -0,0 +1,9 @@ +# @matthiesenxyz/astro-ghostcms + +## 3.2.3 + +### Patch Changes + +- Initialization of changeset cli +- Updated dependencies + - @matthiesenxyz/astro-ghostcms-theme-default@0.1.10 diff --git a/packages/astro-ghostcms/package.json b/packages/astro-ghostcms/package.json index 2f9136e6..e4e6bddd 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.2.2", + "version": "3.2.3", "homepage": "https://astro-ghostcms.xyz/", "type": "module", "license": "MIT", @@ -13,21 +13,21 @@ "email": "adam@matthiesen.xyz", "name": "Adam Matthiesen - MatthiesenXYZ", "url": "https://matthiesen.xyz" - }, - "keywords": [ - "astro-component", - "astro-integration", - "withastro", - "astro", - "blog", - "content", - "integration", - "ghost", - "ghostcms", - "ghostcms-theme", - "ghost-theme", - "astro-theme" - ], + }, + "keywords": [ + "astro-component", + "astro-integration", + "withastro", + "astro", + "blog", + "content", + "integration", + "ghost", + "ghostcms", + "ghostcms-theme", + "ghost-theme", + "astro-theme" + ], "repository": { "type": "git", "url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git" @@ -49,7 +49,7 @@ ".": "./index.ts", "./api": "./src/api/index.ts", "./api-core": "./src/api/content-api/index.ts", - "./config": { + "./config": { "default": "./src/integrations/virtual-config.ts", "types": "./src/integrations/virtual.d.ts" }, @@ -77,7 +77,7 @@ "@ts-ghost/tsconfig": "*", "@matthiesenxyz/astro-ghostcms-theme-default": "*", "@matthiesenxyz/astro-ghostcms-catppuccin": "*", - "@types/fs-extra": "^11.0.1", + "@types/fs-extra": "^11.0.1", "@types/node": "^20.11.17", "@typescript-eslint/eslint-plugin": "^6.20.0", "@typescript-eslint/parser": "^6.21.0", @@ -91,14 +91,14 @@ "vitest-fetch-mock": "^0.2.2" }, "dependencies": { - "@matthiesenxyz/astro-ghostcms-theme-default": "^0.1.9", + "@matthiesenxyz/astro-ghostcms-theme-default": "^0.1.10", "@astrojs/rss": "^4.0.4", "@astrojs/sitemap": "^3.0.5", "@resvg/resvg-js": "^2.6.0", "@ts-ghost/core-api": "^5.1.2", "astro": "^4.3.2", "astro-robots-txt": "^1.0.0", - "fs-extra": "^11.1.0", + "fs-extra": "^11.1.0", "package-json": "9.0.0", "satori": "^0.10.11", "satori-html": "^0.3.2", diff --git a/packages/create-astro-ghostcms/CHANGELOG.md b/packages/create-astro-ghostcms/CHANGELOG.md new file mode 100644 index 00000000..08a15920 --- /dev/null +++ b/packages/create-astro-ghostcms/CHANGELOG.md @@ -0,0 +1,7 @@ +# @matthiesenxyz/create-astro-ghostcms + +## 0.0.9 + +### Patch Changes + +- Initialization of changeset cli diff --git a/packages/create-astro-ghostcms/package.json b/packages/create-astro-ghostcms/package.json index 8d5046fd..740ccc45 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.0.8", + "version": "0.0.9", "description": "Utility to quickly get started with our Integration and astro", "type": "module", "main": "./create-astro-ghostcms.mjs", @@ -10,22 +10,21 @@ "exports": { ".": "./create-astro-ghostcms.mjs" }, - "scripts": { - }, + "scripts": {}, "sideEffects": false, "author": { - "email": "adam@matthiesen.xyz", - "name": "Adam Matthiesen - MatthiesenXYZ", - "url": "https://matthiesen.xyz" - }, + "email": "adam@matthiesen.xyz", + "name": "Adam Matthiesen - MatthiesenXYZ", + "url": "https://matthiesen.xyz" + }, "homepage": "https://astro-ghostcms.xyz/", "repository": { - "type": "git", - "url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git" + "type": "git", + "url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git" }, "bugs": { - "url": "https://github.com/MatthiesenXYZ/astro-ghostcms/issues", - "email": "issues@astro-ghostcms.xyz" + "url": "https://github.com/MatthiesenXYZ/astro-ghostcms/issues", + "email": "issues@astro-ghostcms.xyz" }, "license": "MIT", "files": [ diff --git a/playground/CHANGELOG.md b/playground/CHANGELOG.md new file mode 100644 index 00000000..a844ef9e --- /dev/null +++ b/playground/CHANGELOG.md @@ -0,0 +1,11 @@ +# playground + +## 0.0.2 + +### Patch Changes + +- Updated dependencies + - @matthiesenxyz/astro-ghostcms@3.2.3 + - @matthiesenxyz/astro-ghostcms-brutalbyelian@0.0.6 + - @matthiesenxyz/astro-ghostcms-catppuccin@0.0.4 + - @matthiesenxyz/astro-ghostcms-theme-default@0.1.10 diff --git a/playground/package.json b/playground/package.json index 00a4082b..c819c42d 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,7 +1,7 @@ { "name": "playground", "type": "module", - "version": "0.0.1", + "version": "0.0.2", "private": true, "scripts": { "dev": "astro dev",