Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/quiet-walls-connect.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/agent-react-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# agent-react-devtools

## 0.5.0

### Minor Changes

- [#58](https://github.com/callstackincubator/agent-react-devtools/pull/58) [`d4b1e2c`](https://github.com/callstackincubator/agent-react-devtools/commit/d4b1e2c644d40a66d60f24d41b7c37da8f1bf227) Thanks [@V3RON](https://github.com/V3RON)! - Automatically configure standard React Native and Expo projects through a
CommonJS Metro wrapper and a native bootstrap entry import. Unsupported Metro
formats and ambiguous projects retain the documented manual setup path.

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agent-react-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agent-react-devtools",
"version": "0.4.0",
"version": "0.5.0",
"description": "CLI tool for AI agents to inspect React component trees and profile performance",
"type": "module",
"bin": {
Expand Down