Skip to content

Commit 010285a

Browse files
chore: bump version (minor)
1 parent e28237f commit 010285a

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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.17-alpha.1",
3+
"version": "0.0.17",
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.17-alpha.1",
3+
"version": "0.0.17",
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.17-alpha.1",
3+
"version": "0.0.17",
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.17-alpha.1",
3+
"version": "0.0.17",
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.17-alpha.1",
3+
"version": "0.0.17",
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.17-alpha.1",
3+
"version": "0.0.17",
44
"description": "Shared utilities and types for CopilotKit2",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/sqlite-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@copilotkitnext/sqlite-runner",
3-
"version": "0.0.17-alpha.1",
3+
"version": "0.0.17",
44
"description": "SQLite-backed agent runner 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.17-alpha.1",
3+
"version": "0.0.17",
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)