diff --git a/package.json b/package.json
index c3157dc037306cc6777713424df3ae9a8ee04740..bc5660b56b9c05f7aa0a72b3ad8a300dbe74f922 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
     "type-check": "tsc -b --diagnostics",
     "release": "pnpm run build:release && changeset publish",
     "new-llamaindex": "pnpm run build:release && changeset version --ignore create-llama",
-    "new-create-llama": "pnpm run build:release && changeset version --ignore llamaindex --ignore @llamaindex/core-test",
+    "new-create-llama": "pnpm run build:release && changeset version --ignore llamaindex --ignore @llamaindex/core-test --ignore @llamaindex/experimental",
     "new-experimental": "pnpm run build:release && changeset version --ignore create-llama"
   },
   "devDependencies": {