Release v0.12.0
This commit is contained in:
parent
c7946b9cff
commit
682160b75b
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "open-pencil-app",
|
||||
"version": "0.11.8",
|
||||
"version": "0.12.0",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"workspaces": [
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@open-pencil/cli",
|
||||
"version": "0.11.8",
|
||||
"version": "0.12.0",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"imports": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@open-pencil/core",
|
||||
"version": "0.11.8",
|
||||
"version": "0.12.0",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"imports": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@open-pencil/mcp",
|
||||
"version": "0.11.8",
|
||||
"version": "0.12.0",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"imports": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@open-pencil/vue",
|
||||
"version": "0.11.8",
|
||||
"version": "0.12.0",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"imports": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue