Skip to content

Commit 4cee713

Browse files
committed
Release v0.0.14
1 parent 1343103 commit 4cee713

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

packages/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@copilotkitnext/agent",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"description": "Basic Agent for CopilotKit",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@copilotkitnext/angular",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"description": "Angular library for CopilotKit",
55
"main": "dist/fesm2022/copilotkitnext-angular.mjs",
66
"module": "dist/fesm2022/copilotkitnext-angular.mjs",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@copilotkitnext/core",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"description": "Core web utilities for CopilotKit2",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@copilotkitnext/react",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"description": "React components for CopilotKit2",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@copilotkitnext/runtime",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"description": "Server-side runtime package for CopilotKit2",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@copilotkitnext/shared",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"description": "Shared utilities and types for CopilotKit2",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/web-inspector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@copilotkitnext/web-inspector",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"description": "Lit-based web component for the CopilotKit web inspector",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)