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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ section into a versioned heading.

## Unreleased

## 0.12.0 (2026-09-24)

- **Breaking: `appduct events`, `appduct_events` and `appduct_wait_for_event` show only the events
your app posts.** Device connections and tool calls no longer appear and `kinds` is rejected;
to wait for a device, use `appduct ls --json` or `appduct_wait_for_session`.
Expand Down
2 changes: 1 addition & 1 deletion packages/appduct/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "appduct",
"version": "0.11.1",
"version": "0.12.0",
"description": "Driving React Native tools without in-app debug UI.",
"type": "module",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appduct/react-native",
"version": "0.11.1",
"version": "0.12.0",
"description": "Expo native client for Appduct sessions",
"main": "build/index.js",
"module": "build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appduct/shared",
"version": "0.11.1",
"version": "0.12.0",
"description": "Shared library for Appduct.",
"type": "module",
"main": "./dist/index.js",
Expand Down
Loading