Skip to content

Commit 70a6ff4

Browse files
fix(release): regenerate stale pnpm-lock.yaml; ship v1.1.93 (#15)
The v1.1.92 release build failed at `pnpm install --frozen-lockfile` (ERR_PNPM_OUTDATED_LOCKFILE): the eslint-toolchain inlining updated the root package.json (dropped @saas-maker/eslint-config, added 9 eslint deps) but left pnpm-lock.yaml stale (Jun 5). Regenerated the lockfile to match and bump to 1.1.93 so auto-release rebuilds against a good commit. v1.1.92 produced no binaries and is being removed. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 352de85 commit 70a6ff4

3 files changed

Lines changed: 54 additions & 513 deletions

File tree

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-reviewer/desktop",
3-
"version": "1.1.92",
3+
"version": "1.1.93",
44
"private": true,
55
"scripts": {
66
"dev": "lsof -ti:1420 | xargs kill -9 2>/dev/null; vite",

apps/desktop/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-utils/schema.json",
33
"identifier": "com.codevetter.desktop",
44
"productName": "CodeVetter",
5-
"version": "1.1.92",
5+
"version": "1.1.93",
66
"build": {
77
"beforeDevCommand": "npm run dev",
88
"beforeBuildCommand": "npm run build",

0 commit comments

Comments
 (0)