diff --git a/package.json b/package.json index fea0210..5f1980f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contentkit-monorepo", - "version": "0.1.6", + "version": "0.1.7", "type": "module", "description": "The monorepo for the ContentKit SDK", "workspaces": [ diff --git a/packages/cli/package.json b/packages/cli/package.json index 9960c62..5ae8dc1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -19,7 +19,7 @@ "type": "git", "url": "git+https://github.com/infinitejs/contentkit.git" }, - "homepage": "https://github.com/infinitejs/contentkit#readme", + "homepage": "https://contentkit.js.org", "bugs": { "url": "https://github.com/infinitejs/contentkit/issues" }, diff --git a/packages/contentkit/package.json b/packages/contentkit/package.json index 57f7be1..f7e8510 100644 --- a/packages/contentkit/package.json +++ b/packages/contentkit/package.json @@ -25,7 +25,7 @@ "type": "git", "url": "git+https://github.com/infinitejs/contentkit.git" }, - "homepage": "https://github.com/infinitejs/contentkit#readme", + "homepage": "https://contentkit.js.org", "bugs": { "url": "https://github.com/infinitejs/contentkit/issues" }, diff --git a/packages/core/package.json b/packages/core/package.json index 954a9fc..13abde4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -13,7 +13,7 @@ "type": "git", "url": "git+https://github.com/infinitejs/contentkit.git" }, - "homepage": "https://github.com/infinitejs/contentkit#readme", + "homepage": "https://contentkit.js.org", "bugs": { "url": "https://github.com/infinitejs/contentkit/issues" }, diff --git a/packages/matter/package.json b/packages/matter/package.json index 29e0cca..6f6234f 100644 --- a/packages/matter/package.json +++ b/packages/matter/package.json @@ -16,7 +16,7 @@ "type": "git", "url": "git+https://github.com/infinitejs/contentkit.git" }, - "homepage": "https://github.com/infinitejs/contentkit#readme", + "homepage": "https://contentkit.js.org", "bugs": { "url": "https://github.com/infinitejs/contentkit/issues" }, diff --git a/packages/next/package.json b/packages/next/package.json index fd87b5a..3710033 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -16,7 +16,7 @@ "type": "git", "url": "git+https://github.com/infinitejs/contentkit.git" }, - "homepage": "https://github.com/infinitejs/contentkit#readme", + "homepage": "https://contentkit.js.org", "bugs": { "url": "https://github.com/infinitejs/contentkit/issues" }, diff --git a/packages/types/package.json b/packages/types/package.json index 89803bf..a2bd649 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -16,7 +16,7 @@ "type": "git", "url": "git+https://github.com/infinitejs/contentkit.git" }, - "homepage": "https://github.com/infinitejs/contentkit#readme", + "homepage": "https://contentkit.js.org", "bugs": { "url": "https://github.com/infinitejs/contentkit/issues" }, diff --git a/packages/utils/package.json b/packages/utils/package.json index 31159af..99550a2 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -13,7 +13,7 @@ "type": "git", "url": "git+https://github.com/infinitejs/contentkit.git" }, - "homepage": "https://github.com/infinitejs/contentkit#readme", + "homepage": "https://contentkit.js.org", "bugs": { "url": "https://github.com/infinitejs/contentkit/issues" },