From 33d293b22147dd194f857b06661fd4ee490bba11 Mon Sep 17 00:00:00 2001 From: Danila Poyarkov Date: Mon, 30 Mar 2026 18:38:36 +0300 Subject: [PATCH] Release v0.11.2 --- CHANGELOG.md | 10 +++++++++- desktop/tauri.conf.json | 2 +- package.json | 2 +- packages/cli/package.json | 2 +- packages/core/package.json | 2 +- packages/mcp/package.json | 2 +- packages/vue/package.json | 2 +- 7 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7160885b9..2dd362611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,20 @@ ## Unreleased +## 0.11.2 — 2026-03-30 + +### Fixes + +- Stabilize npm publishing with isolated temp publish directories instead of mutating tracked package manifests in CI +- Strip build-time scripts and dev dependencies from generated publish manifests so tarballs pack from verified artifacts only +- Fix `@open-pencil/mcp` release packaging so the published npm tarball includes its built `dist/` CLI and server entrypoints deterministically + ## 0.11.1 — 2026-03-30 ### Fixes - Fix npm publishing pipeline to publish packed tarballs instead of raw package folders -- Fix `@open-pencil/mcp` npm package contents so the published CLI includes its built `dist/` entrypoints +- Attempt to fix `@open-pencil/mcp` npm package contents so the published CLI includes its built `dist/` entrypoints - Fix `@open-pencil/vue` npm package metadata and build output so the published package resolves from `dist/` while local workspace development keeps using source aliases ## 0.11.0 — 2026-03-30 diff --git a/desktop/tauri.conf.json b/desktop/tauri.conf.json index 2d374ade3..beb502abe 100644 --- a/desktop/tauri.conf.json +++ b/desktop/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "OpenPencil", - "version": "0.11.1", + "version": "0.11.2", "identifier": "net.dannote.open-pencil", "build": { "beforeDevCommand": "bun run dev", diff --git a/package.json b/package.json index 9ffd507ea..37373e72e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "open-pencil-app", "private": true, - "version": "0.11.1", + "version": "0.11.2", "license": "MIT", "type": "module", "workspaces": [ diff --git a/packages/cli/package.json b/packages/cli/package.json index 9704f9c17..fb0623c53 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@open-pencil/cli", - "version": "0.11.1", + "version": "0.11.2", "license": "MIT", "type": "module", "bin": { diff --git a/packages/core/package.json b/packages/core/package.json index 97bc0c642..812dc8570 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@open-pencil/core", - "version": "0.11.1", + "version": "0.11.2", "license": "MIT", "type": "module", "sideEffects": false, diff --git a/packages/mcp/package.json b/packages/mcp/package.json index 282573543..ad5e8c71d 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@open-pencil/mcp", - "version": "0.11.1", + "version": "0.11.2", "license": "MIT", "type": "module", "main": "./dist/server.js", diff --git a/packages/vue/package.json b/packages/vue/package.json index ac1d15853..2f2dfe762 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@open-pencil/vue", - "version": "0.11.1", + "version": "0.11.2", "license": "MIT", "type": "module", "exports": {