chore: release channels v0.7.3 (#6375)
🚀 pkg-pr-new / build (push) Has been cancelled

## Release channels v0.7.3

**Scope:** `channels` | **Bump:** `patch`

---

### How this release process works

1. **This PR was created automatically** by the "release / create-pr"
workflow.
   It bumped the `channels` packages to `0.7.3`
   and generated AI-enhanced release notes.

2. **CI runs on this PR** — the full test suite (unit tests, lint, type
checks, build)
   must pass before merging. This is the review gate.

3. **Review the release notes** in `release-notes.md` in this PR.
If a Notion draft was created, you can edit the release notes there
before merging.

4. **When this PR is merged**, the `release / publish` workflow
automatically:
   - Builds all packages
   - Publishes the `channels` packages to npm at version `0.7.3`
   - Creates git tag `channels/v0.7.3`
   - Creates a GitHub Release with the final release notes

### Before merging

- [ ] CI is green (tests, lint, types, build)
- [ ] Version bumps look correct
- [ ] Release notes are accurate (edit in Notion if a draft was created)

---

> **Do not merge until CI is fully green.** The full test suite runs
automatically on this PR.
This commit is contained in:
Tyler Slaton
2026-08-04 14:54:52 -07:00
committed by GitHub
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@copilotkit/channels-core",
"version": "0.7.2",
"version": "0.7.3",
"description": "Platform-agnostic JSX channel engine for CopilotKit (createChannel, Thread, PlatformAdapter, ActionStore).",
"license": "MIT",
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@copilotkit/channels-discord",
"version": "0.7.2",
"version": "0.7.3",
"description": "Discord PlatformAdapter for @copilotkit/channels.",
"license": "MIT",
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@copilotkit/channels-intelligence",
"version": "0.7.2",
"version": "0.7.3",
"description": "Intelligence-delivered Channel adapter for CopilotKit JSX channels (@copilotkit/channels).",
"license": "MIT",
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@copilotkit/channels-slack",
"version": "0.7.2",
"version": "0.7.3",
"description": "Slack platform adapter for CopilotKit JSX channels (@copilotkit/channels).",
"license": "MIT",
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@copilotkit/channels-teams",
"version": "0.7.2",
"version": "0.7.3",
"description": "Microsoft Teams platform adapter for CopilotKit JSX channels (@copilotkit/channels).",
"license": "MIT",
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@copilotkit/channels-telegram",
"version": "0.7.2",
"version": "0.7.3",
"description": "Telegram platform adapter for CopilotKit JSX channels (@copilotkit/channels).",
"license": "MIT",
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@copilotkit/channels-ui",
"version": "0.7.2",
"version": "0.7.3",
"description": "JSX runtime, IR, and cross-platform component vocabulary for CopilotKit channels.",
"license": "MIT",
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@copilotkit/channels-whatsapp",
"version": "0.7.2",
"version": "0.7.3",
"description": "WhatsApp Cloud API platform adapter for CopilotKit JSX channels (@copilotkit/channels).",
"license": "MIT",
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@copilotkit/channels",
"version": "0.7.2",
"version": "0.7.3",
"description": "Batteries-included CopilotKit Channels package with the core engine, JSX UI, and every supported platform adapter.",
"license": "MIT",
"repository": {