mirror of
https://github.com/actionbook/actionbook.git
synced 2026-09-19 03:28:06 +08:00
chore: version packages
This commit is contained in:
@@ -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.
|
||||
Generated
+1
-1
@@ -4,7 +4,7 @@ version = 4
|
||||
|
||||
[[package]]
|
||||
name = "actionbook"
|
||||
version = "0.11.6"
|
||||
version = "0.11.7"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd",
|
||||
|
||||
@@ -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,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,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,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,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,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,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"
|
||||
|
||||
@@ -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,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": {
|
||||
|
||||
Reference in New Issue
Block a user