Skip to content

Commit 3867522

Browse files
committed
Bump version to 0.2.0, publish single package
1 parent 8e8ef34 commit 3867522

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Clux
22

3-
> **v0.1.0 — This project is under active development.** APIs, commands, and features may change without notice.
3+
> **v0.2.0 — This project is under active development.** APIs, commands, and features may change without notice.
44
55
A tmux session multiplexer with a web dashboard and CLI. Clux lets you create, manage, and monitor multiple tmux sessions from the browser or command line. Run any command — LLM coding agents, dev servers, build scripts, or anything else. It supports inter-pane messaging, session tagging, and real-time output monitoring out of the box.
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clux",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"license": "MIT",
66
"description": "Clux — tmux session multiplexer with web dashboard and CLI.",

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clux-cli/cli",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"bin": {
@@ -18,8 +18,8 @@
1818
"start": "node dist/index.js"
1919
},
2020
"dependencies": {
21-
"@clux-cli/core": "0.1.0",
22-
"@clux-cli/web": "0.1.0",
21+
"@clux-cli/core": "0.2.0",
22+
"@clux-cli/web": "0.2.0",
2323
"commander": "^13.0.0",
2424
"chalk": "^4.1.2",
2525
"cli-table3": "^0.6.5",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clux-cli/core",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"license": "MIT",
66
"main": "dist/index.js",

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@clux-cli/web",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"license": "MIT",
66
"main": "dist/server.js",

0 commit comments

Comments
 (0)