Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.25
0.2.26
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aasis21/weft-extension",
"version": "0.2.25",
"version": "0.2.26",
"private": true,
"type": "module",
"description": "Weft Copilot CLI extension with a dormant bootstrap and lazy active runtime. Source in src/, bundled by esbuild with @github/copilot-sdk external.",
Expand Down
2 changes: 1 addition & 1 deletion mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aasis21/weft-mobile",
"version": "0.2.25",
"version": "0.2.26",
"private": true,
"type": "module",
"description": "Weft mobile app (React + Vite + Capacitor, Android first).",
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weft",
"version": "0.2.25",
"version": "0.2.26",
"private": true,
"description": "Weft — your Copilot command center. Mobile app that binds to live Copilot CLI sessions via a session-bound CLI extension + Supabase Realtime relay.",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aasis21/weft-shared",
"version": "0.2.25",
"version": "0.2.26",
"private": true,
"description": "Weft shared contracts: message schema, E2E crypto, and pluggable transport. Zero runtime dependencies so both the Node extension and the browser app can import it directly.",
"license": "Apache-2.0",
Expand Down
Loading