From ac6e14b0c271ae90ffd45c9adb9bc154fa6f7b25 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 18:41:21 +0000 Subject: [PATCH] chore: version packages --- .changeset/clean-groks-smile.md | 8 -------- packages/ao/CHANGELOG.md | 8 ++++++++ packages/ao/package.json | 2 +- packages/cli/CHANGELOG.md | 9 +++++++++ packages/cli/package.json | 2 +- packages/plugins/agent-grok/CHANGELOG.md | 6 ++++++ packages/plugins/agent-grok/package.json | 2 +- packages/web/CHANGELOG.md | 8 ++++++++ packages/web/package.json | 2 +- 9 files changed, 35 insertions(+), 12 deletions(-) delete mode 100644 .changeset/clean-groks-smile.md diff --git a/.changeset/clean-groks-smile.md b/.changeset/clean-groks-smile.md deleted file mode 100644 index 01d737413..000000000 --- a/.changeset/clean-groks-smile.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@aoagents/ao": patch -"@aoagents/ao-cli": patch -"@aoagents/ao-web": patch -"@aoagents/ao-plugin-agent-grok": patch ---- - -Load agent-grok package metadata through JSON import attributes so packaged web and CLI runtimes do not keep a publish-host package.json lookup. This also raises the Node.js engine floor to 20.18.3+, where JSON modules with import attributes are non-experimental. diff --git a/packages/ao/CHANGELOG.md b/packages/ao/CHANGELOG.md index fea3cf3f3..3378d85cf 100644 --- a/packages/ao/CHANGELOG.md +++ b/packages/ao/CHANGELOG.md @@ -1,5 +1,13 @@ # @aoagents/ao +## 0.9.2 + +### Patch Changes + +- 2f9717f: Load agent-grok package metadata through JSON import attributes so packaged web and CLI runtimes do not keep a publish-host package.json lookup. This also raises the Node.js engine floor to 20.18.3+, where JSON modules with import attributes are non-experimental. +- Updated dependencies [2f9717f] + - @aoagents/ao-cli@0.9.2 + ## 0.9.1 ### Patch Changes diff --git a/packages/ao/package.json b/packages/ao/package.json index 57b5eb4be..cbd692127 100644 --- a/packages/ao/package.json +++ b/packages/ao/package.json @@ -1,6 +1,6 @@ { "name": "@aoagents/ao", - "version": "0.9.1", + "version": "0.9.2", "description": "Orchestrate parallel AI coding agents — global CLI wrapper", "keywords": [ "ai", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index fc7839348..5060f5fc1 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # @aoagents/ao-cli +## 0.9.2 + +### Patch Changes + +- 2f9717f: Load agent-grok package metadata through JSON import attributes so packaged web and CLI runtimes do not keep a publish-host package.json lookup. This also raises the Node.js engine floor to 20.18.3+, where JSON modules with import attributes are non-experimental. +- Updated dependencies [2f9717f] + - @aoagents/ao-web@0.9.2 + - @aoagents/ao-plugin-agent-grok@0.1.3 + ## 0.9.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 170924d74..a7501c411 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@aoagents/ao-cli", - "version": "0.9.1", + "version": "0.9.2", "description": "CLI for agent-orchestrator — the `ao` command", "license": "MIT", "type": "module", diff --git a/packages/plugins/agent-grok/CHANGELOG.md b/packages/plugins/agent-grok/CHANGELOG.md index 0b21db2a3..e0768e31f 100644 --- a/packages/plugins/agent-grok/CHANGELOG.md +++ b/packages/plugins/agent-grok/CHANGELOG.md @@ -1,5 +1,11 @@ # @aoagents/ao-plugin-agent-grok +## 0.1.3 + +### Patch Changes + +- 2f9717f: Load agent-grok package metadata through JSON import attributes so packaged web and CLI runtimes do not keep a publish-host package.json lookup. This also raises the Node.js engine floor to 20.18.3+, where JSON modules with import attributes are non-experimental. + ## 0.1.2 ### Patch Changes diff --git a/packages/plugins/agent-grok/package.json b/packages/plugins/agent-grok/package.json index 342349a34..bd69a22fb 100644 --- a/packages/plugins/agent-grok/package.json +++ b/packages/plugins/agent-grok/package.json @@ -1,6 +1,6 @@ { "name": "@aoagents/ao-plugin-agent-grok", - "version": "0.1.2", + "version": "0.1.3", "description": "Agent plugin: Grok", "license": "MIT", "type": "module", diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 8db0a8269..b063f665b 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,13 @@ # @aoagents/ao-web +## 0.9.2 + +### Patch Changes + +- 2f9717f: Load agent-grok package metadata through JSON import attributes so packaged web and CLI runtimes do not keep a publish-host package.json lookup. This also raises the Node.js engine floor to 20.18.3+, where JSON modules with import attributes are non-experimental. +- Updated dependencies [2f9717f] + - @aoagents/ao-plugin-agent-grok@0.1.3 + ## 0.9.1 ### Patch Changes diff --git a/packages/web/package.json b/packages/web/package.json index bd10e9795..f4b5ec668 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@aoagents/ao-web", - "version": "0.9.1", + "version": "0.9.2", "description": "Web dashboard for agent-orchestrator", "license": "MIT", "type": "module",