Skip to content

Commit de09aba

Browse files
committed
chore(release): publish v0.0.60
1 parent f25fec7 commit de09aba

9 files changed

Lines changed: 30 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 0.0.60 (2026-08-29)
2+
3+
### 🚀 Features
4+
5+
- **ci:** working aimock drift detection ([#846](https://github.com/cacheplane/angular-agent-framework/pull/846))
6+
- **design-tokens:** complete the CSS-var surface so the website can leave inline styles ([#845](https://github.com/cacheplane/angular-agent-framework/pull/845), [#555770](https://github.com/cacheplane/angular-agent-framework/issues/555770), [#8](https://github.com/cacheplane/angular-agent-framework/issues/8), [#1](https://github.com/cacheplane/angular-agent-framework/issues/1))
7+
8+
### 🩹 Fixes
9+
10+
- **langgraph:** subagent cards rendered an empty transcript ([#847](https://github.com/cacheplane/angular-agent-framework/pull/847), [#751](https://github.com/cacheplane/angular-agent-framework/issues/751))
11+
12+
### ❤️ Thank You
13+
14+
- Brian Love @blove
15+
- Claude Opus 5
16+
117
## 0.0.59 (2026-08-29)
218

319
### 🚀 Features

libs/a2ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@threadplane/a2ui",
3-
"version": "0.0.59",
3+
"version": "0.0.60",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

libs/ag-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@threadplane/ag-ui",
3-
"version": "0.0.59",
3+
"version": "0.0.60",
44
"description": "AG-UI protocol adapter for @threadplane/chat — works with any AG-UI-compatible backend.",
55
"keywords": [
66
"angular",

libs/chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@threadplane/chat",
3-
"version": "0.0.59",
3+
"version": "0.0.60",
44
"exports": {
55
"./chat.css": "./chat.css",
66
"./themes/default-dark.css": "./themes/default-dark.css",

libs/langgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@threadplane/langgraph",
3-
"version": "0.0.59",
3+
"version": "0.0.60",
44
"description": "LangGraph adapter for @threadplane/chat — Angular bindings for LangGraph Platform.",
55
"keywords": [
66
"angular",

libs/licensing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@threadplane/licensing",
3-
"version": "0.0.59",
3+
"version": "0.0.60",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

libs/render/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@threadplane/render",
3-
"version": "0.0.59",
3+
"version": "0.0.60",
44
"peerDependencies": {
55
"@angular/core": "^20.0.0 || ^21.0.0",
66
"@angular/common": "^20.0.0 || ^21.0.0",

libs/telemetry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@threadplane/telemetry",
3-
"version": "0.0.59",
3+
"version": "0.0.60",
44
"license": "MIT",
55
"publishConfig": {
66
"access": "public"

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)