chore: bump version to 0.11.206

This commit is contained in:
src-opn
2026-04-08 13:20:34 -07:00
parent e27abd50c3
commit 135290004b
9 changed files with 15 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@openwork/app",
"private": true,
"version": "0.11.205",
"version": "0.11.206",
"type": "module",
"scripts": {
"dev": "OPENWORK_DEV_MODE=1 vite",

View File

@@ -1,8 +1,8 @@
{
"name": "@openwork/desktop",
"private": true,
"version": "0.11.205",
"opencodeRouterVersion": "0.11.205",
"version": "0.11.206",
"opencodeRouterVersion": "0.11.206",
"type": "module",
"scripts": {
"dev": "OPENWORK_DEV_MODE=1 OPENWORK_DATA_DIR=\"$HOME/.openwork/openwork-orchestrator-dev\" tauri dev --config src-tauri/tauri.dev.conf.json --config \"{\\\"build\\\":{\\\"devUrl\\\":\\\"http://localhost:${PORT:-5173}\\\"}}\"",

View File

@@ -2779,7 +2779,7 @@ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
[[package]]
name = "openwork"
version = "0.11.205"
version = "0.11.206"
dependencies = [
"gethostname",
"json5",
@@ -5155,9 +5155,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.51.0"
version = "1.51.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd"
checksum = "f66bf9585cda4b724d3e78ab34b73fb2bbaba9011b9bfdf69dc836382ea13b8c"
dependencies = [
"bytes",
"libc",

View File

@@ -1,6 +1,6 @@
[package]
name = "openwork"
version = "0.11.205"
version = "0.11.206"
description = "OpenWork"
authors = ["Different AI"]
edition = "2021"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "OpenWork",
"version": "0.11.205",
"version": "0.11.206",
"identifier": "com.differentai.openwork",
"build": {
"beforeDevCommand": "node ./scripts/tauri-before-dev.mjs",

View File

@@ -1,6 +1,6 @@
{
"name": "opencode-router",
"version": "0.11.205",
"version": "0.11.206",
"description": "opencode-router: Slack + Telegram bridge + directory routing for a running opencode server",
"private": false,
"type": "module",

View File

@@ -1,6 +1,6 @@
{
"name": "openwork-orchestrator",
"version": "0.11.205",
"version": "0.11.206",
"description": "OpenWork host orchestrator for opencode + OpenWork server + opencode-router",
"private": true,
"type": "module",
@@ -47,8 +47,8 @@
"@opencode-ai/sdk": "^1.1.31",
"@opentui/core": "0.1.77",
"@opentui/solid": "0.1.77",
"opencode-router": "0.11.205",
"openwork-server": "0.11.205",
"opencode-router": "0.11.206",
"openwork-server": "0.11.206",
"solid-js": "1.9.9"
},
"devDependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "openwork-server",
"version": "0.11.205",
"version": "0.11.206",
"description": "Filesystem-backed API for OpenWork remote clients",
"type": "module",
"bin": {

4
pnpm-lock.yaml generated
View File

@@ -199,10 +199,10 @@ importers:
specifier: 0.1.77
version: 0.1.77(solid-js@1.9.9)(stage-js@1.0.0-alpha.17)(typescript@5.9.3)(web-tree-sitter@0.25.10)
opencode-router:
specifier: 0.11.205
specifier: 0.11.206
version: link:../opencode-router
openwork-server:
specifier: 0.11.205
specifier: 0.11.206
version: link:../server
solid-js:
specifier: 1.9.9