mirror of
https://github.com/delibae/claude-prism.git
synced 2026-08-28 05:14:59 +00:00
chore: version bump
This commit is contained in:
parent
da6214cc7d
commit
e033c36678
9 changed files with 23 additions and 11 deletions
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"@claude-prism/desktop": patch
|
||||
"claude-prism-desktop": patch
|
||||
---
|
||||
|
||||
Enable covector publish flow for automatic GitHub release and tag creation
|
||||
|
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## \[0.5.3]
|
||||
|
||||
### Dependencies
|
||||
|
||||
- Upgraded to `@claude-prism/desktop@0.5.3`
|
||||
|
||||
## \[0.5.2]
|
||||
|
||||
### Dependencies
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@claude-prism/desktop",
|
||||
"version": "0.5.2",
|
||||
"version": "0.5.3",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2
apps/desktop/src-tauri/Cargo.lock
generated
2
apps/desktop/src-tauri/Cargo.lock
generated
|
|
@ -484,7 +484,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "claude-prism-desktop"
|
||||
version = "0.5.2"
|
||||
version = "0.5.3"
|
||||
dependencies = [
|
||||
"base64 0.22.1",
|
||||
"chrono",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue