From e5a360139abdfe6bc09c274a7708928aef679e5b Mon Sep 17 00:00:00 2001 From: Nikunj Tilva Date: Mon, 4 May 2026 18:33:14 +0200 Subject: [PATCH 1/3] chore: ignore ai-components-package publishing while releasing [PIC-694] --- .changeset/config.json | 3 ++- packages/f36-ai-components/package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index b5f35df4e4..7bedc261b4 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -10,7 +10,8 @@ "@contentful/f36-cdn", "@contentful/f36-i18n-utils", "@contentful/f36-codemod", - "@contentful/f36-website" + "@contentful/f36-website", + "@contentful/f36-ai-components" ], "commit": false, "fixed": [ diff --git a/packages/f36-ai-components/package.json b/packages/f36-ai-components/package.json index 5cf5218b87..f892081fb3 100644 --- a/packages/f36-ai-components/package.json +++ b/packages/f36-ai-components/package.json @@ -1,6 +1,6 @@ { "name": "@contentful/f36-ai-components", - "private": false, + "private": true, "version": "0.0.1", "description": "A collection of components for use in AI applications, such as conversational interfaces.", "license": "MIT", From 8807de64448b9abd80c295953fbd398efe224345 Mon Sep 17 00:00:00 2001 From: Nikunj Tilva Date: Mon, 4 May 2026 18:36:38 +0200 Subject: [PATCH 2/3] chore: ignore ai-components-package publishing while releasing [PIC-694] --- .changeset/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 7bedc261b4..dfaf04d9d4 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -58,8 +58,7 @@ "@contentful/f36-tooltip", "@contentful/f36-typography", "@contentful/f36-usage-card", - "@contentful/f36-usage-count", - "@contentful/f36-ai-components" + "@contentful/f36-usage-count" ] ], "access": "public", From 7995d5e4151956d00db4ea400b019dd1422fbf45 Mon Sep 17 00:00:00 2001 From: Nikunj Tilva Date: Tue, 5 May 2026 09:37:37 +0200 Subject: [PATCH 3/3] chore: reverting private flag for ai-components [PIC-694] --- packages/f36-ai-components/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/f36-ai-components/package.json b/packages/f36-ai-components/package.json index f892081fb3..5cf5218b87 100644 --- a/packages/f36-ai-components/package.json +++ b/packages/f36-ai-components/package.json @@ -1,6 +1,6 @@ { "name": "@contentful/f36-ai-components", - "private": true, + "private": false, "version": "0.0.1", "description": "A collection of components for use in AI applications, such as conversational interfaces.", "license": "MIT",