diff --git a/packages/agent/package.json b/packages/agent/package.json index bf31f78..4bc0885 100644 --- a/packages/agent/package.json +++ b/packages/agent/package.json @@ -1,6 +1,6 @@ { "name": "@copilotkitnext/agent", - "version": "0.0.31", + "version": "0.0.32", "description": "Basic Agent for CopilotKit", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/angular/package.json b/packages/angular/package.json index c56eaff..ff8b3ab 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@copilotkitnext/angular", - "version": "0.0.31", + "version": "0.0.32", "description": "Angular library for CopilotKit", "main": "dist/fesm2022/copilotkitnext-angular.mjs", "module": "dist/fesm2022/copilotkitnext-angular.mjs", diff --git a/packages/core/package.json b/packages/core/package.json index 2dcfebd..09c3501 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@copilotkitnext/core", - "version": "0.0.31", + "version": "0.0.32", "description": "Core web utilities for CopilotKit2", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/react/package.json b/packages/react/package.json index e204a9a..f12f478 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@copilotkitnext/react", - "version": "0.0.31", + "version": "0.0.32", "description": "React components for CopilotKit2", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/runtime/package.json b/packages/runtime/package.json index dedee74..1a9f23a 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@copilotkitnext/runtime", - "version": "0.0.31", + "version": "0.0.32", "description": "Server-side runtime package for CopilotKit2", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/shared/package.json b/packages/shared/package.json index 7730dfc..3fe99a7 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@copilotkitnext/shared", - "version": "0.0.31", + "version": "0.0.32", "description": "Shared utilities and types for CopilotKit2", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/sqlite-runner/package.json b/packages/sqlite-runner/package.json index 4f34257..235bdec 100644 --- a/packages/sqlite-runner/package.json +++ b/packages/sqlite-runner/package.json @@ -1,6 +1,6 @@ { "name": "@copilotkitnext/sqlite-runner", - "version": "0.0.31", + "version": "0.0.32", "description": "SQLite-backed agent runner for CopilotKit2", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/web-inspector/package.json b/packages/web-inspector/package.json index 989772e..31aa80d 100644 --- a/packages/web-inspector/package.json +++ b/packages/web-inspector/package.json @@ -1,6 +1,6 @@ { "name": "@copilotkitnext/web-inspector", - "version": "0.0.31", + "version": "0.0.32", "description": "Lit-based web component for the CopilotKit web inspector", "main": "dist/index.js", "types": "dist/index.d.ts",