chore: version bump

This commit is contained in:
delibae 2026-03-10 12:27:44 +00:00 committed by github-actions[bot]
parent da6214cc7d
commit e033c36678
9 changed files with 23 additions and 11 deletions

View file

@ -1,6 +0,0 @@
---
"@claude-prism/desktop": patch
"claude-prism-desktop": patch
---
Enable covector publish flow for automatic GitHub release and tag creation

View file

@ -1,5 +1,11 @@
# Changelog
## \[0.5.3]
### Dependencies
- Upgraded to `@claude-prism/desktop@0.5.3`
## \[0.5.2]
### Dependencies

View file

@ -1,5 +1,13 @@
# Changelog
## \[0.5.3]
- [`da6214c`](https://github.com/delibae/claude-prism/commit/da6214cc7da52ea9144843f7a670a1e307dc4b8f) Enable covector publish flow for automatic GitHub release and tag creation
### Dependencies
- Upgraded to `claude-prism-desktop@0.5.3`
## \[0.5.2]
- [`fe1e5d8`](https://github.com/delibae/claude-prism/commit/fe1e5d86852d6f6c1e57454f5621bf32d1d41761) Fix CI release pipeline to auto-create GitHub releases and tags via covector

View file

@ -1,6 +1,6 @@
{
"name": "@claude-prism/desktop",
"version": "0.5.2",
"version": "0.5.3",
"private": true,
"type": "module",
"scripts": {

View file

@ -1,5 +1,9 @@
# Changelog
## \[0.5.3]
- [`da6214c`](https://github.com/delibae/claude-prism/commit/da6214cc7da52ea9144843f7a670a1e307dc4b8f) Enable covector publish flow for automatic GitHub release and tag creation
## \[0.5.2]
- [`fe1e5d8`](https://github.com/delibae/claude-prism/commit/fe1e5d86852d6f6c1e57454f5621bf32d1d41761) Fix CI release pipeline to auto-create GitHub releases and tags via covector

View file

@ -484,7 +484,7 @@ dependencies = [
[[package]]
name = "claude-prism-desktop"
version = "0.5.2"
version = "0.5.3"
dependencies = [
"base64 0.22.1",
"chrono",

View file

@ -1,6 +1,6 @@
[package]
name = "claude-prism-desktop"
version = "0.5.2"
version = "0.5.3"
description = "AI-powered LaTeX writing workspace"
edition = "2021"

View file

@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/nicegui-unofficial/nicegui-tauri-template/main/src-tauri/tauri.conf-v2-schema.json",
"identifier": "com.claude-prism.desktop",
"productName": "ClaudePrism",
"version": "0.5.2",
"version": "0.5.3",
"build": {
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build",

View file

@ -1,7 +1,7 @@
{
"name": "@claude-prism/root",
"description": "Open-Source AI LaTeX writing workspace",
"version": "0.5.2",
"version": "0.5.3",
"repository": {
"type": "git",
"url": "https://github.com/delibae/claude-prism"