From dafa595b9b7d9aa988574ac8a1dca520cf373eba Mon Sep 17 00:00:00 2001 From: Ashish Kumar Date: Fri, 25 Sep 2026 16:17:59 -0700 Subject: [PATCH] Release Weft 0.2.27 Complete the Explore live-motion OpenSpec and synchronize release manifests. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- VERSION | 2 +- extension/package.json | 2 +- mobile/package.json | 2 +- .../changes/refine-explore-live-experience/tasks.md | 2 +- package-lock.json | 10 +++++----- package.json | 2 +- shared/package.json | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/VERSION b/VERSION index a51329d..54e86b9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.26 \ No newline at end of file +0.2.27 \ No newline at end of file diff --git a/extension/package.json b/extension/package.json index 08e0cf7..4c8d9fd 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,6 +1,6 @@ { "name": "@aasis21/weft-extension", - "version": "0.2.26", + "version": "0.2.27", "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.", diff --git a/mobile/package.json b/mobile/package.json index 19f4700..d25edfd 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@aasis21/weft-mobile", - "version": "0.2.26", + "version": "0.2.27", "private": true, "type": "module", "description": "Weft mobile app (React + Vite + Capacitor, Android first).", diff --git a/openspec/changes/refine-explore-live-experience/tasks.md b/openspec/changes/refine-explore-live-experience/tasks.md index 194e77c..442679e 100644 --- a/openspec/changes/refine-explore-live-experience/tasks.md +++ b/openspec/changes/refine-explore-live-experience/tasks.md @@ -49,4 +49,4 @@ - [x] 6.3 Implement pointer-follow, bounded rotation, adjacent-card reveal, exit, spring-back, keyboard, and reduced-motion behavior - [x] 6.4 Increase the Live Copilot Dock height and render up to three ordered real assistant and tool events - [x] 6.5 Add focused tests for integrated navigation, dense card layout, swipe motion, real activity ordering, and quiet working behavior -- [ ] 6.6 Run complete validation, review, merge, release, and verify production +- [x] 6.6 Run complete validation, review, merge, release, and verify production diff --git a/package-lock.json b/package-lock.json index 3f1cb07..3014f9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "weft", - "version": "0.2.26", + "version": "0.2.27", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "weft", - "version": "0.2.26", + "version": "0.2.27", "license": "Apache-2.0", "workspaces": [ "shared", @@ -23,7 +23,7 @@ }, "extension": { "name": "@aasis21/weft-extension", - "version": "0.2.26", + "version": "0.2.27", "license": "Apache-2.0", "dependencies": { "@aasis21/weft-shared": "*", @@ -43,7 +43,7 @@ }, "mobile": { "name": "@aasis21/weft-mobile", - "version": "0.2.26", + "version": "0.2.27", "license": "Apache-2.0", "dependencies": { "@aasis21/weft-shared": "*", @@ -5302,7 +5302,7 @@ }, "shared": { "name": "@aasis21/weft-shared", - "version": "0.2.26", + "version": "0.2.27", "license": "Apache-2.0" } } diff --git a/package.json b/package.json index 5008d68..8178584 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "weft", - "version": "0.2.26", + "version": "0.2.27", "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", diff --git a/shared/package.json b/shared/package.json index 6287175..68da32c 100644 --- a/shared/package.json +++ b/shared/package.json @@ -1,6 +1,6 @@ { "name": "@aasis21/weft-shared", - "version": "0.2.26", + "version": "0.2.27", "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",