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/extension": patch
|
||||
---
|
||||
|
||||
Simplify tab ownership model: `Extension.listTabs` now returns only tabs in the Actionbook group (drag in = appears, drag out = disappears). `Extension.attachTab` always moves the tab into the group. Remove the unused `ACTIONBOOK_GROUP_ATTACH` flag.
|
||||
@@ -1,5 +1,11 @@
|
||||
# @actionbookdev/extension
|
||||
|
||||
## 0.4.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [`12669c9`](https://github.com/actionbook/actionbook/commit/12669c9aaf696733453ee668d5322ac4b5a60ae3) Thanks [@mcfn](https://github.com/mcfn)! - Simplify tab ownership model: `Extension.listTabs` now returns only tabs in the Actionbook group (drag in = appears, drag out = disappears). `Extension.attachTab` always moves the tab into the group. Remove the unused `ACTIONBOOK_GROUP_ATTACH` flag.
|
||||
|
||||
## 0.4.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Actionbook",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"description": "Bridge between Actionbook CLI and your browser for AI-powered automation",
|
||||
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5xhsOXoi029BKiQTCV7UTZd/f/nzgW6JerV8XfbJLOEr+gHAVNU6J+2Yq3DvTE7+Tnx9EW9jQNGtE4ZXXaGpkvpkcP2ch3ggQQFpjOvHdlVGljepRB2gJivGWR5ooQ1QPWAyxwDLeA09/w2oZ54W9RMXeuzfjv1KRceq9FHlmkIIGaaqYfLzrQbbE7GSV1DSeRG1kG0f7Km2wUsuNDCINI6XyBbhM+662Clurs1GdP7S+Gw/+N/97YEY8Ir2smotGTknHmHuUl5N2XXJjhxfaCT85DkaMV0Kn9D9pVczK4xgqGypplCna5I61YjNDMrymA25qLNKQv2nf/mv7Y7l9wIDAQAB",
|
||||
"permissions": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@actionbookdev/extension",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"private": true,
|
||||
"description": "Actionbook Chrome Extension - Bridge for CLI-to-browser communication",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user