chore: bump version to 0.11.47

This commit is contained in:
Benjamin Shafii
2026-02-10 15:01:13 -08:00
parent bf81272538
commit ad4bacebb4
9 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@different-ai/openwork-ui",
"private": true,
"version": "0.11.46",
"version": "0.11.47",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -1,8 +1,8 @@
{
"name": "@different-ai/openwork",
"private": true,
"version": "0.11.46",
"owpenbotVersion": "0.11.46",
"version": "0.11.47",
"owpenbotVersion": "0.11.47",
"type": "module",
"scripts": {
"dev": "OPENWRK_DATA_DIR=\"$HOME/.openwork/openwrk-dev\" OPENWORK_DATA_DIR=\"$HOME/.openwork/openwrk-dev\" tauri dev --config src-tauri/tauri.dev.conf.json --config \"{\\\"build\\\":{\\\"devUrl\\\":\\\"http://localhost:${PORT:-5173}\\\"}}\"",

View File

@@ -2742,7 +2742,7 @@ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
[[package]]
name = "openwork"
version = "0.11.46"
version = "0.11.47"
dependencies = [
"gethostname",
"json5",

View File

@@ -1,6 +1,6 @@
[package]
name = "openwork"
version = "0.11.46"
version = "0.11.47"
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.46",
"version": "0.11.47",
"identifier": "com.differentai.openwork",
"build": {
"beforeDevCommand": "node ./scripts/tauri-before-dev.mjs",

View File

@@ -1,6 +1,6 @@
{
"name": "openwrk",
"version": "0.11.46",
"version": "0.11.47",
"description": "Headless OpenWork host orchestrator for OpenCode + OpenWork server + Owpenbot",
"private": true,
"type": "module",
@@ -46,8 +46,8 @@
"@opencode-ai/sdk": "^1.1.31",
"@opentui/core": "0.1.77",
"@opentui/solid": "0.1.77",
"openwork-server": "0.11.46",
"owpenwork": "0.11.46",
"openwork-server": "0.11.47",
"owpenwork": "0.11.47",
"solid-js": "1.9.9"
},
"devDependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "owpenwork",
"version": "0.11.46",
"version": "0.11.47",
"description": "Slack + Telegram bridge for a running OpenCode server",
"private": false,
"type": "module",

View File

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