diff --git a/packages/kurt-open-ai/package.json b/packages/kurt-open-ai/package.json index 05ddce2..1f40cc1 100644 --- a/packages/kurt-open-ai/package.json +++ b/packages/kurt-open-ai/package.json @@ -2,7 +2,7 @@ "name": "@formula-monks/kurt-open-ai", "description": "OpenAI plugin for Kurt - A wrapper for AI SDKs, for building LLM-agnostic structured AI applications", "license": "MIT", - "version": "1.0.0", + "version": "1.0.0-semantically-released", "main": "dist/index.js", "types": "dist/index.d.ts", "files": ["dist"], diff --git a/packages/kurt-vertex-ai/package.json b/packages/kurt-vertex-ai/package.json index a96b1b4..2826461 100644 --- a/packages/kurt-vertex-ai/package.json +++ b/packages/kurt-vertex-ai/package.json @@ -2,7 +2,7 @@ "name": "@formula-monks/kurt-vertex-ai", "description": "VertexAI plugin for Kurt - A wrapper for AI SDKs, for building LLM-agnostic structured AI applications", "license": "MIT", - "version": "1.0.0", + "version": "1.0.0-semantically-released", "main": "dist/index.js", "types": "dist/index.d.ts", "files": ["dist"], diff --git a/packages/kurt/package.json b/packages/kurt/package.json index fcf6069..5831245 100644 --- a/packages/kurt/package.json +++ b/packages/kurt/package.json @@ -2,7 +2,7 @@ "name": "@formula-monks/kurt", "description": "A wrapper for AI SDKs, for building LLM-agnostic structured AI applications", "license": "MIT", - "version": "1.0.0", + "version": "1.0.0-semantically-released", "main": "dist/index.js", "types": "dist/index.d.ts", "files": ["dist"],