chore: version packages

This commit is contained in:
github-actions[bot]
2026-03-27 08:57:20 +00:00
parent 1164683119
commit 4276d8d0ff
11 changed files with 15 additions and 14 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@actionbookdev/cli": patch
---
Add explicit JavaScript dialog support to the browser CLI, including dialog status, accept, and dismiss commands plus daemon warnings when a dialog is blocking the page.
+1 -1
View File
@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "actionbook"
version = "0.11.6"
version = "0.11.7"
dependencies = [
"anyhow",
"assert_cmd",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "actionbook"
version = "0.11.6"
version = "0.11.7"
edition = "2021"
description = "Actionbook CLI - Browser automation with zero installation"
license = "MIT"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actionbookdev/cli-darwin-arm64",
"version": "0.11.6",
"version": "0.11.7",
"description": "Actionbook CLI native binary for macOS ARM64",
"os": [
"darwin"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actionbookdev/cli-darwin-x64",
"version": "0.11.6",
"version": "0.11.7",
"description": "Actionbook CLI native binary for macOS x64",
"os": [
"darwin"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actionbookdev/cli-linux-arm64-gnu",
"version": "0.11.6",
"version": "0.11.7",
"description": "Actionbook CLI native binary for Linux ARM64 (glibc)",
"os": [
"linux"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actionbookdev/cli-linux-x64-gnu",
"version": "0.11.6",
"version": "0.11.7",
"description": "Actionbook CLI native binary for Linux x64 (glibc)",
"os": [
"linux"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actionbookdev/cli-win32-arm64",
"version": "0.11.6",
"version": "0.11.7",
"description": "Actionbook CLI native binary for Windows ARM64",
"os": [
"win32"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actionbookdev/cli-win32-x64",
"version": "0.11.6",
"version": "0.11.7",
"description": "Actionbook CLI native binary for Windows x64",
"os": [
"win32"
+6
View File
@@ -1,5 +1,11 @@
# @actionbookdev/cli
## 0.11.7
### Patch Changes
- [#318](https://github.com/actionbook/actionbook/pull/318) [`15c2154`](https://github.com/actionbook/actionbook/commit/15c21541204db88f7604490f8effdffd27ee68db) Thanks [@asensagent](https://github.com/asensagent)! - Add explicit JavaScript dialog support to the browser CLI, including dialog status, accept, and dismiss commands plus daemon warnings when a dialog is blocking the page.
## 0.11.6
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@actionbookdev/cli",
"version": "0.11.6",
"version": "0.11.7",
"description": "CLI for Actionbook - Browser automation and action manuals for AI agents",
"private": false,
"bin": {