Skip to content

Commit e1916f4

Browse files
committed
chore(release): publish v0.0.34
1 parent a36a6c5 commit e1916f4

9 files changed

Lines changed: 36 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 0.0.34 (2026-05-16)
2+
3+
### 🚀 Features
4+
5+
- validate telemetry install and dogfood runtime events ([#370](https://github.com/cacheplane/angular-agent-framework/pull/370))
6+
- **gtm:** Spec 1D — website reconciliation (analytics-foundation 1d) ([#365](https://github.com/cacheplane/angular-agent-framework/pull/365), [#1](https://github.com/cacheplane/angular-agent-framework/issues/1))
7+
8+
### 🩹 Fixes
9+
10+
- remove legacy licensing telemetry ([#367](https://github.com/cacheplane/angular-agent-framework/pull/367))
11+
- **c-generative-ui:** tighten plan_tools to call ONE tool for filter/scope ([#363](https://github.com/cacheplane/angular-agent-framework/pull/363))
12+
- **c-generative-ui:** use gpt-5 + minimal reasoning for planner LLM ([#372](https://github.com/cacheplane/angular-agent-framework/pull/372), [#363](https://github.com/cacheplane/angular-agent-framework/issues/363))
13+
- **chat:** user-bubble word-wrap — give .chat-message__layout width:100% ([#362](https://github.com/cacheplane/angular-agent-framework/pull/362), [#313](https://github.com/cacheplane/angular-agent-framework/issues/313), [#325](https://github.com/cacheplane/angular-agent-framework/issues/325))
14+
- **chat:** A2UI surface progressive renderer must route through render-spec ([#371](https://github.com/cacheplane/angular-agent-framework/pull/371))
15+
- **render:** strip undeclared inputs in NgComponentOutlet pass (NG0303) ([#368](https://github.com/cacheplane/angular-agent-framework/pull/368))
16+
17+
### ❤️ Thank You
18+
19+
- Brian Love @blove
20+
- Claude Opus 4.7
21+
- Claude Opus 4.7 (1M context)
22+
123
## 0.0.33 (2026-05-16)
224

325
### 🚀 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": "@ngaf/a2ui",
3-
"version": "0.0.33",
3+
"version": "0.0.34",
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": "@ngaf/ag-ui",
3-
"version": "0.0.33",
3+
"version": "0.0.34",
44
"peerDependencies": {
55
"@ngaf/chat": "*",
66
"@ngaf/licensing": "*",

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": "@ngaf/chat",
3-
"version": "0.0.33",
3+
"version": "0.0.34",
44
"exports": {
55
".": {
66
"types": "./index.d.ts",

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": "@ngaf/langgraph",
3-
"version": "0.0.33",
3+
"version": "0.0.34",
44
"peerDependencies": {
55
"@ngaf/chat": "*",
66
"@ngaf/licensing": "*",

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": "@ngaf/licensing",
3-
"version": "0.0.33",
3+
"version": "0.0.34",
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": "@ngaf/render",
3-
"version": "0.0.33",
3+
"version": "0.0.34",
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": "@ngaf/telemetry",
3-
"version": "0.0.33",
3+
"version": "0.0.34",
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)