Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/fix-build-rename-scope.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/agent-use/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/agent-use/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down