diff --git a/.changeset/shaggy-readers-rest.md b/.changeset/shaggy-readers-rest.md new file mode 100644 index 0000000..83b9c56 --- /dev/null +++ b/.changeset/shaggy-readers-rest.md @@ -0,0 +1,5 @@ +--- +"@matthiesenxyz/astro-hashnode": patch +--- + +added new keyword "cms" and updated Dependencies diff --git a/package/package.json b/package/package.json index 9080e5d..af8b741 100644 --- a/package/package.json +++ b/package/package.json @@ -12,6 +12,7 @@ "astro-integration", "withastro", "astro", + "cms", "hashnode", "blog", "graphql", @@ -45,7 +46,7 @@ "dependencies": { "@tailwindcss/vite": "4.0.0-alpha.8", "astro-font": "^0.0.77", - "astro-integration-kit": "^0.6.0", + "astro-integration-kit": "0.6.0", "astro-remote": "^0.3.2", "astro-seo": "^0.8.3", "graphql": "^16.8.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dbe1a48..067ff35 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,7 +27,7 @@ importers: specifier: ^0.0.77 version: 0.0.77 astro-integration-kit: - specifier: ^0.6.0 + specifier: 0.6.0 version: 0.6.0(astro@4.5.2) astro-remote: specifier: ^0.3.2