Skip to content

Commit d83ed3b

Browse files
committed
chore(release): publish v0.0.61
1 parent 8e8892e commit d83ed3b

9 files changed

Lines changed: 32 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.0.61 (2026-08-30)
2+
3+
### 🚀 Features
4+
5+
- **website:** add 'What Fixture Replay Can't Catch' blog post ([#854](https://github.com/cacheplane/angular-agent-framework/pull/854), [#846](https://github.com/cacheplane/angular-agent-framework/issues/846))
6+
7+
### 🩹 Fixes
8+
9+
- **langgraph:** don't guess subagent attribution when it's a coin flip ([#864](https://github.com/cacheplane/angular-agent-framework/pull/864))
10+
- **website:** docs polish 1/3 — sticky rails, anchor offsets, honest mobile widths ([#861](https://github.com/cacheplane/angular-agent-framework/pull/861))
11+
- **website:** docs polish 2/3 — breadcrumb, tables, rails, and mdx details ([#863](https://github.com/cacheplane/angular-agent-framework/pull/863))
12+
- **website:** docs polish 3/3 — a11y and interaction ([#865](https://github.com/cacheplane/angular-agent-framework/pull/865))
13+
14+
### ❤️ Thank You
15+
16+
- Brian Love @blove
17+
- Claude Opus 5
18+
119
## 0.0.60 (2026-08-29)
220

321
### 🚀 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.60",
3+
"version": "0.0.61",
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.60",
3+
"version": "0.0.61",
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.60",
3+
"version": "0.0.61",
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.60",
3+
"version": "0.0.61",
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.60",
3+
"version": "0.0.61",
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.60",
3+
"version": "0.0.61",
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.60",
3+
"version": "0.0.61",
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)