diff --git a/packages/cli/package.json b/packages/cli/package.json index d75d97d..cad5367 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@vue-tui/cli", - "version": "0.0.2", + "version": "0.0.3", "description": "Development server for Vue 3 terminal apps with Yoga flexbox layout.", "license": "MIT", "bin": { diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 1224563..cbc4c86 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@vue-tui/runtime", - "version": "0.0.2", + "version": "0.0.3", "description": "Vue 3 terminal renderer with Yoga flexbox layout, inspired by React Ink.", "license": "MIT", "files": [ diff --git a/packages/testing/package.json b/packages/testing/package.json index 059661a..e178c17 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@vue-tui/testing", - "version": "0.0.2", + "version": "0.0.3", "description": "Test utilities for Vue terminal components. Render and assert vue-tui output.", "license": "MIT", "files": [