Skip to content

Commit 0caec54

Browse files
chore(release): version packages (#8)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0c88c11 commit 0caec54

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.changeset/add-connect-vite-plugin-init.md

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

.changeset/add-readme-and-license.md

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

packages/agent-react-devtools/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 0c88c11: Zero-config app integration — connect your React app in one line:
8+
9+
- **`agent-react-devtools init`** — CLI command that auto-detects your framework (Vite, Next.js, CRA, React Native) and patches the right config files. Next.js App Router gets a `'use client'` wrapper so the connect code runs in the browser.
10+
- **`agent-react-devtools/connect`** — add `import 'agent-react-devtools/connect'` as the first line of your entry point to connect to the daemon. Skips SSR and production builds automatically, never blocks your app.
11+
- **`agent-react-devtools/vite`** — Vite plugin that injects the connect script automatically, no app code changes needed.
12+
13+
### Patch Changes
14+
15+
- 10ac53c: Add comprehensive README with usage examples and MIT LICENSE file
16+
317
## 0.1.0
418

519
### 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.1.0",
3+
"version": "0.2.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)