Skip to content

Commit ff29f52

Browse files
chore(release): version packages
1 parent d25f34b commit ff29f52

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

.changeset/brave-owls-observe.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/agent-react-devtools/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# agent-react-devtools
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#59](https://github.com/callstackincubator/agent-react-devtools/pull/59) [`d25f34b`](https://github.com/callstackincubator/agent-react-devtools/commit/d25f34b568467e0b1fcde39410410bb514829a69) Thanks [@thymikee](https://github.com/thymikee)! - Tree observation commands (`get tree`, `get component`, `find`, `count`,
8+
`errors`, `profile start`) now fail with a typed `no-app-attached` reason and a
9+
non-zero exit code when no React app is attached, instead of reporting an empty
10+
result that reads as a clean pass. When another React DevTools backend attaches
11+
to the same app (React Native DevTools opening, another agent) and re-flushes the
12+
tree under a fresh fiber-ID space, the daemon now replaces its frozen copy
13+
instead of counting every component twice.
14+
315
## 0.5.0
416

517
### Minor Changes

packages/agent-react-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-react-devtools",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "CLI tool for AI agents to inspect React component trees and profile performance",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)