chore: update versions
This commit is contained in:
parent
62159744bc
commit
5b94b30316
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
"@matthiesenxyz/create-astro-ghostcms": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Bumb all templates to new `astro-ghostcms` version v3.3
|
|
|
@ -1,13 +0,0 @@
|
||||||
---
|
|
||||||
"@matthiesenxyz/astro-ghostcms": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
This is a HUGE internal update, Our integration is now built on [`Astro-Integration-Kit`](https://github.com/florian-lefebvre/astro-integration-kit) to give better control over the entire `Astro-GhostCMS` Eco-System.
|
|
||||||
|
|
||||||
# Breaking Changes:
|
|
||||||
- NEW USER CONFIG! Some of the options have changed! Please check the Readme for a current version of the available options!
|
|
||||||
- Thats it! Some how even though this is almost an entire rebuild, There is no other USER breaking changes aside from the new more advanced config!
|
|
||||||
|
|
||||||
# Updates:
|
|
||||||
- Moved from `@ts-ghost/core-api` to `@ts-ghost/content-api` as it provides the same functions as the standard core-api but pre-wrapped with a nice `HTTPClientFactory` instead of `HTTPClient`.
|
|
||||||
- Updated a ton of Dependencies that Dependabot was reporting as needed updated.
|
|
|
@ -1,8 +0,0 @@
|
||||||
---
|
|
||||||
"@matthiesenxyz/starlight-ghostcms": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Bumb GhostCMS API, No user facing breaking changes.
|
|
||||||
|
|
||||||
NEW:
|
|
||||||
- You can now set a `route: "blog"` in your `astro.config.mjs` to change the default `/<route>` to your blog/posts
|
|
|
@ -57,7 +57,7 @@
|
||||||
"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.9",
|
"@matthiesenxyz/astro-ghostcms": "^3.3.0",
|
||||||
"@matthiesenxyz/astro-ghostcms-rendercontent": "^0.0.7",
|
"@matthiesenxyz/astro-ghostcms-rendercontent": "^0.0.7",
|
||||||
"@unocss/astro": "^0.58.5",
|
"@unocss/astro": "^0.58.5",
|
||||||
"@unocss/reset": "^0.58.5",
|
"@unocss/reset": "^0.58.5",
|
||||||
|
|
|
@ -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.2.9",
|
"@matthiesenxyz/astro-ghostcms": "^3.3.0",
|
||||||
"@tailwindcss/typography": "^0.5.10",
|
"@tailwindcss/typography": "^0.5.10",
|
||||||
"tailwindcss": "^3.3.5",
|
"tailwindcss": "^3.3.5",
|
||||||
"astro-navbar": "^2.3.1",
|
"astro-navbar": "^2.3.1",
|
||||||
|
|
|
@ -1,5 +1,21 @@
|
||||||
# @matthiesenxyz/astro-ghostcms
|
# @matthiesenxyz/astro-ghostcms
|
||||||
|
|
||||||
|
## 3.3.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- eebcd36: This is a HUGE internal update, Our integration is now built on [`Astro-Integration-Kit`](https://github.com/florian-lefebvre/astro-integration-kit) to give better control over the entire `Astro-GhostCMS` Eco-System.
|
||||||
|
|
||||||
|
# Breaking Changes:
|
||||||
|
|
||||||
|
- NEW USER CONFIG! Some of the options have changed! Please check the Readme for a current version of the available options!
|
||||||
|
- Thats it! Some how even though this is almost an entire rebuild, There is no other USER breaking changes aside from the new more advanced config!
|
||||||
|
|
||||||
|
# Updates:
|
||||||
|
|
||||||
|
- Moved from `@ts-ghost/core-api` to `@ts-ghost/content-api` as it provides the same functions as the standard core-api but pre-wrapped with a nice `HTTPClientFactory` instead of `HTTPClient`.
|
||||||
|
- Updated a ton of Dependencies that Dependabot was reporting as needed updated.
|
||||||
|
|
||||||
## 3.2.9
|
## 3.2.9
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,85 +1,84 @@
|
||||||
{
|
{
|
||||||
"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.9",
|
"version": "3.3.0",
|
||||||
"homepage": "https://astro-ghostcms.xyz/",
|
"homepage": "https://astro-ghostcms.xyz/",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"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"
|
||||||
},
|
},
|
||||||
"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"
|
||||||
},
|
},
|
||||||
"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"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"src",
|
"src",
|
||||||
"CHANGELOG.md",
|
"CHANGELOG.md",
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
"README.md"
|
"README.md"
|
||||||
],
|
],
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./src/index.ts",
|
".": "./src/index.ts",
|
||||||
"./api": "./src/api/index.ts",
|
"./api": "./src/api/index.ts",
|
||||||
"./satoriOG": "./src/integrations/satoriog/satori.ts"
|
"./satoriOG": "./src/integrations/satoriog/satori.ts"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "vitest run",
|
"test": "vitest run",
|
||||||
"test:watch": "vitest",
|
"test:watch": "vitest",
|
||||||
"test:coverage": "vitest run --coverage",
|
"test:coverage": "vitest run --coverage",
|
||||||
"test:ci": "vitest run --coverage.enabled --coverage.reporter='text-summary'"
|
"test:ci": "vitest run --coverage.enabled --coverage.reporter='text-summary'"
|
||||||
},
|
},
|
||||||
"enginesStrict": {
|
"enginesStrict": {
|
||||||
"node": ">=18.19.0"
|
"node": ">=18.19.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"astro": ">=4.4.1"
|
"astro": ">=4.4.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/fs-extra": "^11.0.4",
|
"@types/fs-extra": "^11.0.4",
|
||||||
"@types/node": "^20.11.24",
|
"@types/node": "^20.11.24",
|
||||||
"vitest": "^1.3.1",
|
"vitest": "^1.3.1",
|
||||||
"vitest-fetch-mock": "^0.2.2"
|
"vitest-fetch-mock": "^0.2.2"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/rss": "^4.0.5",
|
"@astrojs/rss": "^4.0.5",
|
||||||
"@astrojs/sitemap": "^3.1.1",
|
"@astrojs/sitemap": "^3.1.1",
|
||||||
"@matthiesenxyz/astro-ghostcms-theme-default": "^0.1.13",
|
"@matthiesenxyz/astro-ghostcms-theme-default": "^0.1.13",
|
||||||
"@resvg/resvg-js": "^2.6.0",
|
"@resvg/resvg-js": "^2.6.0",
|
||||||
"@ts-ghost/core-api": "^6.0.0",
|
"@ts-ghost/core-api": "^6.0.0",
|
||||||
"@ts-ghost/content-api": "^4.0.12",
|
"@ts-ghost/content-api": "^4.0.12",
|
||||||
"astro-integration-kit": "^0.5.1",
|
"astro-integration-kit": "^0.5.1",
|
||||||
"astro-robots-txt": "^1.0.0",
|
"astro-robots-txt": "^1.0.0",
|
||||||
"fs-extra": "^11.2.0",
|
"fs-extra": "^11.2.0",
|
||||||
"package-json": "^10.0.0",
|
"package-json": "^10.0.0",
|
||||||
"picocolors": "^1.0.0",
|
"picocolors": "^1.0.0",
|
||||||
"satori": "^0.10.13",
|
"satori": "^0.10.13",
|
||||||
"satori-html": "^0.3.2",
|
"satori-html": "^0.3.2",
|
||||||
"vite": "^5.1.4"
|
"vite": "^5.1.4"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
|
@ -1,5 +1,11 @@
|
||||||
# @matthiesenxyz/create-astro-ghostcms
|
# @matthiesenxyz/create-astro-ghostcms
|
||||||
|
|
||||||
|
## 0.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 9ec2a61: Bumb all templates to new `astro-ghostcms` version v3.3
|
||||||
|
|
||||||
## 0.0.15
|
## 0.0.15
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@matthiesenxyz/create-astro-ghostcms",
|
"name": "@matthiesenxyz/create-astro-ghostcms",
|
||||||
"version": "0.0.15",
|
"version": "0.1.0",
|
||||||
"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",
|
||||||
|
|
|
@ -1,5 +1,15 @@
|
||||||
# @matthiesenxyz/starlight-ghostcms
|
# @matthiesenxyz/starlight-ghostcms
|
||||||
|
|
||||||
|
## 0.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- 9ec2a61: Bumb GhostCMS API, No user facing breaking changes.
|
||||||
|
|
||||||
|
NEW:
|
||||||
|
|
||||||
|
- You can now set a `route: "blog"` in your `astro.config.mjs` to change the default `/<route>` to your blog/posts
|
||||||
|
|
||||||
## 0.0.7
|
## 0.0.7
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@matthiesenxyz/starlight-ghostcms",
|
"name": "@matthiesenxyz/starlight-ghostcms",
|
||||||
"description": "Starlight GhostCMS plugin to allow easier importing of GhostCMS Content into your starlight website",
|
"description": "Starlight GhostCMS plugin to allow easier importing of GhostCMS Content into your starlight website",
|
||||||
"version": "0.0.7",
|
"version": "0.1.0",
|
||||||
"homepage": "https://astro-ghostcms.xyz/",
|
"homepage": "https://astro-ghostcms.xyz/",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in New Issue