From 59bd314cfbc97eecdc107919830720eb3a90785d Mon Sep 17 00:00:00 2001 From: Brian Love Date: Mon, 6 Jul 2026 09:44:10 -0700 Subject: [PATCH] chore(release): bump publishable packages to 0.0.54 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ships to npm: the internal ngaf → tplane prefix rename (#741 — BREAKING for consumers styling via --ngaf-chat-* custom properties; npm scope stays @threadplane), chat-sidebar flexbox content layout + destroy cleanup (#740), streaming-table fixes (#743, #739, #734) + partial-markdown 0.5.3 (#744), and overlay-directive lint/api-docs cleanup (#742). Patch-only per the 0.0.x policy; all 7 publishable libs move together (verify-release-versions green at 0.0.54). Co-Authored-By: Claude Opus 4.8 (1M context) --- libs/a2ui/package.json | 2 +- libs/ag-ui/package.json | 2 +- libs/chat/package.json | 2 +- libs/langgraph/package.json | 2 +- libs/licensing/package.json | 2 +- libs/render/package.json | 2 +- libs/telemetry/package.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libs/a2ui/package.json b/libs/a2ui/package.json index d3547f838..107f92371 100644 --- a/libs/a2ui/package.json +++ b/libs/a2ui/package.json @@ -1,6 +1,6 @@ { "name": "@threadplane/a2ui", - "version": "0.0.53", + "version": "0.0.54", "license": "MIT", "repository": { "type": "git", diff --git a/libs/ag-ui/package.json b/libs/ag-ui/package.json index 3569ef276..5e66980d8 100644 --- a/libs/ag-ui/package.json +++ b/libs/ag-ui/package.json @@ -1,6 +1,6 @@ { "name": "@threadplane/ag-ui", - "version": "0.0.53", + "version": "0.0.54", "description": "AG-UI protocol adapter for @threadplane/chat — works with any AG-UI-compatible backend.", "keywords": ["angular", "ag-ui", "agent", "adapter", "threadplane"], "peerDependencies": { diff --git a/libs/chat/package.json b/libs/chat/package.json index c8c6ea73e..dd6028640 100644 --- a/libs/chat/package.json +++ b/libs/chat/package.json @@ -1,6 +1,6 @@ { "name": "@threadplane/chat", - "version": "0.0.53", + "version": "0.0.54", "exports": { "./chat.css": "./chat.css", "./themes/default-dark.css": "./themes/default-dark.css", diff --git a/libs/langgraph/package.json b/libs/langgraph/package.json index 06cf28972..99a113397 100644 --- a/libs/langgraph/package.json +++ b/libs/langgraph/package.json @@ -1,6 +1,6 @@ { "name": "@threadplane/langgraph", - "version": "0.0.53", + "version": "0.0.54", "description": "LangGraph adapter for @threadplane/chat — Angular bindings for LangGraph Platform.", "keywords": ["angular", "langgraph", "langchain", "agent", "adapter", "threadplane"], "peerDependencies": { diff --git a/libs/licensing/package.json b/libs/licensing/package.json index 716bb5ce8..8edfb2332 100644 --- a/libs/licensing/package.json +++ b/libs/licensing/package.json @@ -1,6 +1,6 @@ { "name": "@threadplane/licensing", - "version": "0.0.53", + "version": "0.0.54", "license": "MIT", "repository": { "type": "git", diff --git a/libs/render/package.json b/libs/render/package.json index 768332a0e..bac95e32c 100644 --- a/libs/render/package.json +++ b/libs/render/package.json @@ -1,6 +1,6 @@ { "name": "@threadplane/render", - "version": "0.0.53", + "version": "0.0.54", "peerDependencies": { "@angular/core": "^20.0.0 || ^21.0.0", "@angular/common": "^20.0.0 || ^21.0.0", diff --git a/libs/telemetry/package.json b/libs/telemetry/package.json index b901214d5..7a50e70e8 100644 --- a/libs/telemetry/package.json +++ b/libs/telemetry/package.json @@ -1,6 +1,6 @@ { "name": "@threadplane/telemetry", - "version": "0.0.53", + "version": "0.0.54", "license": "MIT", "publishConfig": { "access": "public"