Release v0.12.0

This commit is contained in:
Danila Poyarkov 2026-05-18 21:06:06 +03:00
parent c7946b9cff
commit 682160b75b
8 changed files with 9 additions and 7 deletions

View file

@ -2,6 +2,8 @@
## Unreleased
## 0.12.0 — 2026-05-18
### Added
- Assets panel — browse, search, and insert document components directly from the left sidebar.

View file

@ -1,6 +1,6 @@
[package]
name = "open_pencil"
version = "0.11.8"
version = "0.12.0"
description = "OpenPencil desktop app"
authors = ["Danila Poyarkov"]
edition = "2021"

View file

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "OpenPencil",
"version": "0.11.8",
"version": "0.12.0",
"identifier": "net.dannote.open-pencil",
"build": {
"beforeDevCommand": "bun run generate:tauri-menu && bun run dev",

View file

@ -1,6 +1,6 @@
{
"name": "open-pencil-app",
"version": "0.11.8",
"version": "0.12.0",
"private": true,
"license": "MIT",
"workspaces": [

View file

@ -1,6 +1,6 @@
{
"name": "@open-pencil/cli",
"version": "0.11.8",
"version": "0.12.0",
"license": "MIT",
"type": "module",
"imports": {

View file

@ -1,6 +1,6 @@
{
"name": "@open-pencil/core",
"version": "0.11.8",
"version": "0.12.0",
"license": "MIT",
"type": "module",
"imports": {

View file

@ -1,6 +1,6 @@
{
"name": "@open-pencil/mcp",
"version": "0.11.8",
"version": "0.12.0",
"license": "MIT",
"type": "module",
"imports": {

View file

@ -1,6 +1,6 @@
{
"name": "@open-pencil/vue",
"version": "0.11.8",
"version": "0.12.0",
"license": "MIT",
"type": "module",
"imports": {