add @changesets/cli

This commit is contained in:
Adam Matthiesen 2024-02-14 02:38:23 -08:00
parent 7d87f9c741
commit d074c82772
16 changed files with 136 additions and 56 deletions

8
.changeset/README.md Normal file
View File

@ -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)

11
.changeset/config.json Normal file
View File

@ -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": []
}

View File

@ -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

View File

@ -1,7 +1,7 @@
{ {
"name": "@matthiesenxyz/astro-ghostcms-brutalbyelian", "name": "@matthiesenxyz/astro-ghostcms-brutalbyelian",
"description": "ElianCodes Brutal theme modified to work with Astro-GhostCMS", "description": "ElianCodes Brutal theme modified to work with Astro-GhostCMS",
"version": "0.0.5", "version": "0.0.6",
"homepage": "https://astro-ghostcms.xyz/", "homepage": "https://astro-ghostcms.xyz/",
"type": "module", "type": "module",
"license": "MIT", "license": "MIT",
@ -13,10 +13,10 @@
"email": "adam@matthiesen.xyz", "email": "adam@matthiesen.xyz",
"name": "Adam Matthiesen - MatthiesenXYZ", "name": "Adam Matthiesen - MatthiesenXYZ",
"url": "https://matthiesen.xyz" "url": "https://matthiesen.xyz"
}, },
"keywords": [ "keywords": [
"astro-ghostcms" "astro-ghostcms"
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git" "url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git"
@ -40,7 +40,7 @@
"./author/[slug].astro": "./src/routes/author/[slug].astro", "./author/[slug].astro": "./src/routes/author/[slug].astro",
"./archives/[...page].astro": "./src/routes/archives/[...page].astro" "./archives/[...page].astro": "./src/routes/archives/[...page].astro"
}, },
"scripts": { }, "scripts": {},
"peerDependencies": { "peerDependencies": {
"astro": "^4.2.0" "astro": "^4.2.0"
}, },
@ -58,8 +58,8 @@
"dependencies": { "dependencies": {
"@iconify-json/logos": "^1.1.41", "@iconify-json/logos": "^1.1.41",
"@iconify-json/uil": "^1.1.8", "@iconify-json/uil": "^1.1.8",
"@matthiesenxyz/astro-ghostcms": "^3.2.1", "@matthiesenxyz/astro-ghostcms": "^3.2.3",
"@matthiesenxyz/astro-ghostcms-rendercontent": "^0.0.1", "@matthiesenxyz/astro-ghostcms-rendercontent": "^0.0.3",
"@unocss/astro": "^0.57.7", "@unocss/astro": "^0.57.7",
"@unocss/reset": "^0.57.7", "@unocss/reset": "^0.57.7",
"unocss": "^0.57.7", "unocss": "^0.57.7",

View File

@ -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

View File

@ -1,7 +1,7 @@
{ {
"name": "@matthiesenxyz/astro-ghostcms-catppuccin", "name": "@matthiesenxyz/astro-ghostcms-catppuccin",
"description": "A dark theme made with Catppuccin and TailwindCSS for Astro-GhostCMS", "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/", "homepage": "https://astro-ghostcms.xyz/",
"type": "module", "type": "module",
"license": "MIT", "license": "MIT",
@ -13,10 +13,10 @@
"email": "adam@matthiesen.xyz", "email": "adam@matthiesen.xyz",
"name": "Adam Matthiesen - MatthiesenXYZ", "name": "Adam Matthiesen - MatthiesenXYZ",
"url": "https://matthiesen.xyz" "url": "https://matthiesen.xyz"
}, },
"keywords": [ "keywords": [
"astro-ghostcms" "astro-ghostcms"
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git" "url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git"
@ -48,7 +48,7 @@
"./author/[slug].astro": "./src/routes/author/[slug].astro", "./author/[slug].astro": "./src/routes/author/[slug].astro",
"./archives/[...page].astro": "./src/routes/archives/[...page].astro" "./archives/[...page].astro": "./src/routes/archives/[...page].astro"
}, },
"scripts": { }, "scripts": {},
"peerDependencies": { "peerDependencies": {
"astro": "^4.2.1" "astro": "^4.2.1"
}, },
@ -59,7 +59,7 @@
"@astrojs/tailwind": "^5.1.0", "@astrojs/tailwind": "^5.1.0",
"@catppuccin/tailwindcss": "0.1.6", "@catppuccin/tailwindcss": "0.1.6",
"@fontsource-variable/inter": "^5.0.16", "@fontsource-variable/inter": "^5.0.16",
"@matthiesenxyz/astro-ghostcms": "^3.1.8", "@matthiesenxyz/astro-ghostcms": "^3.2.3",
"@tailwindcss/typography": "^0.5.10", "@tailwindcss/typography": "^0.5.10",
"tailwindcss": "^3.3.5", "tailwindcss": "^3.3.5",
"astro-navbar": "^2.3.0", "astro-navbar": "^2.3.0",

View File

@ -0,0 +1,7 @@
# @matthiesenxyz/astro-ghostcms-rendercontent
## 0.0.3
### Patch Changes
- Initialization of changeset cli

View File

@ -1,7 +1,7 @@
{ {
"name": "@matthiesenxyz/astro-ghostcms-rendercontent", "name": "@matthiesenxyz/astro-ghostcms-rendercontent",
"type": "module", "type": "module",
"version": "0.0.2", "version": "0.0.3",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git" "url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git"
@ -35,7 +35,7 @@
"email": "adam@matthiesen.xyz", "email": "adam@matthiesen.xyz",
"name": "Adam Matthiesen - MatthiesenXYZ", "name": "Adam Matthiesen - MatthiesenXYZ",
"url": "https://matthiesen.xyz" "url": "https://matthiesen.xyz"
}, },
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"entities": "^4.5.0", "entities": "^4.5.0",

View File

@ -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

View File

@ -1,7 +1,7 @@
{ {
"name": "@matthiesenxyz/astro-ghostcms-theme-default", "name": "@matthiesenxyz/astro-ghostcms-theme-default",
"description": "Default Theme for astro-ghostcms", "description": "Default Theme for astro-ghostcms",
"version": "0.1.9", "version": "0.1.10",
"homepage": "https://astro-ghostcms.xyz/", "homepage": "https://astro-ghostcms.xyz/",
"type": "module", "type": "module",
"license": "MIT", "license": "MIT",
@ -13,10 +13,10 @@
"email": "adam@matthiesen.xyz", "email": "adam@matthiesen.xyz",
"name": "Adam Matthiesen - MatthiesenXYZ", "name": "Adam Matthiesen - MatthiesenXYZ",
"url": "https://matthiesen.xyz" "url": "https://matthiesen.xyz"
}, },
"keywords": [ "keywords": [
"astro-ghostcms" "astro-ghostcms"
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git" "url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git"
@ -40,7 +40,7 @@
"./author/[slug].astro": "./src/routes/author/[slug].astro", "./author/[slug].astro": "./src/routes/author/[slug].astro",
"./archives/[...page].astro": "./src/routes/archives/[...page].astro" "./archives/[...page].astro": "./src/routes/archives/[...page].astro"
}, },
"scripts": { }, "scripts": {},
"devDependencies": { "devDependencies": {
"@matthiesenxyz/astro-ghostcms": "*", "@matthiesenxyz/astro-ghostcms": "*",
"@astrojs/check": "^0.4.1", "@astrojs/check": "^0.4.1",
@ -50,7 +50,7 @@
"astro": "^4.2.1" "astro": "^4.2.1"
}, },
"dependencies": { "dependencies": {
"@matthiesenxyz/astro-ghostcms": "^3.1.8", "@matthiesenxyz/astro-ghostcms": "^3.2.3",
"astro-font": "^0.0.77", "astro-font": "^0.0.77",
"sass": "^1.70.0" "sass": "^1.70.0"
} }

View File

@ -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

View File

@ -1,7 +1,7 @@
{ {
"name": "@matthiesenxyz/astro-ghostcms", "name": "@matthiesenxyz/astro-ghostcms",
"description": "Astro GhostCMS integration to allow easier importing of GhostCMS Content", "description": "Astro GhostCMS integration to allow easier importing of GhostCMS Content",
"version": "3.2.2", "version": "3.2.3",
"homepage": "https://astro-ghostcms.xyz/", "homepage": "https://astro-ghostcms.xyz/",
"type": "module", "type": "module",
"license": "MIT", "license": "MIT",
@ -13,21 +13,21 @@
"email": "adam@matthiesen.xyz", "email": "adam@matthiesen.xyz",
"name": "Adam Matthiesen - MatthiesenXYZ", "name": "Adam Matthiesen - MatthiesenXYZ",
"url": "https://matthiesen.xyz" "url": "https://matthiesen.xyz"
}, },
"keywords": [ "keywords": [
"astro-component", "astro-component",
"astro-integration", "astro-integration",
"withastro", "withastro",
"astro", "astro",
"blog", "blog",
"content", "content",
"integration", "integration",
"ghost", "ghost",
"ghostcms", "ghostcms",
"ghostcms-theme", "ghostcms-theme",
"ghost-theme", "ghost-theme",
"astro-theme" "astro-theme"
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git" "url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git"
@ -49,7 +49,7 @@
".": "./index.ts", ".": "./index.ts",
"./api": "./src/api/index.ts", "./api": "./src/api/index.ts",
"./api-core": "./src/api/content-api/index.ts", "./api-core": "./src/api/content-api/index.ts",
"./config": { "./config": {
"default": "./src/integrations/virtual-config.ts", "default": "./src/integrations/virtual-config.ts",
"types": "./src/integrations/virtual.d.ts" "types": "./src/integrations/virtual.d.ts"
}, },
@ -77,7 +77,7 @@
"@ts-ghost/tsconfig": "*", "@ts-ghost/tsconfig": "*",
"@matthiesenxyz/astro-ghostcms-theme-default": "*", "@matthiesenxyz/astro-ghostcms-theme-default": "*",
"@matthiesenxyz/astro-ghostcms-catppuccin": "*", "@matthiesenxyz/astro-ghostcms-catppuccin": "*",
"@types/fs-extra": "^11.0.1", "@types/fs-extra": "^11.0.1",
"@types/node": "^20.11.17", "@types/node": "^20.11.17",
"@typescript-eslint/eslint-plugin": "^6.20.0", "@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.21.0", "@typescript-eslint/parser": "^6.21.0",
@ -91,14 +91,14 @@
"vitest-fetch-mock": "^0.2.2" "vitest-fetch-mock": "^0.2.2"
}, },
"dependencies": { "dependencies": {
"@matthiesenxyz/astro-ghostcms-theme-default": "^0.1.9", "@matthiesenxyz/astro-ghostcms-theme-default": "^0.1.10",
"@astrojs/rss": "^4.0.4", "@astrojs/rss": "^4.0.4",
"@astrojs/sitemap": "^3.0.5", "@astrojs/sitemap": "^3.0.5",
"@resvg/resvg-js": "^2.6.0", "@resvg/resvg-js": "^2.6.0",
"@ts-ghost/core-api": "^5.1.2", "@ts-ghost/core-api": "^5.1.2",
"astro": "^4.3.2", "astro": "^4.3.2",
"astro-robots-txt": "^1.0.0", "astro-robots-txt": "^1.0.0",
"fs-extra": "^11.1.0", "fs-extra": "^11.1.0",
"package-json": "9.0.0", "package-json": "9.0.0",
"satori": "^0.10.11", "satori": "^0.10.11",
"satori-html": "^0.3.2", "satori-html": "^0.3.2",

View File

@ -0,0 +1,7 @@
# @matthiesenxyz/create-astro-ghostcms
## 0.0.9
### Patch Changes
- Initialization of changeset cli

View File

@ -1,6 +1,6 @@
{ {
"name": "@matthiesenxyz/create-astro-ghostcms", "name": "@matthiesenxyz/create-astro-ghostcms",
"version": "0.0.8", "version": "0.0.9",
"description": "Utility to quickly get started with our Integration and astro", "description": "Utility to quickly get started with our Integration and astro",
"type": "module", "type": "module",
"main": "./create-astro-ghostcms.mjs", "main": "./create-astro-ghostcms.mjs",
@ -10,22 +10,21 @@
"exports": { "exports": {
".": "./create-astro-ghostcms.mjs" ".": "./create-astro-ghostcms.mjs"
}, },
"scripts": { "scripts": {},
},
"sideEffects": false, "sideEffects": false,
"author": { "author": {
"email": "adam@matthiesen.xyz", "email": "adam@matthiesen.xyz",
"name": "Adam Matthiesen - MatthiesenXYZ", "name": "Adam Matthiesen - MatthiesenXYZ",
"url": "https://matthiesen.xyz" "url": "https://matthiesen.xyz"
}, },
"homepage": "https://astro-ghostcms.xyz/", "homepage": "https://astro-ghostcms.xyz/",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git" "url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git"
}, },
"bugs": { "bugs": {
"url": "https://github.com/MatthiesenXYZ/astro-ghostcms/issues", "url": "https://github.com/MatthiesenXYZ/astro-ghostcms/issues",
"email": "issues@astro-ghostcms.xyz" "email": "issues@astro-ghostcms.xyz"
}, },
"license": "MIT", "license": "MIT",
"files": [ "files": [

11
playground/CHANGELOG.md Normal file
View File

@ -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

View File

@ -1,7 +1,7 @@
{ {
"name": "playground", "name": "playground",
"type": "module", "type": "module",
"version": "0.0.1", "version": "0.0.2",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",