diff --git a/.changeset/quiet-walls-connect.md b/.changeset/quiet-walls-connect.md deleted file mode 100644 index c8d0d7a..0000000 --- a/.changeset/quiet-walls-connect.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'agent-react-devtools': minor ---- - -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. diff --git a/packages/agent-react-devtools/CHANGELOG.md b/packages/agent-react-devtools/CHANGELOG.md index c9bc060..1a33dc7 100644 --- a/packages/agent-react-devtools/CHANGELOG.md +++ b/packages/agent-react-devtools/CHANGELOG.md @@ -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 diff --git a/packages/agent-react-devtools/package.json b/packages/agent-react-devtools/package.json index 3589570..6d864d9 100644 --- a/packages/agent-react-devtools/package.json +++ b/packages/agent-react-devtools/package.json @@ -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": {