mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"$schema": "https://unpkg.com/@changesets/config@3.0.4/schema.json",
|
|
"changelog": "@changesets/cli/changelog",
|
|
"commit": false,
|
|
"privatePackages": {
|
|
"tag": false,
|
|
"version": false
|
|
},
|
|
"access": "public",
|
|
"baseBranch": "origin/main",
|
|
"fixed": [
|
|
[
|
|
"@copilotkit/a2ui-renderer",
|
|
"@copilotkit/core",
|
|
"@copilotkit/react-core",
|
|
"@copilotkit/react-textarea",
|
|
"@copilotkit/react-ui",
|
|
"@copilotkit/runtime",
|
|
"@copilotkit/runtime-client-gql",
|
|
"@copilotkit/sdk-js",
|
|
"@copilotkit/shared",
|
|
"@copilotkit/sqlite-runner",
|
|
"@copilotkit/voice",
|
|
"@copilotkit/web-inspector"
|
|
]
|
|
],
|
|
"ignore": [
|
|
"@copilotkit-examples/*",
|
|
"@copilotkit-storybook/*",
|
|
"@copilotkit/angular-demo",
|
|
"@copilotkit/angular-demo-server",
|
|
"@copilotkit/demo-agents",
|
|
"@copilotkit/docs",
|
|
"@copilotkit/example-runtime-*",
|
|
"@copilotkit/next-pages-router",
|
|
"@copilotkit/node-express",
|
|
"@apps/node",
|
|
"agent-langraph-interrupt",
|
|
"demo",
|
|
"langgraph-js-starter",
|
|
"next-openai",
|
|
"next-pages-router",
|
|
"node-express",
|
|
"node-http",
|
|
"react-router-example",
|
|
"ui-protocols-demo",
|
|
"web-langraph-interrupt"
|
|
],
|
|
"linked": [],
|
|
"updateInternalDependencies": "patch"
|
|
}
|