Skip to content

Commit e8ec854

Browse files
chore(release): bump workspace versions to 0.8.2 (#71)
Patch release to test automated MCP Registry publishing via OIDC and fix server.json repository.subfolder metadata.
1 parent 668d180 commit e8ec854

File tree

12 files changed

+28
-28
lines changed

12 files changed

+28
-28
lines changed

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "safe-docx-suite",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"private": true,
55
"description": "Monorepo for Safe DOCX packages",
66
"repository": {

packages/allure-test-factory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@usejunior/allure-test-factory",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "Shared Allure test helpers for vitest — BDD context, OpenSpec auto-inference, Prism.js highlighting",
55
"type": "module",
66
"exports": {

packages/docx-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@usejunior/docx-core",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "OOXML (.docx) core library: primitives, comparison, and track changes",
55
"type": "module",
66
"main": "dist/index.js",

packages/docx-mcp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@usejunior/docx-mcp",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "MCP server for reading, editing, and comparing Word documents with tracked changes. For Claude, Gemini CLI, Cursor, and any MCP client. MIT licensed.",
55
"type": "module",
66
"main": "dist/index.js",
@@ -26,7 +26,7 @@
2626
"lint": "tsc -b --pretty false"
2727
},
2828
"dependencies": {
29-
"@usejunior/docx-core": "^0.8.1",
29+
"@usejunior/docx-core": "^0.8.2",
3030
"@modelcontextprotocol/sdk": "^1.0.0",
3131
"zod": "^4.3.6"
3232
},
@@ -53,7 +53,7 @@
5353
"dist"
5454
],
5555
"peerDependencies": {
56-
"@usejunior/google-docs-core": "^0.8.1"
56+
"@usejunior/google-docs-core": "^0.8.2"
5757
},
5858
"peerDependenciesMeta": {
5959
"@usejunior/google-docs-core": {

packages/google-docs-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@usejunior/google-docs-core",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "Google Docs core library: read, write, and anchor management via Google Docs API",
55
"type": "module",
66
"main": "dist/index.js",

packages/safe-docx-mcpb/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": "0.3",
33
"name": "safe-docx",
44
"display_name": "Safe Docx",
5-
"version": "0.8.1",
5+
"version": "0.8.2",
66
"description": "AI-native Word document editing with stable paragraph anchors and deterministic DOCX operations.",
77
"long_description": "Safe Docx lets Claude work directly with .docx files on your local filesystem. It provides stable paragraph IDs (jr_para_*) for precise editing while preserving formatting and structure.\n\nCore capabilities include reading/searching content, formatting-preserving edits and inserts, deterministic layout controls, tracked-changes output, comments, footnote tools, document comparison, and revision extraction.",
88
"author": {

packages/safe-docx-mcpb/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@usejunior/safedocx-mcpb",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"private": true,
55
"description": "Claude Desktop MCP Bundle (.mcpb) wrapper for @usejunior/safe-docx",
66
"type": "module",
@@ -14,7 +14,7 @@
1414
"lint": "tsc --noEmit"
1515
},
1616
"dependencies": {
17-
"@usejunior/safe-docx": "^0.8.1"
17+
"@usejunior/safe-docx": "^0.8.2"
1818
},
1919
"devDependencies": {
2020
"@vitest/runner": "^3.2.4",

packages/safe-docx/.smithery/shttp/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"serverCard": {
77
"serverInfo": {
88
"name": "safe-docx",
9-
"version": "0.8.1"
9+
"version": "0.8.2"
1010
},
1111
"tools": [
1212
{

packages/safe-docx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@usejunior/safe-docx",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "Edit Word (.docx) documents with tracked changes, redlines, and formatting preservation. Built for AI coding agents. MIT licensed, 100% local processing.",
55
"mcpName": "io.github.UseJunior/safe-docx",
66
"type": "module",
@@ -25,7 +25,7 @@
2525
"safedocx": "./bin/safe-docx.js"
2626
},
2727
"dependencies": {
28-
"@usejunior/docx-mcp": "^0.8.1"
28+
"@usejunior/docx-mcp": "^0.8.2"
2929
},
3030
"engines": {
3131
"node": ">=18.0.0"

0 commit comments

Comments
 (0)