From 29bea1594967c54e7001949c7b62d8668b6b3d3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 00:26:30 +0000 Subject: [PATCH] chore: release packages --- .changeset/fix-build-rename-scope.md | 10 ---------- packages/agent-use/CHANGELOG.md | 10 ++++++++++ packages/agent-use/package.json | 2 +- packages/react/CHANGELOG.md | 10 ++++++++++ packages/react/package.json | 2 +- 5 files changed, 22 insertions(+), 12 deletions(-) delete mode 100644 .changeset/fix-build-rename-scope.md diff --git a/.changeset/fix-build-rename-scope.md b/.changeset/fix-build-rename-scope.md deleted file mode 100644 index 4f62abba..00000000 --- a/.changeset/fix-build-rename-scope.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@giantanalyticsai/docx-js-editor': patch -'@giantanalyticsai/docx-editor-agents': patch ---- - -fix(build): include agent-use package in monorepo build and rename remaining @eigenpal references - -The root build script was missing @giantanalyticsai/docx-editor-agents, causing -it to publish without a dist/ directory. Also updated all example configs, docs, -and specs to use @giantanalyticsai scope consistently. diff --git a/packages/agent-use/CHANGELOG.md b/packages/agent-use/CHANGELOG.md index e752d2a2..7999b8c3 100644 --- a/packages/agent-use/CHANGELOG.md +++ b/packages/agent-use/CHANGELOG.md @@ -1,5 +1,15 @@ # @giantanalyticsai/docx-editor-agents +## 1.1.1 + +### Patch Changes + +- [#12](https://github.com/giantanalyticsai/docx-editor/pull/12) [`df705d1`](https://github.com/giantanalyticsai/docx-editor/commit/df705d1862ad98cb92b2f0c585c270b24c6fdc55) Thanks [@yash-giantanalytics](https://github.com/yash-giantanalytics)! - fix(build): include agent-use package in monorepo build and rename remaining @eigenpal references + + The root build script was missing @giantanalyticsai/docx-editor-agents, causing + it to publish without a dist/ directory. Also updated all example configs, docs, + and specs to use @giantanalyticsai scope consistently. + ## 1.1.0 ## 1.0.0 diff --git a/packages/agent-use/package.json b/packages/agent-use/package.json index 680c74a6..8a596b81 100644 --- a/packages/agent-use/package.json +++ b/packages/agent-use/package.json @@ -1,6 +1,6 @@ { "name": "@giantanalyticsai/docx-editor-agents", - "version": "1.1.0", + "version": "1.1.1", "description": "Agent-friendly API for DOCX document review — read, comment, propose changes, accept/reject tracked changes", "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 5ae689f0..71bdaea6 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,15 @@ # @giantanalyticsai/docx-js-editor +## 1.1.1 + +### Patch Changes + +- [#12](https://github.com/giantanalyticsai/docx-editor/pull/12) [`df705d1`](https://github.com/giantanalyticsai/docx-editor/commit/df705d1862ad98cb92b2f0c585c270b24c6fdc55) Thanks [@yash-giantanalytics](https://github.com/yash-giantanalytics)! - fix(build): include agent-use package in monorepo build and rename remaining @eigenpal references + + The root build script was missing @giantanalyticsai/docx-editor-agents, causing + it to publish without a dist/ directory. Also updated all example configs, docs, + and specs to use @giantanalyticsai scope consistently. + ## 1.1.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index f3d27ffe..3aa97ee1 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@giantanalyticsai/docx-js-editor", - "version": "1.1.0", + "version": "1.1.1", "description": "A browser-based DOCX template editor with variable insertion support", "main": "./dist/index.js", "module": "./dist/index.mjs",