From dc27808fa91b6e3d6ff970b13dcb2aa500b369df Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Tue, 12 Mar 2024 20:11:22 -0700 Subject: [PATCH 2/2] Add "cms" to package.json dependencies and update astro-integration-kit version --- .changeset/shaggy-readers-rest.md | 5 +++++ package/package.json | 3 ++- pnpm-lock.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .changeset/shaggy-readers-rest.md 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 -- 2.40.1