chore: update versions
This commit is contained in:
parent
b685e6617d
commit
824976a73b
|
@ -1,2 +0,0 @@
|
||||||
---
|
|
||||||
---
|
|
|
@ -1,6 +0,0 @@
|
||||||
---
|
|
||||||
"@matthiesenxyz/starlight-ghostcms": patch
|
|
||||||
"@matthiesenxyz/astro-ghostcms": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Update Deps
|
|
|
@ -50,7 +50,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {},
|
"scripts": {},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@matthiesenxyz/astro-ghostcms": ">=3.3.2",
|
"@matthiesenxyz/astro-ghostcms": ">=3.3.3",
|
||||||
"astro": ">=4.4.0"
|
"astro": ">=4.4.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -60,7 +60,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.17",
|
"@fontsource-variable/inter": "^5.0.17",
|
||||||
"@matthiesenxyz/astro-ghostcms": "^3.3.2",
|
"@matthiesenxyz/astro-ghostcms": "^3.3.3",
|
||||||
"@tailwindcss/typography": "^0.5.10",
|
"@tailwindcss/typography": "^0.5.10",
|
||||||
"astro-navbar": "^2.3.1",
|
"astro-navbar": "^2.3.1",
|
||||||
"astro-remote": "^0.3.2",
|
"astro-remote": "^0.3.2",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @matthiesenxyz/astro-ghostcms
|
# @matthiesenxyz/astro-ghostcms
|
||||||
|
|
||||||
|
## 3.3.3
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- b685e66: Update Deps
|
||||||
|
|
||||||
## 3.3.2
|
## 3.3.2
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -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.3.2",
|
"version": "3.3.3",
|
||||||
"homepage": "https://astro-ghostcms.xyz/",
|
"homepage": "https://astro-ghostcms.xyz/",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @matthiesenxyz/starlight-ghostcms
|
# @matthiesenxyz/starlight-ghostcms
|
||||||
|
|
||||||
|
## 0.1.7
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- b685e66: Update Deps
|
||||||
|
|
||||||
## 0.1.6
|
## 0.1.6
|
||||||
|
|
||||||
### 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.1.6",
|
"version": "0.1.7",
|
||||||
"homepage": "https://astro-ghostcms.xyz/",
|
"homepage": "https://astro-ghostcms.xyz/",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in New Issue