Files
copilotkit__copilotkit/release.config.json
Alem Tuzlak 2feda707e9 chore(release): add markdown-renderer to the public package list
Enroll @copilotkit/markdown-renderer in the monorepo release scope and refresh the public API manifest. This unblocks the unit CI release-script check.
2026-08-31 14:18:14 +02:00

49 lines
1.4 KiB
JSON

{
"prereleaseTag": "canary",
"scopes": {
"monorepo": {
"packages": [
"@copilotkit/a2ui-renderer",
"@copilotkit/agentcore-runner",
"@copilotkit/core",
"@copilotkit/markdown-renderer",
"@copilotkit/react-core",
"@copilotkit/react-native",
"@copilotkit/react-textarea",
"@copilotkit/react-ui",
"@copilotkit/runtime",
"@copilotkit/runtime-client-gql",
"@copilotkit/sdk-js",
"@copilotkit/shared",
"@copilotkit/sqlite-runner",
"@copilotkit/voice",
"@copilotkit/vue",
"@copilotkit/web-components",
"@copilotkit/web-inspector"
],
"versionSource": "@copilotkit/react-core",
"sharedVersion": true
},
"angular": {
"packages": ["@copilotkit/angular"],
"versionSource": "@copilotkit/angular",
"sharedVersion": false
},
"channels": {
"packages": [
"@copilotkit/channels-ui",
"@copilotkit/channels-core",
"@copilotkit/channels-slack",
"@copilotkit/channels-teams",
"@copilotkit/channels-intelligence",
"@copilotkit/channels-discord",
"@copilotkit/channels-telegram",
"@copilotkit/channels-whatsapp",
"@copilotkit/channels"
],
"versionSource": "@copilotkit/channels",
"sharedVersion": true
}
}
}