Release v0.11.2

This commit is contained in:
Danila Poyarkov 2026-03-30 18:38:36 +03:00
parent e18c8660e3
commit 33d293b221
7 changed files with 15 additions and 7 deletions

View file

@ -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

View file

@ -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",

View file

@ -1,7 +1,7 @@
{
"name": "open-pencil-app",
"private": true,
"version": "0.11.1",
"version": "0.11.2",
"license": "MIT",
"type": "module",
"workspaces": [

View file

@ -1,6 +1,6 @@
{
"name": "@open-pencil/cli",
"version": "0.11.1",
"version": "0.11.2",
"license": "MIT",
"type": "module",
"bin": {

View file

@ -1,6 +1,6 @@
{
"name": "@open-pencil/core",
"version": "0.11.1",
"version": "0.11.2",
"license": "MIT",
"type": "module",
"sideEffects": false,

View file

@ -1,6 +1,6 @@
{
"name": "@open-pencil/mcp",
"version": "0.11.1",
"version": "0.11.2",
"license": "MIT",
"type": "module",
"main": "./dist/server.js",

View file

@ -1,6 +1,6 @@
{
"name": "@open-pencil/vue",
"version": "0.11.1",
"version": "0.11.2",
"license": "MIT",
"type": "module",
"exports": {