From 3ee6da7ceb8f38eb6eb99384e8de30da05712d5d Mon Sep 17 00:00:00 2001 From: Hong Jiarong Date: Thu, 16 Jul 2026 01:12:51 +0800 Subject: [PATCH] chore: release v0.0.29 Web-based skill management: create, read, edit, disable skills from the org admin surface. File tree editor with SKILL.md manifest support. --- hub/package-lock.json | 4 ++-- hub/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hub/package-lock.json b/hub/package-lock.json index 377d137..1472f2c 100644 --- a/hub/package-lock.json +++ b/hub/package-lock.json @@ -1,12 +1,12 @@ { "name": "@paradigm/hub", - "version": "0.0.28", + "version": "0.0.29", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@paradigm/hub", - "version": "0.0.28", + "version": "0.0.29", "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.3.202", "@fastify/cookie": "^11.0.2", diff --git a/hub/package.json b/hub/package.json index 71f44a7..defe110 100644 --- a/hub/package.json +++ b/hub/package.json @@ -1,6 +1,6 @@ { "name": "@paradigm/hub", - "version": "0.0.28", + "version": "0.0.29", "private": true, "type": "module", "engines": {