Skip to content

Commit 1a80aed

Browse files
committed
v0.3.0
1 parent a76a34c commit 1a80aed

9 files changed

Lines changed: 23 additions & 23 deletions

File tree

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"devDependencies": {
1919
"@eslint/js": "^10.0.1",
2020
"@types/node": "^25.6.0",
21-
"eslint": "^10.2.0",
21+
"eslint": "^10.3.0",
2222
"tsx": "^4.21.0",
2323
"typescript": "^6.0.2",
2424
"typescript-eslint": "^8.58.1"
2525
},
2626
"name": "flout",
27-
"version": "0.2.0",
27+
"version": "0.3.0",
2828
"dependencies": {
29-
"@flout/cli": "^0.2.0"
29+
"@flout/cli": "^0.3.0"
3030
}
3131
}

packages/claude-mock-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flout/claude-mock-api",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"type": "module",
55
"description": "Mock Claude Code API server for testing",
66
"main": "dist/src/index.js",

packages/claude/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flout/claude",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"type": "module",
55
"description": "Claude agent adapter for flout",
66
"main": "dist/src/index.js",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flout/cli",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"type": "module",
55
"description": "Manage persistent AI agent sessions with tmux",
66
"main": "dist/src/index.js",

packages/docker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flout/docker",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"type": "module",
55
"description": "Docker container management for flout",
66
"main": "dist/src/index.js",

packages/docker/publish.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ set -euo pipefail
1313
#
1414
# Usage:
1515
# ./publish.sh # builds and pushes with version from package.json + latest
16-
# ./publish.sh 0.2.0 # builds and pushes with explicit version tag + latest
17-
# ./publish.sh 0.2.0 --no-latest # pushes only the version tag
16+
# ./publish.sh 0.3.0 # builds and pushes with explicit version tag + latest
17+
# ./publish.sh 0.3.0 --no-latest # pushes only the version tag
1818

1919
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
2020
REPO_ROOT="$(cd "$SCRIPT_DIR/../.." && pwd)"

packages/opencode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flout/opencode",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"type": "module",
55
"description": "opencode agent adapter for flout",
66
"main": "dist/src/index.js",

packages/sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@flout/sandbox",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"type": "module",
55
"description": "Multi-engine container sandbox for flout (Docker, Podman, nerdctl, Colima)",
66
"main": "dist/src/index.js",

0 commit comments

Comments
 (0)